public class PlainTextParserBuilder extends ReaderParserBuilder
psb| Constructor and Description |
|---|
PlainTextParserBuilder()
Constructor, default settings.
|
PlainTextParserBuilder(PropertyStore ps)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
PlainTextParserBuilder |
add(Map<String,Object> properties)
Adds multiple configuration properties on this object.
|
PlainTextParserBuilder |
addTo(String name,
Object value)
Adds a value to a SET or LIST property.
|
PlainTextParserBuilder |
addTo(String name,
String key,
Object value)
Adds or overwrites a value to a SET, LIST, or MAP property.
|
PlainTextParserBuilder |
apply(PropertyStore copyFrom)
Copies the settings from the specified property store into this builder.
|
PlainTextParserBuilder |
applyAnnotations(AnnotationList al,
VarResolverSession vrs)
Applies a set of annotations to this property store.
|
PlainTextParserBuilder |
autoCloseStreams()
Configuration property: Auto-close streams.
|
PlainTextParserBuilder |
autoCloseStreams(boolean value)
Configuration property: Auto-close streams.
|
PlainTextParserBuilder |
beanClassVisibility(Visibility value)
Configuration property: Minimum bean class visibility.
|
PlainTextParserBuilder |
beanConstructorVisibility(Visibility value)
Configuration property: Minimum bean constructor visibility.
|
PlainTextParserBuilder |
beanDictionary(Class<?>... values)
Deprecated.
|
PlainTextParserBuilder |
beanDictionary(Object... values)
Deprecated.
|
PlainTextParserBuilder |
beanDictionaryRemove(Class<?>... values)
Deprecated.
|
PlainTextParserBuilder |
beanDictionaryRemove(Object... values)
Deprecated.
|
PlainTextParserBuilder |
beanDictionaryReplace(Class<?>... values)
Deprecated.
|
PlainTextParserBuilder |
beanDictionaryReplace(Object... values)
Deprecated.
|
PlainTextParserBuilder |
beanFieldVisibility(Visibility value)
Configuration property: Minimum bean field visibility.
|
PlainTextParserBuilder |
beanFilters(Class<?>... values)
Configuration property: Bean filters.
|
PlainTextParserBuilder |
beanFilters(Object... values)
Configuration property: Bean filters.
|
PlainTextParserBuilder |
beanFiltersRemove(Class<?>... values)
Configuration property: Bean filters.
|
PlainTextParserBuilder |
beanFiltersRemove(Object... values)
Configuration property: Bean filters.
|
PlainTextParserBuilder |
beanFiltersReplace(Class<?>... values)
Configuration property: Bean filters.
|
PlainTextParserBuilder |
beanFiltersReplace(Object... values)
Configuration property: Bean filters.
|
PlainTextParserBuilder |
beanMapPutReturnsOldValue()
Configuration property: BeanMap.put() returns old property value.
|
PlainTextParserBuilder |
beanMapPutReturnsOldValue(boolean value)
Configuration property: BeanMap.put() returns old property value.
|
PlainTextParserBuilder |
beanMethodVisibility(Visibility value)
Configuration property: Minimum bean method visibility.
|
PlainTextParserBuilder |
beansRequireDefaultConstructor()
Configuration property: Beans require no-arg constructors.
|
PlainTextParserBuilder |
beansRequireDefaultConstructor(boolean value)
Configuration property: Beans require no-arg constructors.
|
PlainTextParserBuilder |
beansRequireSerializable()
Configuration property: Beans require Serializable interface.
|
PlainTextParserBuilder |
beansRequireSerializable(boolean value)
Configuration property: Beans require Serializable interface.
|
PlainTextParserBuilder |
beansRequireSettersForGetters()
Configuration property: Beans require setters for getters.
|
PlainTextParserBuilder |
beansRequireSettersForGetters(boolean value)
Configuration property: Beans require setters for getters.
|
PlainTextParserBuilder |
beansRequireSomeProperties(boolean value)
Configuration property: Beans require at least one property.
|
PlainTextParserBuilder |
beanTypePropertyName(String value)
Configuration property: Bean type property name.
|
PlainTextParserBuilder |
bpi(Class<?> beanClass,
String value)
Configuration property: Bean property includes.
|
PlainTextParserBuilder |
bpi(Map<String,String> values)
Configuration property: Bean property includes.
|
PlainTextParserBuilder |
bpi(String beanClassName,
String value)
Configuration property: Bean property includes.
|
PlainTextParserBuilder |
bpro(Class<?> beanClass,
String value)
Configuration property: Read-only bean properties.
|
PlainTextParserBuilder |
bpro(Map<String,String> values)
Configuration property: Read-only bean properties.
|
PlainTextParserBuilder |
bpro(String beanClassName,
String value)
Configuration property: Read-only bean properties.
|
PlainTextParserBuilder |
bpwo(Class<?> beanClass,
String properties)
Configuration property: Write-only bean properties.
|
PlainTextParserBuilder |
bpwo(Map<String,String> values)
Configuration property: Write-only bean properties.
|
PlainTextParserBuilder |
bpwo(String beanClassName,
String value)
Configuration property: Write-only bean properties.
|
PlainTextParserBuilder |
bpx(Class<?> beanClass,
String properties)
Configuration property: Bean property excludes.
|
PlainTextParserBuilder |
bpx(Map<String,String> values)
Configuration property: Bean property excludes.
|
PlainTextParserBuilder |
bpx(String beanClassName,
String value)
Configuration property: Bean property excludes.
|
PlainTextParser |
build()
Build the object.
|
PlainTextParserBuilder |
debug()
Configuration property: Debug mode.
|
PlainTextParserBuilder |
debugOutputLines(int value)
Configuration property: Debug output lines.
|
PlainTextParserBuilder |
dictionary(Class<?>... values)
Configuration property: Bean dictionary.
|
PlainTextParserBuilder |
dictionary(Object... values)
Configuration property: Bean dictionary.
|
PlainTextParserBuilder |
dictionaryRemove(Class<?>... values)
Configuration property: Bean dictionary.
|
PlainTextParserBuilder |
dictionaryRemove(Object... values)
Configuration property: Bean dictionary.
|
PlainTextParserBuilder |
dictionaryReplace(Class<?>... values)
Configuration property: Bean dictionary.
|
PlainTextParserBuilder |
dictionaryReplace(Object... values)
Configuration property: Bean dictionary.
|
<T> PlainTextParserBuilder |
example(Class<T> c,
T o)
Configuration property: POJO example.
|
<T> PlainTextParserBuilder |
exampleJson(Class<T> c,
String value)
Configuration property: POJO example.
|
PlainTextParserBuilder |
fileCharset(Charset value)
Configuration property: File charset.
|
PlainTextParserBuilder |
ignoreInvocationExceptionsOnGetters()
Configuration property: Ignore invocation errors on getters.
|
PlainTextParserBuilder |
ignoreInvocationExceptionsOnGetters(boolean value)
Configuration property: Ignore invocation errors on getters.
|
PlainTextParserBuilder |
ignoreInvocationExceptionsOnSetters()
Configuration property: Ignore invocation errors on setters.
|
PlainTextParserBuilder |
ignoreInvocationExceptionsOnSetters(boolean value)
Configuration property: Ignore invocation errors on setters.
|
PlainTextParserBuilder |
ignorePropertiesWithoutSetters(boolean value)
Configuration property: Ignore properties without setters.
|
PlainTextParserBuilder |
ignoreUnknownBeanProperties()
Configuration property: Ignore unknown properties.
|
PlainTextParserBuilder |
ignoreUnknownBeanProperties(boolean value)
Configuration property: Ignore unknown properties.
|
PlainTextParserBuilder |
ignoreUnknownNullBeanProperties(boolean value)
Configuration property: Ignore unknown properties with null values.
|
PlainTextParserBuilder |
implClass(Class<?> interfaceClass,
Class<?> implClass)
Configuration property: Implementation classes.
|
PlainTextParserBuilder |
implClasses(Map<String,Class<?>> values)
Configuration property: Implementation classes.
|
PlainTextParserBuilder |
listener(Class<? extends ParserListener> value)
Configuration property: Parser listener.
|
PlainTextParserBuilder |
locale(Locale value)
Configuration property: Locale.
|
PlainTextParserBuilder |
mediaType(MediaType value)
Configuration property: Media type.
|
PlainTextParserBuilder |
notBeanClasses(Class<?>... values)
Configuration property: Bean class exclusions.
|
PlainTextParserBuilder |
notBeanClasses(Object... values)
Configuration property: Bean class exclusions.
|
PlainTextParserBuilder |
notBeanClassesRemove(Class<?>... values)
Configuration property: Bean class exclusions.
|
PlainTextParserBuilder |
notBeanClassesRemove(Object... values)
Configuration property: Bean class exclusions.
|
PlainTextParserBuilder |
notBeanClassesReplace(Class<?>... values)
Configuration property: Bean class exclusions.
|
PlainTextParserBuilder |
notBeanClassesReplace(Object... values)
Configuration property: Bean class exclusions.
|
PlainTextParserBuilder |
notBeanPackages(Object... values)
Configuration property: Bean package exclusions.
|
PlainTextParserBuilder |
notBeanPackages(String... values)
Configuration property: Bean package exclusions.
|
PlainTextParserBuilder |
notBeanPackagesRemove(Object... values)
Configuration property: Bean package exclusions.
|
PlainTextParserBuilder |
notBeanPackagesRemove(String... values)
Configuration property: Bean package exclusions.
|
PlainTextParserBuilder |
notBeanPackagesReplace(Object... values)
Configuration property: Bean package exclusions.
|
PlainTextParserBuilder |
notBeanPackagesReplace(String... values)
Configuration property: Bean package exclusions.
|
PlainTextParserBuilder |
pojoSwaps(Class<?>... values)
Configuration property: POJO swaps.
|
PlainTextParserBuilder |
pojoSwaps(Object... values)
Configuration property: POJO swaps.
|
PlainTextParserBuilder |
pojoSwapsRemove(Class<?>... values)
Configuration property: POJO swaps.
|
PlainTextParserBuilder |
pojoSwapsRemove(Object... values)
Configuration property: POJO swaps.
|
PlainTextParserBuilder |
pojoSwapsReplace(Class<?>... values)
Configuration property: POJO swaps.
|
PlainTextParserBuilder |
pojoSwapsReplace(Object... values)
Configuration property: POJO swaps.
|
PlainTextParserBuilder |
removeFrom(String name,
Object value)
Removes a value from a SET, LIST, or MAP property.
|
PlainTextParserBuilder |
set(Map<String,Object> properties)
Sets multiple configuration properties on this object.
|
PlainTextParserBuilder |
set(String name,
Object value)
Sets a configuration property on this object.
|
PlainTextParserBuilder |
sortProperties()
Configuration property: Sort bean properties.
|
PlainTextParserBuilder |
sortProperties(boolean value)
Configuration property: Sort bean properties.
|
PlainTextParserBuilder |
streamCharset(Charset value)
Configuration property: Input stream charset.
|
PlainTextParserBuilder |
strict()
Configuration property: Strict mode.
|
PlainTextParserBuilder |
strict(boolean value)
Configuration property: Strict mode.
|
PlainTextParserBuilder |
timeZone(TimeZone value)
Configuration property: TimeZone.
|
PlainTextParserBuilder |
trimStrings()
Configuration property: Trim parsed strings.
|
PlainTextParserBuilder |
trimStrings(boolean value)
Configuration property: Trim parsed strings.
|
PlainTextParserBuilder |
unbuffered()
Configuration property: Unbuffered.
|
PlainTextParserBuilder |
unbuffered(boolean value)
Configuration property: Unbuffered.
|
PlainTextParserBuilder |
useEnumNames()
Configuration property: Use enum names.
|
PlainTextParserBuilder |
useEnumNames(boolean value)
Configuration property: Use enum names.
|
PlainTextParserBuilder |
useInterfaceProxies(boolean value)
Configuration property: Use interface proxies.
|
PlainTextParserBuilder |
useJavaBeanIntrospector()
Configuration property: Use Java Introspector.
|
PlainTextParserBuilder |
useJavaBeanIntrospector(boolean value)
Configuration property: Use Java Introspector.
|
applyAnnotations, applyAnnotationsdebug, examples, excludeProperties, excludeProperties, excludeProperties, fluentSetters, fluentSetters, includeProperties, includeProperties, includeProperties, propertyNamerbuild, getPropertyStore, getPropertyStoreBuilder, peek, peekpublic PlainTextParserBuilder()
public PlainTextParserBuilder(PropertyStore ps)
ps - The initial configuration settings for this builder.public PlainTextParser build()
ContextBuilderbuild in class ParserBuilderpublic PlainTextParserBuilder fileCharset(Charset value)
ReaderParserBuilder
The character set to use for reading
fileCharset in class ReaderParserBuildervalue - The new value for this property.
public PlainTextParserBuilder streamCharset(Charset value)
ReaderParserBuilder
The character set to use for converting
streamCharset in class ReaderParserBuildervalue - The new value for this property.
public PlainTextParserBuilder autoCloseStreams(boolean value)
ParserBuilder
If
autoCloseStreams in class ReaderParserBuildervalue - The new value for this property.
public PlainTextParserBuilder autoCloseStreams()
ParserBuilder
Shortcut for calling autoCloseStreams(.
autoCloseStreams in class ReaderParserBuilderpublic PlainTextParserBuilder debugOutputLines(int value)
ParserBuilderWhen parse errors occur, this specifies the number of lines of input before and after the error location to be printed as part of the exception message.
debugOutputLines in class ReaderParserBuildervalue - The new value for this property.
public PlainTextParserBuilder listener(Class<? extends ParserListener> value)
ParserBuilderClass used to listen for errors and warnings that occur during parsing.
listener in class ReaderParserBuildervalue - The new value for this property.public PlainTextParserBuilder strict(boolean value)
ParserBuilder
If
strict in class ReaderParserBuildervalue - The new value for this property.
public PlainTextParserBuilder strict()
ParserBuilder
Shortcut for calling strict(.
strict in class ReaderParserBuilderpublic PlainTextParserBuilder trimStrings(boolean value)
ParserBuilder
If String.trim() before being added to
the POJO.
trimStrings in class ReaderParserBuildervalue - The new value for this property.
public PlainTextParserBuilder trimStrings()
ParserBuilder
Shortcut for calling trimStrings(.
trimStrings in class ReaderParserBuilderpublic PlainTextParserBuilder unbuffered(boolean value)
ParserBuilder
If
unbuffered in class ReaderParserBuildervalue - The new value for this property.
public PlainTextParserBuilder unbuffered()
ParserBuilder
Shortcut for calling unbuffered(.
unbuffered in class ReaderParserBuilderpublic PlainTextParserBuilder beanClassVisibility(Visibility value)
BeanContextBuilderClasses are not considered beans unless they meet the minimum visibility requirements.
For example, if the visibility is
beanClassVisibility in class ReaderParserBuildervalue - The new value for this property.
Visibility.PUBLIC.public PlainTextParserBuilder beanConstructorVisibility(Visibility value)
BeanContextBuilderOnly look for constructors with the specified minimum visibility.
beanConstructorVisibility in class ReaderParserBuildervalue - The new value for this property.
Visibility.PUBLIC.@Deprecated public PlainTextParserBuilder beanDictionary(Class<?>... values)
BeanContextBuilder
Same as BeanContextBuilder.beanDictionary(Object...) but takes in an array of classes.
beanDictionary in class ReaderParserBuildervalues - The values to add to this property.@Deprecated public PlainTextParserBuilder beanDictionary(Object... values)
BeanContextBuilderAdds to the list of classes that make up the bean dictionary in this bean context.
beanDictionary in class ReaderParserBuildervalues - The values to add to this property.@Deprecated public PlainTextParserBuilder beanDictionaryReplace(Class<?>... values)
BeanContextBuilder
Same as BeanContextBuilder.beanDictionary(Object...) but replaces the existing value.
beanDictionaryReplace in class ReaderParserBuildervalues - The new values for this property.@Deprecated public PlainTextParserBuilder beanDictionaryReplace(Object... values)
BeanContextBuilder
Same as BeanContextBuilder.beanDictionary(Object...) but replaces the existing value.
beanDictionaryReplace in class ReaderParserBuildervalues - The new values for this property.@Deprecated public PlainTextParserBuilder beanDictionaryRemove(Class<?>... values)
BeanContextBuilderRemoves from the list of classes that make up the bean dictionary in this bean context.
beanDictionaryRemove in class ReaderParserBuildervalues - The values to remove from this property.@Deprecated public PlainTextParserBuilder beanDictionaryRemove(Object... values)
BeanContextBuilderRemoves from the list of classes that make up the bean dictionary in this bean context.
beanDictionaryRemove in class ReaderParserBuildervalues - The values to remove from this property.public PlainTextParserBuilder beanFieldVisibility(Visibility value)
BeanContextBuilderOnly look for bean fields with the specified minimum visibility.
beanFieldVisibility in class ReaderParserBuildervalue - The new value for this property.
Visibility.PUBLIC.public PlainTextParserBuilder beanFilters(Class<?>... values)
BeanContextBuilder
Same as BeanContextBuilder.beanFilters(Object...) but takes in an array of classes.
beanFilters in class ReaderParserBuildervalues - The values to add to this property.public PlainTextParserBuilder 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 ReaderParserBuildervalues - 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 PlainTextParserBuilder beanFiltersReplace(Class<?>... values)
BeanContextBuilder
Same as BeanContextBuilder.beanFilters(Object...) but replaces the existing values.
beanFiltersReplace in class ReaderParserBuildervalues - 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 PlainTextParserBuilder beanFiltersReplace(Object... values)
BeanContextBuilder
Same as BeanContextBuilder.beanFilters(Object...) but replaces the existing values.
beanFiltersReplace in class ReaderParserBuildervalues - 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 PlainTextParserBuilder beanFiltersRemove(Class<?>... values)
BeanContextBuilderRemoves from the list of classes that make up the bean filters in this bean context.
beanFiltersRemove in class ReaderParserBuildervalues - 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 PlainTextParserBuilder beanFiltersRemove(Object... values)
BeanContextBuilderRemoves from the list of classes that make up the bean filters in this bean context.
beanFiltersRemove in class ReaderParserBuildervalues - 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 PlainTextParserBuilder beanMapPutReturnsOldValue(boolean value)
BeanContextBuilder
If BeanMap.put() method will return old property
values.
Otherwise, it returns
beanMapPutReturnsOldValue in class ReaderParserBuildervalue - The new value for this property.
public PlainTextParserBuilder beanMapPutReturnsOldValue()
BeanContextBuilder
Shortcut for calling beanMapPutReturnsOldValue(.
beanMapPutReturnsOldValue in class ReaderParserBuilderpublic PlainTextParserBuilder beanMethodVisibility(Visibility value)
BeanContextBuilderOnly look for bean methods with the specified minimum visibility.
beanMethodVisibility in class ReaderParserBuildervalue - The new value for this property.
Visibility.PUBLICpublic PlainTextParserBuilder beansRequireDefaultConstructor(boolean value)
BeanContextBuilder
If
Otherwise, the bean will be serialized as a string using the Object.toString() method.
beansRequireDefaultConstructor in class ReaderParserBuildervalue - The new value for this property.
public PlainTextParserBuilder beansRequireDefaultConstructor()
BeanContextBuilder
Shortcut for calling beansRequireDefaultConstructor(.
beansRequireDefaultConstructor in class ReaderParserBuilderpublic PlainTextParserBuilder 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 ReaderParserBuildervalue - The new value for this property.
public PlainTextParserBuilder beansRequireSerializable()
BeanContextBuilder
Shortcut for calling beansRequireSerializable(.
beansRequireSerializable in class ReaderParserBuilderpublic PlainTextParserBuilder beansRequireSettersForGetters(boolean value)
BeanContextBuilder
If
Otherwise, they will be ignored.
beansRequireSettersForGetters in class ReaderParserBuildervalue - The new value for this property.
public PlainTextParserBuilder beansRequireSettersForGetters()
BeanContextBuilder
Shortcut for calling beansRequireSettersForGetters(.
beansRequireSettersForGetters in class ReaderParserBuilderpublic PlainTextParserBuilder beansRequireSomeProperties(boolean value)
BeanContextBuilder
If
Otherwise, the bean will be serialized as a string using the Object.toString() method.
beansRequireSomeProperties in class ReaderParserBuildervalue - The new value for this property.
public PlainTextParserBuilder 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 ReaderParserBuildervalue - The new value for this property.
public PlainTextParserBuilder bpi(Class<?> beanClass, String value)
BeanContextBuilderSpecifies the set and order of names of properties associated with the bean class.
bpi in class ReaderParserBuilderbeanClass - The bean class.value - Comma-delimited list of property names.public PlainTextParserBuilder bpi(Map<String,String> values)
BeanContextBuilderSpecifies the set and order of names of properties associated with the bean class.
bpi in class ReaderParserBuildervalues - The new value for this property.public PlainTextParserBuilder bpi(String beanClassName, String value)
BeanContextBuilderSpecifies the set and order of names of properties associated with the bean class.
bpi in class ReaderParserBuilderbeanClassName - The bean class name.
value - Comma-delimited list of property names.public PlainTextParserBuilder bpx(Class<?> beanClass, String properties)
BeanContextBuilderSpecifies to exclude the specified list of properties for the specified bean class.
bpx in class ReaderParserBuilderbeanClass - The bean class.properties - Comma-delimited list of property names.public PlainTextParserBuilder bpx(Map<String,String> values)
BeanContextBuilderSpecifies to exclude the specified list of properties for the specified bean classes.
bpx in class ReaderParserBuildervalues - The new value for this property.public PlainTextParserBuilder bpx(String beanClassName, String value)
BeanContextBuilderbpx in class ReaderParserBuilderbeanClassName - The bean class name.
value - Comma-delimited list of property names.public PlainTextParserBuilder bpro(Class<?> beanClass, String value)
BeanContextBuilderSpecifies the read-only properties for the specified bean class.
bpro in class ReaderParserBuilderbeanClass - The bean class.value - Comma-delimited list of property names.public PlainTextParserBuilder bpro(Map<String,String> values)
BeanContextBuilderSpecifies the read-only properties for the specified bean classes.
bpro in class ReaderParserBuildervalues - The new value for this property.public PlainTextParserBuilder bpro(String beanClassName, String value)
BeanContextBuilderSpecifies the read-only properties for the specified bean class.
bpro in class ReaderParserBuilderbeanClassName - The bean class name.
value - Comma-delimited list of property names.public PlainTextParserBuilder bpwo(Class<?> beanClass, String properties)
BeanContextBuilderSpecifies the write-only properties for the specified bean class.
bpwo in class ReaderParserBuilderbeanClass - The bean class.properties - Comma-delimited list of property names.public PlainTextParserBuilder bpwo(Map<String,String> values)
BeanContextBuilderSpecifies the write-only properties for the specified bean classes.
bpwo in class ReaderParserBuildervalues - The new value for this property.public PlainTextParserBuilder bpwo(String beanClassName, String value)
BeanContextBuilderSpecifies the write-only properties for the specified bean class.
bpwo in class ReaderParserBuilderbeanClassName - The bean class name.
value - Comma-delimited list of property names.public PlainTextParserBuilder debug()
BeanContextBuilder
Shortcut for calling debug(.
debug in class ReaderParserBuilderpublic PlainTextParserBuilder dictionary(Class<?>... values)
BeanContextBuilder
Same as BeanContextBuilder.beanDictionary(Object...) but takes in an array of classes.
dictionary in class ReaderParserBuildervalues - The values to add to this property.public PlainTextParserBuilder dictionary(Object... values)
BeanContextBuilderAdds to the list of classes that make up the bean dictionary in this bean context.
dictionary in class ReaderParserBuildervalues - The values to add to this property.public PlainTextParserBuilder dictionaryReplace(Class<?>... values)
BeanContextBuilder
Same as BeanContextBuilder.beanDictionary(Object...) but replaces the existing value.
dictionaryReplace in class ReaderParserBuildervalues - The new values for this property.public PlainTextParserBuilder dictionaryReplace(Object... values)
BeanContextBuilder
Same as BeanContextBuilder.beanDictionary(Object...) but replaces the existing value.
dictionaryReplace in class ReaderParserBuildervalues - The new values for this property.public PlainTextParserBuilder dictionaryRemove(Class<?>... values)
BeanContextBuilderRemoves from the list of classes that make up the bean dictionary in this bean context.
dictionaryRemove in class ReaderParserBuildervalues - The values to remove from this property.public PlainTextParserBuilder dictionaryRemove(Object... values)
BeanContextBuilderRemoves from the list of classes that make up the bean dictionary in this bean context.
dictionaryRemove in class ReaderParserBuildervalues - The values to remove from this property.public <T> PlainTextParserBuilder example(Class<T> c, T o)
BeanContextBuilderSpecifies an example of the specified class.
example in class ReaderParserBuilderc - The POJO class.o - An instance of the POJO class used for examples.public <T> PlainTextParserBuilder exampleJson(Class<T> c, String value)
BeanContextBuilderSpecifies an example of the specified class.
exampleJson in class ReaderParserBuilderT - The POJO class type.c - The POJO class.value - The simple JSON representation of the example.public PlainTextParserBuilder ignoreInvocationExceptionsOnGetters(boolean value)
BeanContextBuilder
If BeanRuntimeException is thrown.
ignoreInvocationExceptionsOnGetters in class ReaderParserBuildervalue - The new value for this property.
public PlainTextParserBuilder ignoreInvocationExceptionsOnGetters()
BeanContextBuilder
Shortcut for calling ignoreInvocationExceptionsOnGetters(.
ignoreInvocationExceptionsOnGetters in class ReaderParserBuilderpublic PlainTextParserBuilder ignoreInvocationExceptionsOnSetters(boolean value)
BeanContextBuilder
If
Otherwise, a BeanRuntimeException is thrown.
ignoreInvocationExceptionsOnSetters in class ReaderParserBuildervalue - The new value for this property.
public PlainTextParserBuilder ignoreInvocationExceptionsOnSetters()
BeanContextBuilder
Shortcut for calling ignoreInvocationExceptionsOnSetters(.
ignoreInvocationExceptionsOnSetters in class ReaderParserBuilderpublic PlainTextParserBuilder ignorePropertiesWithoutSetters(boolean value)
BeanContextBuilder
If
Otherwise, a BeanRuntimeException is thrown.
ignorePropertiesWithoutSetters in class ReaderParserBuildervalue - The new value for this property.
public PlainTextParserBuilder ignoreUnknownBeanProperties(boolean value)
BeanContextBuilder
If
Otherwise, a BeanRuntimeException is thrown.
ignoreUnknownBeanProperties in class ReaderParserBuildervalue - The new value for this property.
public PlainTextParserBuilder ignoreUnknownBeanProperties()
BeanContextBuilder
Shortcut for calling ignoreUnknownBeanProperties(.
ignoreUnknownBeanProperties in class ReaderParserBuilderpublic PlainTextParserBuilder ignoreUnknownNullBeanProperties(boolean value)
BeanContextBuilder
If
Otherwise, a BeanRuntimeException is thrown.
ignoreUnknownNullBeanProperties in class ReaderParserBuildervalue - The new value for this property.
public PlainTextParserBuilder implClass(Class<?> interfaceClass, Class<?> implClass)
BeanContextBuilderimplClass in class ReaderParserBuilderinterfaceClass - The interface class.implClass - The implementation class.public PlainTextParserBuilder 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 ReaderParserBuildervalues - The new value for this property.public PlainTextParserBuilder locale(Locale value)
BeanContextBuilderSpecifies a default locale for serializer and parser sessions.
locale in class ReaderParserBuildervalue - The new value for this property.public PlainTextParserBuilder mediaType(MediaType value)
BeanContextBuilderSpecifies a default media type value for serializer and parser sessions.
mediaType in class ReaderParserBuildervalue - The new value for this property.public PlainTextParserBuilder 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 ReaderParserBuildervalues - The values to add to this property.public PlainTextParserBuilder 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 ReaderParserBuildervalues - The values to add to this property.
public PlainTextParserBuilder notBeanClassesReplace(Class<?>... values)
BeanContextBuilder
Not-bean classes are converted to
notBeanClassesReplace in class ReaderParserBuildervalues - The new value for this property.public PlainTextParserBuilder notBeanClassesReplace(Object... values)
BeanContextBuilder
Not-bean classes are converted to
notBeanClassesReplace in class ReaderParserBuildervalues - The new value for this property.
public PlainTextParserBuilder notBeanClassesRemove(Class<?>... values)
BeanContextBuildernotBeanClassesRemove in class ReaderParserBuildervalues - The values to remove from this property.public PlainTextParserBuilder notBeanClassesRemove(Object... values)
BeanContextBuildernotBeanClassesRemove in class ReaderParserBuildervalues - The values to remove from this property.
public PlainTextParserBuilder notBeanPackages(Object... values)
BeanContextBuildernotBeanPackages in class ReaderParserBuildervalues - The values to add to this property.
public PlainTextParserBuilder notBeanPackages(String... values)
BeanContextBuildernotBeanPackages in class ReaderParserBuildervalues - The values to add to this property.public PlainTextParserBuilder notBeanPackagesReplace(String... values)
BeanContextBuildernotBeanPackagesReplace in class ReaderParserBuildervalues - public PlainTextParserBuilder notBeanPackagesReplace(Object... values)
BeanContextBuildernotBeanPackagesReplace in class ReaderParserBuildervalues - public PlainTextParserBuilder notBeanPackagesRemove(String... values)
BeanContextBuildernotBeanPackagesRemove in class ReaderParserBuildervalues - The values to remove from this property.public PlainTextParserBuilder notBeanPackagesRemove(Object... values)
BeanContextBuildernotBeanPackagesRemove in class ReaderParserBuildervalues - public PlainTextParserBuilder pojoSwaps(Class<?>... values)
BeanContextBuilderpojoSwaps in class ReaderParserBuildervalues - The values to add to this property.public PlainTextParserBuilder pojoSwaps(Object... values)
BeanContextBuilderpojoSwaps in class ReaderParserBuildervalues - The values to add to this property.
PojoSwap.
SurrogateSwap.
public PlainTextParserBuilder pojoSwapsReplace(Class<?>... values)
BeanContextBuilderpojoSwapsReplace in class ReaderParserBuildervalues - The values to remove from this property.
PojoSwap.
SurrogateSwap.
public PlainTextParserBuilder pojoSwapsReplace(Object... values)
BeanContextBuilderpojoSwapsReplace in class ReaderParserBuildervalues - The values to remove from this property.
PojoSwap.
SurrogateSwap.
public PlainTextParserBuilder pojoSwapsRemove(Class<?>... values)
BeanContextBuilderpojoSwapsRemove in class ReaderParserBuildervalues - The values to remove from this property.
PojoSwap.
SurrogateSwap.
public PlainTextParserBuilder pojoSwapsRemove(Object... values)
BeanContextBuilderpojoSwapsRemove in class ReaderParserBuildervalues - The values to remove from this property.
PojoSwap.
SurrogateSwap.
public PlainTextParserBuilder sortProperties(boolean value)
BeanContextBuilder
When
sortProperties in class ReaderParserBuildervalue - The new value for this property.
public PlainTextParserBuilder sortProperties()
BeanContextBuilder
Shortcut for calling sortProperties(.
sortProperties in class ReaderParserBuilderpublic PlainTextParserBuilder timeZone(TimeZone value)
BeanContextBuildertimeZone in class ReaderParserBuildervalue - The new value for this property.public PlainTextParserBuilder useEnumNames(boolean value)
BeanContextBuilder
When enabled, enums are always serialized by name instead of using Object.toString().
useEnumNames in class ReaderParserBuildervalue - The property value.public PlainTextParserBuilder useEnumNames()
BeanContextBuilder
When enabled, enums are always serialized by name instead of using Object.toString().
useEnumNames in class ReaderParserBuilderpublic PlainTextParserBuilder useInterfaceProxies(boolean value)
BeanContextBuilder
If InvocationHandler if there is no other way of instantiating them.
useInterfaceProxies in class ReaderParserBuildervalue - The new value for this property.
public PlainTextParserBuilder 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 ReaderParserBuildervalue - The new value for this property.
public PlainTextParserBuilder useJavaBeanIntrospector()
BeanContextBuilder
Shortcut for calling useJavaBeanIntrospector(.
useJavaBeanIntrospector in class ReaderParserBuilderpublic PlainTextParserBuilder set(String name, Object value)
ContextBuilderset in class ReaderParserBuildername - The property name.value - The property value.PropertyStoreBuilder.set(String, Object)public PlainTextParserBuilder set(Map<String,Object> properties)
ContextBuilderset in class ReaderParserBuilderproperties - The properties to set on this class.PropertyStoreBuilder.set(java.util.Map)public PlainTextParserBuilder add(Map<String,Object> properties)
ContextBuilderadd in class ReaderParserBuilderproperties - The properties to set on this class.PropertyStoreBuilder.add(java.util.Map)public PlainTextParserBuilder addTo(String name, Object value)
ContextBuilderaddTo in class ReaderParserBuildername - The property name.value - The new value to add to the SET property.public PlainTextParserBuilder addTo(String name, String key, Object value)
ContextBuilderaddTo in class ReaderParserBuildername - The property name.key - The property value map key.value - The property value map value.public PlainTextParserBuilder removeFrom(String name, Object value)
ContextBuilderremoveFrom in class ReaderParserBuildername - The property name.value - The property value in the SET property.public PlainTextParserBuilder apply(PropertyStore copyFrom)
ContextBuilderapply in class ReaderParserBuildercopyFrom - The factory whose settings are being copied.public PlainTextParserBuilder applyAnnotations(AnnotationList al, VarResolverSession vrs)
ContextBuilderapplyAnnotations in class ReaderParserBuilderal - The list of all annotations annotated with PropertyStoreApply.vrs - The string resolver for resolving variables in annotation values.Copyright © 2016–2019 The Apache Software Foundation. All rights reserved.