public class ParserGroupBuilder extends BeanContextBuilder
ParserGroup.psb| Constructor and Description |
|---|
ParserGroupBuilder()
Create an empty parser group builder.
|
ParserGroupBuilder(ParserGroup copyFrom)
Clone an existing parser group builder.
|
| Modifier and Type | Method and Description |
|---|---|
ParserGroupBuilder |
add(Map<String,Object> properties)
Adds multiple configuration properties on this object.
|
ParserGroupBuilder |
addTo(String name,
Object value)
Adds a value to a SET or LIST property.
|
ParserGroupBuilder |
addTo(String name,
String key,
Object value)
Adds or overwrites a value to a SET, LIST, or MAP property.
|
ParserGroupBuilder |
append(Class<?>... p)
Registers the specified parsers with this group.
|
ParserGroupBuilder |
append(List<Object> p)
Registers the specified parsers with this group.
|
ParserGroupBuilder |
append(Object... p)
Registers the specified parsers with this group.
|
ParserGroupBuilder |
append(Parser... p)
Registers the specified parsers with this group.
|
ParserGroupBuilder |
apply(PropertyStore copyFrom)
Copies the settings from the specified property store into this builder.
|
ParserGroupBuilder |
applyAnnotations(AnnotationList al,
VarResolverSession vrs)
Applies a set of annotations to this property store.
|
ParserGroupBuilder |
applyAnnotations(Class<?> fromClass)
Applies any of the various
|
ParserGroupBuilder |
applyAnnotations(Method fromMethod)
Applies any of the various
|
ParserGroupBuilder |
autoCloseStreams()
Configuration property: Auto-close streams.
|
ParserGroupBuilder |
autoCloseStreams(boolean value)
Configuration property: Auto-close streams.
|
ParserGroupBuilder |
beanClassVisibility(Visibility value)
Configuration property: Minimum bean class visibility.
|
ParserGroupBuilder |
beanConstructorVisibility(Visibility value)
Configuration property: Minimum bean constructor visibility.
|
ParserGroupBuilder |
beanDictionary(Class<?>... values)
Deprecated.
|
ParserGroupBuilder |
beanDictionary(Object... values)
Deprecated.
|
ParserGroupBuilder |
beanDictionaryRemove(Class<?>... values)
Deprecated.
|
ParserGroupBuilder |
beanDictionaryRemove(Object... values)
Deprecated.
|
ParserGroupBuilder |
beanDictionaryReplace(Class<?>... values)
Deprecated.
|
ParserGroupBuilder |
beanDictionaryReplace(Object... values)
Deprecated.
|
ParserGroupBuilder |
beanFieldVisibility(Visibility value)
Configuration property: Minimum bean field visibility.
|
ParserGroupBuilder |
beanFilters(Class<?>... values)
Configuration property: Bean filters.
|
ParserGroupBuilder |
beanFilters(Object... values)
Configuration property: Bean filters.
|
ParserGroupBuilder |
beanFiltersRemove(Class<?>... values)
Configuration property: Bean filters.
|
ParserGroupBuilder |
beanFiltersRemove(Object... values)
Configuration property: Bean filters.
|
ParserGroupBuilder |
beanFiltersReplace(Class<?>... values)
Configuration property: Bean filters.
|
ParserGroupBuilder |
beanFiltersReplace(Object... values)
Configuration property: Bean filters.
|
ParserGroupBuilder |
beanMapPutReturnsOldValue()
Configuration property: BeanMap.put() returns old property value.
|
ParserGroupBuilder |
beanMapPutReturnsOldValue(boolean value)
Configuration property: BeanMap.put() returns old property value.
|
ParserGroupBuilder |
beanMethodVisibility(Visibility value)
Configuration property: Minimum bean method visibility.
|
ParserGroupBuilder |
beansRequireDefaultConstructor()
Configuration property: Beans require no-arg constructors.
|
ParserGroupBuilder |
beansRequireDefaultConstructor(boolean value)
Configuration property: Beans require no-arg constructors.
|
ParserGroupBuilder |
beansRequireSerializable()
Configuration property: Beans require Serializable interface.
|
ParserGroupBuilder |
beansRequireSerializable(boolean value)
Configuration property: Beans require Serializable interface.
|
ParserGroupBuilder |
beansRequireSettersForGetters()
Configuration property: Beans require setters for getters.
|
ParserGroupBuilder |
beansRequireSettersForGetters(boolean value)
Configuration property: Beans require setters for getters.
|
ParserGroupBuilder |
beansRequireSomeProperties(boolean value)
Configuration property: Beans require at least one property.
|
ParserGroupBuilder |
beanTypePropertyName(String value)
Configuration property: Bean type property name.
|
ParserGroupBuilder |
binaryFormat(BinaryFormat value)
Configuration property: Binary input format.
|
ParserGroupBuilder |
bpi(Class<?> beanClass,
String value)
Configuration property: Bean property includes.
|
ParserGroupBuilder |
bpi(Map<String,String> values)
Configuration property: Bean property includes.
|
ParserGroupBuilder |
bpi(String beanClassName,
String value)
Configuration property: Bean property includes.
|
ParserGroupBuilder |
bpro(Class<?> beanClass,
String value)
Configuration property: Read-only bean properties.
|
ParserGroupBuilder |
bpro(Map<String,String> values)
Configuration property: Read-only bean properties.
|
ParserGroupBuilder |
bpro(String beanClassName,
String value)
Configuration property: Read-only bean properties.
|
ParserGroupBuilder |
bpwo(Class<?> beanClass,
String properties)
Configuration property: Write-only bean properties.
|
ParserGroupBuilder |
bpwo(Map<String,String> values)
Configuration property: Write-only bean properties.
|
ParserGroupBuilder |
bpwo(String beanClassName,
String value)
Configuration property: Write-only bean properties.
|
ParserGroupBuilder |
bpx(Class<?> beanClass,
String properties)
Configuration property: Bean property excludes.
|
ParserGroupBuilder |
bpx(Map<String,String> values)
Configuration property: Bean property excludes.
|
ParserGroupBuilder |
bpx(String beanClassName,
String value)
Configuration property: Bean property excludes.
|
ParserGroup |
build()
Creates a new
ParserGroup object using a snapshot of the settings defined in this builder. |
ParserGroupBuilder |
debug()
Configuration property: Debug mode.
|
ParserGroupBuilder |
debugOutputLines(int value)
Configuration property: Debug output lines.
|
ParserGroupBuilder |
dictionary(Class<?>... values)
Configuration property: Bean dictionary.
|
ParserGroupBuilder |
dictionary(Object... values)
Configuration property: Bean dictionary.
|
ParserGroupBuilder |
dictionaryRemove(Class<?>... values)
Configuration property: Bean dictionary.
|
ParserGroupBuilder |
dictionaryRemove(Object... values)
Configuration property: Bean dictionary.
|
ParserGroupBuilder |
dictionaryReplace(Class<?>... values)
Configuration property: Bean dictionary.
|
ParserGroupBuilder |
dictionaryReplace(Object... values)
Configuration property: Bean dictionary.
|
<T> ParserGroupBuilder |
example(Class<T> c,
T o)
Configuration property: POJO example.
|
<T> ParserGroupBuilder |
exampleJson(Class<T> c,
String value)
Configuration property: POJO example.
|
ParserGroupBuilder |
fileCharset(Charset value)
Configuration property: File charset.
|
ParserGroupBuilder |
ignoreInvocationExceptionsOnGetters()
Configuration property: Ignore invocation errors on getters.
|
ParserGroupBuilder |
ignoreInvocationExceptionsOnGetters(boolean value)
Configuration property: Ignore invocation errors on getters.
|
ParserGroupBuilder |
ignoreInvocationExceptionsOnSetters()
Configuration property: Ignore invocation errors on setters.
|
ParserGroupBuilder |
ignoreInvocationExceptionsOnSetters(boolean value)
Configuration property: Ignore invocation errors on setters.
|
ParserGroupBuilder |
ignorePropertiesWithoutSetters(boolean value)
Configuration property: Ignore properties without setters.
|
ParserGroupBuilder |
ignoreUnknownBeanProperties()
Configuration property: Ignore unknown properties.
|
ParserGroupBuilder |
ignoreUnknownBeanProperties(boolean value)
Configuration property: Ignore unknown properties.
|
ParserGroupBuilder |
ignoreUnknownNullBeanProperties(boolean value)
Configuration property: Ignore unknown properties with null values.
|
ParserGroupBuilder |
implClass(Class<?> interfaceClass,
Class<?> implClass)
Configuration property: Implementation classes.
|
ParserGroupBuilder |
implClasses(Map<String,Class<?>> values)
Configuration property: Implementation classes.
|
ParserGroupBuilder |
listener(Class<? extends ParserListener> value)
Configuration property: Parser listener.
|
ParserGroupBuilder |
locale(Locale value)
Configuration property: Locale.
|
ParserGroupBuilder |
mediaType(MediaType value)
Configuration property: Media type.
|
ParserGroupBuilder |
notBeanClasses(Class<?>... values)
Configuration property: Bean class exclusions.
|
ParserGroupBuilder |
notBeanClasses(Object... values)
Configuration property: Bean class exclusions.
|
ParserGroupBuilder |
notBeanClassesRemove(Class<?>... values)
Configuration property: Bean class exclusions.
|
ParserGroupBuilder |
notBeanClassesRemove(Object... values)
Configuration property: Bean class exclusions.
|
ParserGroupBuilder |
notBeanClassesReplace(Class<?>... values)
Configuration property: Bean class exclusions.
|
ParserGroupBuilder |
notBeanClassesReplace(Object... values)
Configuration property: Bean class exclusions.
|
ParserGroupBuilder |
notBeanPackages(Object... values)
Configuration property: Bean package exclusions.
|
ParserGroupBuilder |
notBeanPackages(String... values)
Configuration property: Bean package exclusions.
|
ParserGroupBuilder |
notBeanPackagesRemove(Object... values)
Configuration property: Bean package exclusions.
|
ParserGroupBuilder |
notBeanPackagesRemove(String... values)
Configuration property: Bean package exclusions.
|
ParserGroupBuilder |
notBeanPackagesReplace(Object... values)
Configuration property: Bean package exclusions.
|
ParserGroupBuilder |
notBeanPackagesReplace(String... values)
Configuration property: Bean package exclusions.
|
ParserGroupBuilder |
pojoSwaps(Class<?>... values)
Configuration property: POJO swaps.
|
ParserGroupBuilder |
pojoSwaps(Object... values)
Configuration property: POJO swaps.
|
ParserGroupBuilder |
pojoSwapsRemove(Class<?>... values)
Configuration property: POJO swaps.
|
ParserGroupBuilder |
pojoSwapsRemove(Object... values)
Configuration property: POJO swaps.
|
ParserGroupBuilder |
pojoSwapsReplace(Class<?>... values)
Configuration property: POJO swaps.
|
ParserGroupBuilder |
pojoSwapsReplace(Object... values)
Configuration property: POJO swaps.
|
ParserGroupBuilder |
removeFrom(String name,
Object value)
Removes a value from a SET, LIST, or MAP property.
|
ParserGroupBuilder |
set(Map<String,Object> properties)
Sets multiple configuration properties on this object.
|
ParserGroupBuilder |
set(String name,
Object value)
Sets a configuration property on this object.
|
ParserGroupBuilder |
sortProperties()
Configuration property: Sort bean properties.
|
ParserGroupBuilder |
sortProperties(boolean value)
Configuration property: Sort bean properties.
|
ParserGroupBuilder |
streamCharset(Charset value)
Configuration property: Input stream charset.
|
ParserGroupBuilder |
strict()
Configuration property: Strict mode.
|
ParserGroupBuilder |
strict(boolean value)
Configuration property: Strict mode.
|
ParserGroupBuilder |
timeZone(TimeZone value)
Configuration property: TimeZone.
|
ParserGroupBuilder |
trimStrings()
Configuration property: Trim parsed strings.
|
ParserGroupBuilder |
trimStrings(boolean value)
Configuration property: Trim parsed strings.
|
ParserGroupBuilder |
unbuffered()
Configuration property: Unbuffered.
|
ParserGroupBuilder |
unbuffered(boolean value)
Configuration property: Unbuffered.
|
ParserGroupBuilder |
useEnumNames()
Configuration property: Use enum names.
|
ParserGroupBuilder |
useEnumNames(boolean value)
Configuration property: Use enum names.
|
ParserGroupBuilder |
useInterfaceProxies(boolean value)
Configuration property: Use interface proxies.
|
ParserGroupBuilder |
useJavaBeanIntrospector()
Configuration property: Use Java Introspector.
|
ParserGroupBuilder |
useJavaBeanIntrospector(boolean value)
Configuration property: Use Java Introspector.
|
debug, examples, excludeProperties, excludeProperties, excludeProperties, fluentSetters, fluentSetters, includeProperties, includeProperties, includeProperties, propertyNamerbuild, getPropertyStore, getPropertyStoreBuilder, peek, peekpublic ParserGroupBuilder()
public ParserGroupBuilder(ParserGroup copyFrom)
copyFrom - The parser group that we're copying settings and parsers from.public ParserGroupBuilder append(Class<?>... p)
p - The parsers to append to this group.public ParserGroupBuilder append(Parser... p)
When passing in pre-instantiated parsers to this group, applying properties and transforms to the group do not affect them.
p - The parsers to append to this group.public ParserGroupBuilder append(List<Object> p)
Objects can either be instances of parsers or parser classes.
p - The parsers to append to this group.public ParserGroupBuilder append(Object... p)
Objects can either be instances of parsers or parser classes.
p - The parsers to append to this group.public ParserGroup build()
ParserGroup object using a snapshot of the settings defined in this builder.
This method can be called multiple times to produce multiple parser groups.
build in class BeanContextBuilderParserGroup object.public ParserGroupBuilder autoCloseStreams(boolean value)
If
value - The new value for this property.
public ParserGroupBuilder autoCloseStreams()
Shortcut for calling autoCloseStreams(.
public ParserGroupBuilder debugOutputLines(int value)
value - The new value for this property.
public ParserGroupBuilder listener(Class<? extends ParserListener> value)
Class used to listen for errors and warnings that occur during parsing.
value - The new value for this property.public ParserGroupBuilder strict(boolean value)
If
value - The new value for this property.
public ParserGroupBuilder strict()
Shortcut for calling strict(.
public ParserGroupBuilder trimStrings(boolean value)
If String.trim() before being added to
the POJO.
value - The new value for this property.
public ParserGroupBuilder trimStrings()
Shortcut for calling trimStrings(.
public ParserGroupBuilder unbuffered(boolean value)
If
value - The new value for this property.
public ParserGroupBuilder unbuffered()
Shortcut for calling unbuffered(.
public ParserGroupBuilder fileCharset(Charset value)
The character set to use for reading
value - The new value for this property.
public ParserGroupBuilder streamCharset(Charset value)
The character set to use for converting
value - The new value for this property.
public ParserGroupBuilder binaryFormat(BinaryFormat value)
When using the Parser.parse(Object,Class) method on stream-based parsers and the input is a string, this defines the format to use
when converting the string into a byte array.
value - The new value for this property.
BinaryFormat.HEX.public ParserGroupBuilder beanClassVisibility(Visibility value)
BeanContextBuilderClasses are not considered beans unless they meet the minimum visibility requirements.
For example, if the visibility is
beanClassVisibility in class BeanContextBuildervalue - The new value for this property.
Visibility.PUBLIC.public ParserGroupBuilder beanConstructorVisibility(Visibility value)
BeanContextBuilderOnly look for constructors with the specified minimum visibility.
beanConstructorVisibility in class BeanContextBuildervalue - The new value for this property.
Visibility.PUBLIC.@Deprecated public ParserGroupBuilder beanDictionary(Class<?>... values)
BeanContextBuilder
Same as BeanContextBuilder.beanDictionary(Object...) but takes in an array of classes.
beanDictionary in class BeanContextBuildervalues - The values to add to this property.@Deprecated public ParserGroupBuilder beanDictionary(Object... values)
BeanContextBuilderAdds to the list of classes that make up the bean dictionary in this bean context.
beanDictionary in class BeanContextBuildervalues - The values to add to this property.@Deprecated public ParserGroupBuilder beanDictionaryReplace(Class<?>... values)
BeanContextBuilder
Same as BeanContextBuilder.beanDictionary(Object...) but replaces the existing value.
beanDictionaryReplace in class BeanContextBuildervalues - The new values for this property.@Deprecated public ParserGroupBuilder beanDictionaryReplace(Object... values)
BeanContextBuilder
Same as BeanContextBuilder.beanDictionary(Object...) but replaces the existing value.
beanDictionaryReplace in class BeanContextBuildervalues - The new values for this property.@Deprecated public ParserGroupBuilder beanDictionaryRemove(Class<?>... values)
BeanContextBuilderRemoves from the list of classes that make up the bean dictionary in this bean context.
beanDictionaryRemove in class BeanContextBuildervalues - The values to remove from this property.@Deprecated public ParserGroupBuilder beanDictionaryRemove(Object... values)
BeanContextBuilderRemoves from the list of classes that make up the bean dictionary in this bean context.
beanDictionaryRemove in class BeanContextBuildervalues - The values to remove from this property.public ParserGroupBuilder beanFieldVisibility(Visibility value)
BeanContextBuilderOnly look for bean fields with the specified minimum visibility.
beanFieldVisibility in class BeanContextBuildervalue - The new value for this property.
Visibility.PUBLIC.public ParserGroupBuilder beanFilters(Class<?>... values)
BeanContextBuilder
Same as BeanContextBuilder.beanFilters(Object...) but takes in an array of classes.
beanFilters in class BeanContextBuildervalues - The values to add to this property.public ParserGroupBuilder beanFilters(Object... values)
BeanContextBuilder
This is a programmatic equivalent to the @Bean annotation.
It's useful when you want to use the Bean annotation functionality, but you don't have the ability to alter
the bean classes.
beanFilters in class BeanContextBuildervalues - The values to add to this property.
@Bean(typeName).
BeanDictionaryList containing a collection of bean classes with type name annotations.
BeanDictionaryMap containing a mapping of type names to classes without type name annotations.
public ParserGroupBuilder beanFiltersReplace(Class<?>... values)
BeanContextBuilder
Same as BeanContextBuilder.beanFilters(Object...) but replaces the existing values.
beanFiltersReplace in class BeanContextBuildervalues - The new values for this property.
@Bean(typeName).
BeanDictionaryList containing a collection of bean classes with type name annotations.
BeanDictionaryMap containing a mapping of type names to classes without type name annotations.
public ParserGroupBuilder beanFiltersReplace(Object... values)
BeanContextBuilder
Same as BeanContextBuilder.beanFilters(Object...) but replaces the existing values.
beanFiltersReplace in class BeanContextBuildervalues - The new values for this property.
@Bean(typeName).
BeanDictionaryList containing a collection of bean classes with type name annotations.
BeanDictionaryMap containing a mapping of type names to classes without type name annotations.
public ParserGroupBuilder beanFiltersRemove(Class<?>... values)
BeanContextBuilderRemoves from the list of classes that make up the bean filters in this bean context.
beanFiltersRemove in class BeanContextBuildervalues - The values to remove from this property.
@Bean(typeName).
BeanDictionaryList containing a collection of bean classes with type name annotations.
BeanDictionaryMap containing a mapping of type names to classes without type name annotations.
public ParserGroupBuilder beanFiltersRemove(Object... values)
BeanContextBuilderRemoves from the list of classes that make up the bean filters in this bean context.
beanFiltersRemove in class BeanContextBuildervalues - The values to remove from this property.
@Bean(typeName).
BeanDictionaryList containing a collection of bean classes with type name annotations.
BeanDictionaryMap containing a mapping of type names to classes without type name annotations.
public ParserGroupBuilder beanMapPutReturnsOldValue(boolean value)
BeanContextBuilder
If BeanMap.put() method will return old property
values.
Otherwise, it returns
beanMapPutReturnsOldValue in class BeanContextBuildervalue - The new value for this property.
public ParserGroupBuilder beanMapPutReturnsOldValue()
BeanContextBuilder
Shortcut for calling beanMapPutReturnsOldValue(.
beanMapPutReturnsOldValue in class BeanContextBuilderpublic ParserGroupBuilder beanMethodVisibility(Visibility value)
BeanContextBuilderOnly look for bean methods with the specified minimum visibility.
beanMethodVisibility in class BeanContextBuildervalue - The new value for this property.
Visibility.PUBLICpublic ParserGroupBuilder beansRequireDefaultConstructor(boolean value)
BeanContextBuilder
If
Otherwise, the bean will be serialized as a string using the Object.toString() method.
beansRequireDefaultConstructor in class BeanContextBuildervalue - The new value for this property.
public ParserGroupBuilder beansRequireDefaultConstructor()
BeanContextBuilder
Shortcut for calling beansRequireDefaultConstructor(.
beansRequireDefaultConstructor in class BeanContextBuilderpublic ParserGroupBuilder beansRequireSerializable(boolean value)
BeanContextBuilder
If Serializable interface to be considered a bean.
Otherwise, the bean will be serialized as a string using the Object.toString() method.
beansRequireSerializable in class BeanContextBuildervalue - The new value for this property.
public ParserGroupBuilder beansRequireSerializable()
BeanContextBuilder
Shortcut for calling beansRequireSerializable(.
beansRequireSerializable in class BeanContextBuilderpublic ParserGroupBuilder beansRequireSettersForGetters(boolean value)
BeanContextBuilder
If
Otherwise, they will be ignored.
beansRequireSettersForGetters in class BeanContextBuildervalue - The new value for this property.
public ParserGroupBuilder beansRequireSettersForGetters()
BeanContextBuilder
Shortcut for calling beansRequireSettersForGetters(.
beansRequireSettersForGetters in class BeanContextBuilderpublic ParserGroupBuilder beansRequireSomeProperties(boolean value)
BeanContextBuilder
If
Otherwise, the bean will be serialized as a string using the Object.toString() method.
beansRequireSomeProperties in class BeanContextBuildervalue - The new value for this property.
public ParserGroupBuilder beanTypePropertyName(String value)
BeanContextBuilderThis specifies the name of the bean property used to store the dictionary name of a bean type so that the parser knows the data type to reconstruct.
beanTypePropertyName in class BeanContextBuildervalue - The new value for this property.
public ParserGroupBuilder bpi(Class<?> beanClass, String value)
BeanContextBuilderSpecifies the set and order of names of properties associated with the bean class.
bpi in class BeanContextBuilderbeanClass - The bean class.value - Comma-delimited list of property names.public ParserGroupBuilder bpi(Map<String,String> values)
BeanContextBuilderSpecifies the set and order of names of properties associated with the bean class.
bpi in class BeanContextBuildervalues - The new value for this property.public ParserGroupBuilder bpi(String beanClassName, String value)
BeanContextBuilderSpecifies the set and order of names of properties associated with the bean class.
bpi in class BeanContextBuilderbeanClassName - The bean class name.
value - Comma-delimited list of property names.public ParserGroupBuilder bpx(Class<?> beanClass, String properties)
BeanContextBuilderSpecifies to exclude the specified list of properties for the specified bean class.
bpx in class BeanContextBuilderbeanClass - The bean class.properties - Comma-delimited list of property names.public ParserGroupBuilder bpx(Map<String,String> values)
BeanContextBuilderSpecifies to exclude the specified list of properties for the specified bean classes.
bpx in class BeanContextBuildervalues - The new value for this property.public ParserGroupBuilder bpx(String beanClassName, String value)
BeanContextBuilderbpx in class BeanContextBuilderbeanClassName - The bean class name.
value - Comma-delimited list of property names.public ParserGroupBuilder bpro(Class<?> beanClass, String value)
BeanContextBuilderSpecifies the read-only properties for the specified bean class.
bpro in class BeanContextBuilderbeanClass - The bean class.value - Comma-delimited list of property names.public ParserGroupBuilder bpro(Map<String,String> values)
BeanContextBuilderSpecifies the read-only properties for the specified bean classes.
bpro in class BeanContextBuildervalues - The new value for this property.public ParserGroupBuilder bpro(String beanClassName, String value)
BeanContextBuilderSpecifies the read-only properties for the specified bean class.
bpro in class BeanContextBuilderbeanClassName - The bean class name.
value - Comma-delimited list of property names.public ParserGroupBuilder bpwo(Class<?> beanClass, String properties)
BeanContextBuilderSpecifies the write-only properties for the specified bean class.
bpwo in class BeanContextBuilderbeanClass - The bean class.properties - Comma-delimited list of property names.public ParserGroupBuilder bpwo(Map<String,String> values)
BeanContextBuilderSpecifies the write-only properties for the specified bean classes.
bpwo in class BeanContextBuildervalues - The new value for this property.public ParserGroupBuilder bpwo(String beanClassName, String value)
BeanContextBuilderSpecifies the write-only properties for the specified bean class.
bpwo in class BeanContextBuilderbeanClassName - The bean class name.
value - Comma-delimited list of property names.public ParserGroupBuilder debug()
BeanContextBuilder
Shortcut for calling debug(.
debug in class BeanContextBuilderpublic ParserGroupBuilder dictionary(Class<?>... values)
BeanContextBuilder
Same as BeanContextBuilder.beanDictionary(Object...) but takes in an array of classes.
dictionary in class BeanContextBuildervalues - The values to add to this property.public ParserGroupBuilder dictionary(Object... values)
BeanContextBuilderAdds to the list of classes that make up the bean dictionary in this bean context.
dictionary in class BeanContextBuildervalues - The values to add to this property.public ParserGroupBuilder dictionaryReplace(Class<?>... values)
BeanContextBuilder
Same as BeanContextBuilder.beanDictionary(Object...) but replaces the existing value.
dictionaryReplace in class BeanContextBuildervalues - The new values for this property.public ParserGroupBuilder dictionaryReplace(Object... values)
BeanContextBuilder
Same as BeanContextBuilder.beanDictionary(Object...) but replaces the existing value.
dictionaryReplace in class BeanContextBuildervalues - The new values for this property.public ParserGroupBuilder dictionaryRemove(Class<?>... values)
BeanContextBuilderRemoves from the list of classes that make up the bean dictionary in this bean context.
dictionaryRemove in class BeanContextBuildervalues - The values to remove from this property.public ParserGroupBuilder dictionaryRemove(Object... values)
BeanContextBuilderRemoves from the list of classes that make up the bean dictionary in this bean context.
dictionaryRemove in class BeanContextBuildervalues - The values to remove from this property.public <T> ParserGroupBuilder example(Class<T> c, T o)
BeanContextBuilderSpecifies an example of the specified class.
example in class BeanContextBuilderc - The POJO class.o - An instance of the POJO class used for examples.public <T> ParserGroupBuilder exampleJson(Class<T> c, String value)
BeanContextBuilderSpecifies an example of the specified class.
exampleJson in class BeanContextBuilderT - The POJO class type.c - The POJO class.value - The simple JSON representation of the example.public ParserGroupBuilder ignoreInvocationExceptionsOnGetters(boolean value)
BeanContextBuilder
If BeanRuntimeException is thrown.
ignoreInvocationExceptionsOnGetters in class BeanContextBuildervalue - The new value for this property.
public ParserGroupBuilder ignoreInvocationExceptionsOnGetters()
BeanContextBuilder
Shortcut for calling ignoreInvocationExceptionsOnGetters(.
ignoreInvocationExceptionsOnGetters in class BeanContextBuilderpublic ParserGroupBuilder ignoreInvocationExceptionsOnSetters(boolean value)
BeanContextBuilder
If
Otherwise, a BeanRuntimeException is thrown.
ignoreInvocationExceptionsOnSetters in class BeanContextBuildervalue - The new value for this property.
public ParserGroupBuilder ignoreInvocationExceptionsOnSetters()
BeanContextBuilder
Shortcut for calling ignoreInvocationExceptionsOnSetters(.
ignoreInvocationExceptionsOnSetters in class BeanContextBuilderpublic ParserGroupBuilder ignorePropertiesWithoutSetters(boolean value)
BeanContextBuilder
If
Otherwise, a BeanRuntimeException is thrown.
ignorePropertiesWithoutSetters in class BeanContextBuildervalue - The new value for this property.
public ParserGroupBuilder ignoreUnknownBeanProperties(boolean value)
BeanContextBuilder
If
Otherwise, a BeanRuntimeException is thrown.
ignoreUnknownBeanProperties in class BeanContextBuildervalue - The new value for this property.
public ParserGroupBuilder ignoreUnknownBeanProperties()
BeanContextBuilder
Shortcut for calling ignoreUnknownBeanProperties(.
ignoreUnknownBeanProperties in class BeanContextBuilderpublic ParserGroupBuilder ignoreUnknownNullBeanProperties(boolean value)
BeanContextBuilder
If
Otherwise, a BeanRuntimeException is thrown.
ignoreUnknownNullBeanProperties in class BeanContextBuildervalue - The new value for this property.
public ParserGroupBuilder implClass(Class<?> interfaceClass, Class<?> implClass)
BeanContextBuilderimplClass in class BeanContextBuilderinterfaceClass - The interface class.implClass - The implementation class.public ParserGroupBuilder implClasses(Map<String,Class<?>> values)
BeanContextBuilderFor interfaces and abstract classes this method can be used to specify an implementation class for the interface/abstract class so that instances of the implementation class are used when instantiated (e.g. during a parse).
implClasses in class BeanContextBuildervalues - The new value for this property.public ParserGroupBuilder locale(Locale value)
BeanContextBuilderSpecifies a default locale for serializer and parser sessions.
locale in class BeanContextBuildervalue - The new value for this property.public ParserGroupBuilder mediaType(MediaType value)
BeanContextBuilderSpecifies a default media type value for serializer and parser sessions.
mediaType in class BeanContextBuildervalue - The new value for this property.public ParserGroupBuilder notBeanClasses(Class<?>... values)
BeanContextBuilder
List of classes that should not be treated as beans even if they appear to be bean-like.
Not-bean classes are converted to
notBeanClasses in class BeanContextBuildervalues - The values to add to this property.public ParserGroupBuilder notBeanClasses(Object... values)
BeanContextBuilder
List of classes that should not be treated as beans even if they appear to be bean-like.
Not-bean classes are converted to
notBeanClasses in class BeanContextBuildervalues - The values to add to this property.
public ParserGroupBuilder notBeanClassesReplace(Class<?>... values)
BeanContextBuilder
Not-bean classes are converted to
notBeanClassesReplace in class BeanContextBuildervalues - The new value for this property.public ParserGroupBuilder notBeanClassesReplace(Object... values)
BeanContextBuilder
Not-bean classes are converted to
notBeanClassesReplace in class BeanContextBuildervalues - The new value for this property.
public ParserGroupBuilder notBeanClassesRemove(Class<?>... values)
BeanContextBuildernotBeanClassesRemove in class BeanContextBuildervalues - The values to remove from this property.public ParserGroupBuilder notBeanClassesRemove(Object... values)
BeanContextBuildernotBeanClassesRemove in class BeanContextBuildervalues - The values to remove from this property.
public ParserGroupBuilder notBeanPackages(Object... values)
BeanContextBuildernotBeanPackages in class BeanContextBuildervalues - The values to add to this property.
public ParserGroupBuilder notBeanPackages(String... values)
BeanContextBuildernotBeanPackages in class BeanContextBuildervalues - The values to add to this property.public ParserGroupBuilder notBeanPackagesReplace(String... values)
BeanContextBuildernotBeanPackagesReplace in class BeanContextBuildervalues - public ParserGroupBuilder notBeanPackagesReplace(Object... values)
BeanContextBuildernotBeanPackagesReplace in class BeanContextBuildervalues - public ParserGroupBuilder notBeanPackagesRemove(String... values)
BeanContextBuildernotBeanPackagesRemove in class BeanContextBuildervalues - The values to remove from this property.public ParserGroupBuilder notBeanPackagesRemove(Object... values)
BeanContextBuildernotBeanPackagesRemove in class BeanContextBuildervalues - public ParserGroupBuilder pojoSwaps(Class<?>... values)
BeanContextBuilderpojoSwaps in class BeanContextBuildervalues - The values to add to this property.public ParserGroupBuilder pojoSwaps(Object... values)
BeanContextBuilderpojoSwaps in class BeanContextBuildervalues - The values to add to this property.
PojoSwap.
SurrogateSwap.
public ParserGroupBuilder pojoSwapsReplace(Class<?>... values)
BeanContextBuilderpojoSwapsReplace in class BeanContextBuildervalues - The values to remove from this property.
PojoSwap.
SurrogateSwap.
public ParserGroupBuilder pojoSwapsReplace(Object... values)
BeanContextBuilderpojoSwapsReplace in class BeanContextBuildervalues - The values to remove from this property.
PojoSwap.
SurrogateSwap.
public ParserGroupBuilder pojoSwapsRemove(Class<?>... values)
BeanContextBuilderpojoSwapsRemove in class BeanContextBuildervalues - The values to remove from this property.
PojoSwap.
SurrogateSwap.
public ParserGroupBuilder pojoSwapsRemove(Object... values)
BeanContextBuilderpojoSwapsRemove in class BeanContextBuildervalues - The values to remove from this property.
PojoSwap.
SurrogateSwap.
public ParserGroupBuilder sortProperties(boolean value)
BeanContextBuilder
When
sortProperties in class BeanContextBuildervalue - The new value for this property.
public ParserGroupBuilder sortProperties()
BeanContextBuilder
Shortcut for calling sortProperties(.
sortProperties in class BeanContextBuilderpublic ParserGroupBuilder timeZone(TimeZone value)
BeanContextBuildertimeZone in class BeanContextBuildervalue - The new value for this property.public ParserGroupBuilder useEnumNames(boolean value)
BeanContextBuilder
When enabled, enums are always serialized by name instead of using Object.toString().
useEnumNames in class BeanContextBuildervalue - The property value.public ParserGroupBuilder useEnumNames()
BeanContextBuilder
When enabled, enums are always serialized by name instead of using Object.toString().
useEnumNames in class BeanContextBuilderpublic ParserGroupBuilder useInterfaceProxies(boolean value)
BeanContextBuilder
If InvocationHandler if there is no other way of instantiating them.
useInterfaceProxies in class BeanContextBuildervalue - The new value for this property.
public ParserGroupBuilder useJavaBeanIntrospector(boolean value)
BeanContextBuilderUsing the built-in Java bean introspector will not pick up fields or non-standard getters/setters.
@Bean annotations will be ignored if you enable this setting.
useJavaBeanIntrospector in class BeanContextBuildervalue - The new value for this property.
public ParserGroupBuilder useJavaBeanIntrospector()
BeanContextBuilder
Shortcut for calling useJavaBeanIntrospector(.
useJavaBeanIntrospector in class BeanContextBuilderpublic ParserGroupBuilder set(String name, Object value)
ContextBuilderset in class BeanContextBuildername - The property name.value - The property value.PropertyStoreBuilder.set(String, Object)public ParserGroupBuilder set(Map<String,Object> properties)
ContextBuilderset in class BeanContextBuilderproperties - The properties to set on this class.PropertyStoreBuilder.set(java.util.Map)public ParserGroupBuilder add(Map<String,Object> properties)
ContextBuilderadd in class BeanContextBuilderproperties - The properties to set on this class.PropertyStoreBuilder.add(java.util.Map)public ParserGroupBuilder addTo(String name, Object value)
ContextBuilderaddTo in class BeanContextBuildername - The property name.value - The new value to add to the SET property.public ParserGroupBuilder addTo(String name, String key, Object value)
ContextBuilderaddTo in class BeanContextBuildername - The property name.key - The property value map key.value - The property value map value.public ParserGroupBuilder removeFrom(String name, Object value)
ContextBuilderremoveFrom in class BeanContextBuildername - The property name.value - The property value in the SET property.public ParserGroupBuilder apply(PropertyStore copyFrom)
ContextBuilderapply in class BeanContextBuildercopyFrom - The factory whose settings are being copied.public ParserGroupBuilder applyAnnotations(AnnotationList al, VarResolverSession vrs)
ContextBuilderapplyAnnotations in class BeanContextBuilderal - The list of all annotations annotated with PropertyStoreApply.vrs - The string resolver for resolving variables in annotation values.public ParserGroupBuilder applyAnnotations(Class<?> fromClass)
ContextBuilderApplies any of the following annotations:
BeanConfig
CsvConfig
HtmlConfig
HtmlDocConfig
JsoConfig
JsonConfig
JsonSchemaConfig
MsgPackConfig
OpenApiConfig
ParserConfig
PlainTextConfig
SerializerConfig
SoapXmlConfig
UonConfig
UrlEncodingConfig
XmlConfig
Annotations are appended in the following order:
applyAnnotations in class BeanContextBuilderfromClass - The class on which the annotations are defined.public ParserGroupBuilder applyAnnotations(Method fromMethod)
ContextBuilderApplies any of the following annotations:
BeanConfig
CsvConfig
HtmlConfig
HtmlDocConfig
JsoConfig
JsonConfig
JsonSchemaConfig
MsgPackConfig
OpenApiConfig
ParserConfig
PlainTextConfig
SerializerConfig
SoapXmlConfig
UonConfig
UrlEncodingConfig
XmlConfig
Annotations are appended in the following orders:
applyAnnotations in class BeanContextBuilderfromMethod - The method on which the annotations are defined.Copyright © 2016–2019 The Apache Software Foundation. All rights reserved.