Uses of Class
org.apache.camel.model.dataformat.YAMLDataFormat.Builder
Packages that use YAMLDataFormat.Builder
Package
Description
The JAXB POJOs for the Data Formats used to marshal and
unmarshal objects to and from streams inside components
-
Uses of YAMLDataFormat.Builder in org.apache.camel.builder
Methods in org.apache.camel.builder that return YAMLDataFormat.Builder -
Uses of YAMLDataFormat.Builder in org.apache.camel.model.dataformat
Methods in org.apache.camel.model.dataformat that return YAMLDataFormat.BuilderModifier and TypeMethodDescriptionYAMLDataFormat.Builder.allowAnyType(boolean allowAnyType) Allow any class to be un-marshaledYAMLDataFormat.Builder.allowAnyType(String allowAnyType) Allow any class to be un-marshaledYAMLDataFormat.Builder.allowRecursiveKeys(boolean allowRecursiveKeys) Set whether recursive keys are allowed.YAMLDataFormat.Builder.allowRecursiveKeys(String allowRecursiveKeys) Set whether recursive keys are allowed.YAMLDataFormat.Builder.classLoader(ClassLoader classLoader) Set a custom classloaderYAMLDataFormat.Builder.constructor(String constructor) BaseConstructor to construct incoming documents.YAMLDataFormat.Builder.dumperOptions(String dumperOptions) DumperOptions to configure outgoing objects.YAMLDataFormat.Builder.library(YAMLLibrary library) Which yaml library to use.YAMLDataFormat.Builder.maxAliasesForCollections(int maxAliasesForCollections) Set the maximum amount of aliases allowed for collections.YAMLDataFormat.Builder.maxAliasesForCollections(String maxAliasesForCollections) Set the maximum amount of aliases allowed for collections.YAMLDataFormat.Builder.prettyFlow(boolean prettyFlow) Force the emitter to produce a pretty YAML document when using the flow style.YAMLDataFormat.Builder.prettyFlow(String prettyFlow) Force the emitter to produce a pretty YAML document when using the flow style.YAMLDataFormat.Builder.representer(String representer) Representer to emit outgoing objects.Resolver to detect implicit typeYAMLDataFormat.Builder.typeFilters(List<YAMLTypeFilterDefinition> typeFilters) Set the types SnakeYAML is allowed to un-marshallYAMLDataFormat.Builder.unmarshalType(Class<?> unmarshalType) Class of the object to be createdYAMLDataFormat.Builder.unmarshalTypeName(String unmarshalTypeName) Class name of the java type to use when unmarshallingYAMLDataFormat.Builder.useApplicationContextClassLoader(boolean useApplicationContextClassLoader) Use ApplicationContextClassLoader as custom ClassLoaderYAMLDataFormat.Builder.useApplicationContextClassLoader(String useApplicationContextClassLoader) Use ApplicationContextClassLoader as custom ClassLoader