Uses of Enum Class
org.apache.camel.model.dataformat.JsonLibrary
Packages that use JsonLibrary
Package
Description
The JAXB POJOs for the Data Formats used to marshal and
unmarshal objects to and from streams inside components
-
Uses of JsonLibrary in org.apache.camel.builder
Methods in org.apache.camel.builder with parameters of type JsonLibraryModifier and TypeMethodDescriptionDataFormatClause.json(JsonLibrary library) Uses the JSON data formatDataFormatClause.json(JsonLibrary library, boolean prettyPrint) Uses the JSON data formatDataFormatClause.json(JsonLibrary type, Class<?> unmarshalType) Uses the JSON data formatDataFormatClause.json(JsonLibrary type, Class<?> unmarshalType, boolean prettyPrint) Uses the JSON data format -
Uses of JsonLibrary in org.apache.camel.model.dataformat
Methods in org.apache.camel.model.dataformat that return JsonLibraryModifier and TypeMethodDescriptionJsonDataFormat.getLibrary()static JsonLibraryReturns the enum constant of this class with the specified name.static JsonLibrary[]JsonLibrary.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.camel.model.dataformat with parameters of type JsonLibraryModifier and TypeMethodDescriptionJsonDataFormat.Builder.library(JsonLibrary library) Which json library to use.JsonDataFormat.library(JsonLibrary library) voidJsonDataFormat.setLibrary(JsonLibrary library) Which json library to use.Constructors in org.apache.camel.model.dataformat with parameters of type JsonLibrary