public class UonParserBuilder extends ReaderParserBuilder
psb
Constructor and Description |
---|
UonParserBuilder()
Constructor, default settings.
|
UonParserBuilder(PropertyStore ps)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
UonParserBuilder |
add(Map<String,Object> properties)
Adds multiple configuration properties on this object.
|
UonParserBuilder |
addTo(String name,
Object value)
Adds a value to a SET or LIST property.
|
UonParserBuilder |
addTo(String name,
String key,
Object value)
Adds or overwrites a value to a SET, LIST, or MAP property.
|
UonParserBuilder |
annotations(Annotation... values)
Configuration property: Annotations.
|
UonParserBuilder |
apply(PropertyStore copyFrom)
Copies the settings from the specified property store into this builder.
|
UonParserBuilder |
applyAnnotations(AnnotationList al,
VarResolverSession vrs)
Applies a set of annotations to this property store.
|
UonParserBuilder |
applyAnnotations(Class<?>... fromClasses)
Applies any of the various
|
UonParserBuilder |
applyAnnotations(Method... fromMethods)
Applies any of the various
|
UonParserBuilder |
autoCloseStreams()
Configuration property: Auto-close streams.
|
UonParserBuilder |
autoCloseStreams(boolean value)
Configuration property: Auto-close streams.
|
UonParserBuilder |
beanClassVisibility(Visibility value)
Configuration property: Minimum bean class visibility.
|
UonParserBuilder |
beanConstructorVisibility(Visibility value)
Configuration property: Minimum bean constructor visibility.
|
UonParserBuilder |
beanDictionary(Class<?>... values)
Deprecated.
|
UonParserBuilder |
beanDictionary(Object... values)
Deprecated.
|
UonParserBuilder |
beanDictionaryRemove(Class<?>... values)
Deprecated.
|
UonParserBuilder |
beanDictionaryRemove(Object... values)
Deprecated.
|
UonParserBuilder |
beanDictionaryReplace(Class<?>... values)
Deprecated.
|
UonParserBuilder |
beanDictionaryReplace(Object... values)
Deprecated.
|
UonParserBuilder |
beanFieldVisibility(Visibility value)
Configuration property: Minimum bean field visibility.
|
UonParserBuilder |
beanFilters(Class<?>... values)
Configuration property: Bean filters.
|
UonParserBuilder |
beanFilters(Object... values)
Configuration property: Bean filters.
|
UonParserBuilder |
beanFiltersRemove(Class<?>... values)
Configuration property: Bean filters.
|
UonParserBuilder |
beanFiltersRemove(Object... values)
Configuration property: Bean filters.
|
UonParserBuilder |
beanFiltersReplace(Class<?>... values)
Configuration property: Bean filters.
|
UonParserBuilder |
beanFiltersReplace(Object... values)
Configuration property: Bean filters.
|
UonParserBuilder |
beanMapPutReturnsOldValue()
Configuration property: BeanMap.put() returns old property value.
|
UonParserBuilder |
beanMapPutReturnsOldValue(boolean value)
Configuration property: BeanMap.put() returns old property value.
|
UonParserBuilder |
beanMethodVisibility(Visibility value)
Configuration property: Minimum bean method visibility.
|
UonParserBuilder |
beansRequireDefaultConstructor()
Configuration property: Beans require no-arg constructors.
|
UonParserBuilder |
beansRequireDefaultConstructor(boolean value)
Configuration property: Beans require no-arg constructors.
|
UonParserBuilder |
beansRequireSerializable()
Configuration property: Beans require Serializable interface.
|
UonParserBuilder |
beansRequireSerializable(boolean value)
Configuration property: Beans require Serializable interface.
|
UonParserBuilder |
beansRequireSettersForGetters()
Configuration property: Beans require setters for getters.
|
UonParserBuilder |
beansRequireSettersForGetters(boolean value)
Configuration property: Beans require setters for getters.
|
UonParserBuilder |
beansRequireSomeProperties(boolean value)
Configuration property: Beans require at least one property.
|
UonParserBuilder |
beanTypePropertyName(String value)
Configuration property: Bean type property name.
|
UonParserBuilder |
bpi(Class<?> beanClass,
String value)
Configuration property: Bean property includes.
|
UonParserBuilder |
bpi(Map<String,String> values)
Configuration property: Bean property includes.
|
UonParserBuilder |
bpi(String beanClassName,
String value)
Configuration property: Bean property includes.
|
UonParserBuilder |
bpro(Class<?> beanClass,
String value)
Configuration property: Read-only bean properties.
|
UonParserBuilder |
bpro(Map<String,String> values)
Configuration property: Read-only bean properties.
|
UonParserBuilder |
bpro(String beanClassName,
String value)
Configuration property: Read-only bean properties.
|
UonParserBuilder |
bpwo(Class<?> beanClass,
String properties)
Configuration property: Write-only bean properties.
|
UonParserBuilder |
bpwo(Map<String,String> values)
Configuration property: Write-only bean properties.
|
UonParserBuilder |
bpwo(String beanClassName,
String value)
Configuration property: Write-only bean properties.
|
UonParserBuilder |
bpx(Class<?> beanClass,
String properties)
Configuration property: Bean property excludes.
|
UonParserBuilder |
bpx(Map<String,String> values)
Configuration property: Bean property excludes.
|
UonParserBuilder |
bpx(String beanClassName,
String value)
Configuration property: Bean property excludes.
|
UonParser |
build()
Build the object.
|
UonParserBuilder |
debug()
Configuration property: Debug mode.
|
UonParserBuilder |
debugOutputLines(int value)
Configuration property: Debug output lines.
|
UonParserBuilder |
decoding()
Configuration property: Decode
|
UonParserBuilder |
decoding(boolean value)
Configuration property: Decode
|
UonParserBuilder |
dictionary(Class<?>... values)
Configuration property: Bean dictionary.
|
UonParserBuilder |
dictionary(Object... values)
Configuration property: Bean dictionary.
|
UonParserBuilder |
dictionaryRemove(Class<?>... values)
Configuration property: Bean dictionary.
|
UonParserBuilder |
dictionaryRemove(Object... values)
Configuration property: Bean dictionary.
|
UonParserBuilder |
dictionaryReplace(Class<?>... values)
Configuration property: Bean dictionary.
|
UonParserBuilder |
dictionaryReplace(Object... values)
Configuration property: Bean dictionary.
|
<T> UonParserBuilder |
example(Class<T> c,
T o)
Configuration property: POJO example.
|
<T> UonParserBuilder |
exampleJson(Class<T> c,
String value)
Configuration property: POJO example.
|
UonParserBuilder |
fileCharset(Charset value)
Configuration property: File charset.
|
UonParserBuilder |
ignoreInvocationExceptionsOnGetters()
Configuration property: Ignore invocation errors on getters.
|
UonParserBuilder |
ignoreInvocationExceptionsOnGetters(boolean value)
Configuration property: Ignore invocation errors on getters.
|
UonParserBuilder |
ignoreInvocationExceptionsOnSetters()
Configuration property: Ignore invocation errors on setters.
|
UonParserBuilder |
ignoreInvocationExceptionsOnSetters(boolean value)
Configuration property: Ignore invocation errors on setters.
|
UonParserBuilder |
ignorePropertiesWithoutSetters(boolean value)
Configuration property: Ignore properties without setters.
|
UonParserBuilder |
ignoreUnknownBeanProperties()
Configuration property: Ignore unknown properties.
|
UonParserBuilder |
ignoreUnknownBeanProperties(boolean value)
Configuration property: Ignore unknown properties.
|
UonParserBuilder |
ignoreUnknownNullBeanProperties(boolean value)
Configuration property: Ignore unknown properties with null values.
|
UonParserBuilder |
implClass(Class<?> interfaceClass,
Class<?> implClass)
Configuration property: Implementation classes.
|
UonParserBuilder |
implClasses(Map<String,Class<?>> values)
Configuration property: Implementation classes.
|
UonParserBuilder |
listener(Class<? extends ParserListener> value)
Configuration property: Parser listener.
|
UonParserBuilder |
locale(Locale value)
Configuration property: Locale.
|
UonParserBuilder |
mediaType(MediaType value)
Configuration property: Media type.
|
UonParserBuilder |
notBeanClasses(Class<?>... values)
Configuration property: Bean class exclusions.
|
UonParserBuilder |
notBeanClasses(Object... values)
Configuration property: Bean class exclusions.
|
UonParserBuilder |
notBeanClassesRemove(Class<?>... values)
Configuration property: Bean class exclusions.
|
UonParserBuilder |
notBeanClassesRemove(Object... values)
Configuration property: Bean class exclusions.
|
UonParserBuilder |
notBeanClassesReplace(Class<?>... values)
Configuration property: Bean class exclusions.
|
UonParserBuilder |
notBeanClassesReplace(Object... values)
Configuration property: Bean class exclusions.
|
UonParserBuilder |
notBeanPackages(Object... values)
Configuration property: Bean package exclusions.
|
UonParserBuilder |
notBeanPackages(String... values)
Configuration property: Bean package exclusions.
|
UonParserBuilder |
notBeanPackagesRemove(Object... values)
Configuration property: Bean package exclusions.
|
UonParserBuilder |
notBeanPackagesRemove(String... values)
Configuration property: Bean package exclusions.
|
UonParserBuilder |
notBeanPackagesReplace(Object... values)
Configuration property: Bean package exclusions.
|
UonParserBuilder |
notBeanPackagesReplace(String... values)
Configuration property: Bean package exclusions.
|
UonParserBuilder |
pojoSwaps(Class<?>... values)
Configuration property: POJO swaps.
|
UonParserBuilder |
pojoSwaps(Object... values)
Configuration property: POJO swaps.
|
UonParserBuilder |
pojoSwapsRemove(Class<?>... values)
Configuration property: POJO swaps.
|
UonParserBuilder |
pojoSwapsRemove(Object... values)
Configuration property: POJO swaps.
|
UonParserBuilder |
pojoSwapsReplace(Class<?>... values)
Configuration property: POJO swaps.
|
UonParserBuilder |
pojoSwapsReplace(Object... values)
Configuration property: POJO swaps.
|
UonParserBuilder |
removeFrom(String name,
Object value)
Removes a value from a SET, LIST, or MAP property.
|
UonParserBuilder |
set(Map<String,Object> properties)
Sets multiple configuration properties on this object.
|
UonParserBuilder |
set(String name,
Object value)
Sets a configuration property on this object.
|
UonParserBuilder |
sortProperties()
Configuration property: Sort bean properties.
|
UonParserBuilder |
sortProperties(boolean value)
Configuration property: Sort bean properties.
|
UonParserBuilder |
streamCharset(Charset value)
Configuration property: Input stream charset.
|
UonParserBuilder |
strict()
Configuration property: Strict mode.
|
UonParserBuilder |
strict(boolean value)
Configuration property: Strict mode.
|
UonParserBuilder |
timeZone(TimeZone value)
Configuration property: TimeZone.
|
UonParserBuilder |
trimStrings()
Configuration property: Trim parsed strings.
|
UonParserBuilder |
trimStrings(boolean value)
Configuration property: Trim parsed strings.
|
UonParserBuilder |
unbuffered()
Configuration property: Unbuffered.
|
UonParserBuilder |
unbuffered(boolean value)
Configuration property: Unbuffered.
|
UonParserBuilder |
useEnumNames()
Configuration property: Use enum names.
|
UonParserBuilder |
useEnumNames(boolean value)
Configuration property: Use enum names.
|
UonParserBuilder |
useInterfaceProxies(boolean value)
Configuration property: Use interface proxies.
|
UonParserBuilder |
useJavaBeanIntrospector()
Configuration property: Use Java Introspector.
|
UonParserBuilder |
useJavaBeanIntrospector(boolean value)
Configuration property: Use Java Introspector.
|
UonParserBuilder |
validateEnd()
Configuration property: Validate end.
|
UonParserBuilder |
validateEnd(boolean value)
Configuration property: Validate end.
|
debug, examples, excludeProperties, excludeProperties, excludeProperties, fluentSetters, fluentSetters, includeProperties, includeProperties, includeProperties, propertyNamer
build, getPropertyStore, getPropertyStoreBuilder, peek, peek
public UonParserBuilder()
public UonParserBuilder(PropertyStore ps)
ps
- The initial configuration settings for this builder.public UonParser build()
ContextBuilder
build
in class ParserBuilder
public UonParserBuilder decoding(boolean value)
Specify
value
- The new value for this property.
UonParser
, UrlEncodingParser
public UonParserBuilder decoding()
Shortcut for calling decodeChars(
.
public UonParserBuilder validateEnd(boolean value)
If
value
- The new value for this property.
public UonParserBuilder validateEnd()
Shortcut for calling validateEnd(
.
public UonParserBuilder fileCharset(Charset value)
ReaderParserBuilder
The character set to use for reading
fileCharset
in class ReaderParserBuilder
value
- The new value for this property.
public UonParserBuilder streamCharset(Charset value)
ReaderParserBuilder
The character set to use for converting
streamCharset
in class ReaderParserBuilder
value
- The new value for this property.
public UonParserBuilder autoCloseStreams(boolean value)
ParserBuilder
If
autoCloseStreams
in class ReaderParserBuilder
value
- The new value for this property.
public UonParserBuilder autoCloseStreams()
ParserBuilder
Shortcut for calling autoCloseStreams(
.
autoCloseStreams
in class ReaderParserBuilder
public UonParserBuilder debugOutputLines(int value)
ParserBuilder
When 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 ReaderParserBuilder
value
- The new value for this property.
public UonParserBuilder listener(Class<? extends ParserListener> value)
ParserBuilder
Class used to listen for errors and warnings that occur during parsing.
listener
in class ReaderParserBuilder
value
- The new value for this property.public UonParserBuilder strict(boolean value)
ParserBuilder
If
strict
in class ReaderParserBuilder
value
- The new value for this property.
public UonParserBuilder strict()
ParserBuilder
Shortcut for calling strict(
.
strict
in class ReaderParserBuilder
public UonParserBuilder trimStrings(boolean value)
ParserBuilder
If String.trim()
before being added to
the POJO.
trimStrings
in class ReaderParserBuilder
value
- The new value for this property.
public UonParserBuilder trimStrings()
ParserBuilder
Shortcut for calling trimStrings(
.
trimStrings
in class ReaderParserBuilder
public UonParserBuilder unbuffered(boolean value)
ParserBuilder
If
unbuffered
in class ReaderParserBuilder
value
- The new value for this property.
public UonParserBuilder unbuffered()
ParserBuilder
Shortcut for calling unbuffered(
.
unbuffered
in class ReaderParserBuilder
public UonParserBuilder annotations(Annotation... values)
BeanContextBuilder
Defines annotations to apply to specific classes and methods.
Allows you to dynamically apply Juneau annotations typically applied directly to classes and methods. Useful in cases where you want to use the functionality of the annotation on beans and bean properties but do not have access to the code to do so.
annotations
in class ReaderParserBuilder
values
- The values to add to this property.public UonParserBuilder beanClassVisibility(Visibility value)
BeanContextBuilder
Classes are not considered beans unless they meet the minimum visibility requirements.
For example, if the visibility is
beanClassVisibility
in class ReaderParserBuilder
value
- The new value for this property.
Visibility.PUBLIC
.public UonParserBuilder beanConstructorVisibility(Visibility value)
BeanContextBuilder
Only look for constructors with the specified minimum visibility.
beanConstructorVisibility
in class ReaderParserBuilder
value
- The new value for this property.
Visibility.PUBLIC
.@Deprecated public UonParserBuilder beanDictionary(Class<?>... values)
BeanContextBuilder
BeanContextBuilder.dictionary(Class...)
Same as BeanContextBuilder.beanDictionary(Object...)
but takes in an array of classes.
beanDictionary
in class ReaderParserBuilder
values
- The values to add to this property.@Deprecated public UonParserBuilder beanDictionary(Object... values)
BeanContextBuilder
BeanContextBuilder.dictionary(Object...)
Adds to the list of classes that make up the bean dictionary in this bean context.
beanDictionary
in class ReaderParserBuilder
values
- The values to add to this property.@Deprecated public UonParserBuilder beanDictionaryReplace(Class<?>... values)
BeanContextBuilder
BeanContextBuilder.dictionaryReplace(Class...)
Same as BeanContextBuilder.beanDictionary(Object...)
but replaces the existing value.
beanDictionaryReplace
in class ReaderParserBuilder
values
- The new values for this property.@Deprecated public UonParserBuilder beanDictionaryReplace(Object... values)
BeanContextBuilder
BeanContextBuilder.dictionaryReplace(Object...)
Same as BeanContextBuilder.beanDictionary(Object...)
but replaces the existing value.
beanDictionaryReplace
in class ReaderParserBuilder
values
- The new values for this property.@Deprecated public UonParserBuilder beanDictionaryRemove(Class<?>... values)
BeanContextBuilder
BeanContextBuilder.dictionaryRemove(Class...)
Removes from the list of classes that make up the bean dictionary in this bean context.
beanDictionaryRemove
in class ReaderParserBuilder
values
- The values to remove from this property.@Deprecated public UonParserBuilder beanDictionaryRemove(Object... values)
BeanContextBuilder
BeanContextBuilder.dictionaryRemove(Object...)
Removes from the list of classes that make up the bean dictionary in this bean context.
beanDictionaryRemove
in class ReaderParserBuilder
values
- The values to remove from this property.public UonParserBuilder beanFieldVisibility(Visibility value)
BeanContextBuilder
Only look for bean fields with the specified minimum visibility.
beanFieldVisibility
in class ReaderParserBuilder
value
- The new value for this property.
Visibility.PUBLIC
.public UonParserBuilder beanFilters(Class<?>... values)
BeanContextBuilder
Same as BeanContextBuilder.beanFilters(Object...)
but takes in an array of classes.
beanFilters
in class ReaderParserBuilder
values
- The values to add to this property.public UonParserBuilder 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 ReaderParserBuilder
values
- 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 UonParserBuilder beanFiltersReplace(Class<?>... values)
BeanContextBuilder
Same as BeanContextBuilder.beanFilters(Object...)
but replaces the existing values.
beanFiltersReplace
in class ReaderParserBuilder
values
- 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 UonParserBuilder beanFiltersReplace(Object... values)
BeanContextBuilder
Same as BeanContextBuilder.beanFilters(Object...)
but replaces the existing values.
beanFiltersReplace
in class ReaderParserBuilder
values
- 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 UonParserBuilder beanFiltersRemove(Class<?>... values)
BeanContextBuilder
Removes from the list of classes that make up the bean filters in this bean context.
beanFiltersRemove
in class ReaderParserBuilder
values
- 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 UonParserBuilder beanFiltersRemove(Object... values)
BeanContextBuilder
Removes from the list of classes that make up the bean filters in this bean context.
beanFiltersRemove
in class ReaderParserBuilder
values
- 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 UonParserBuilder beanMapPutReturnsOldValue(boolean value)
BeanContextBuilder
If BeanMap.put()
method will return old property
values.
Otherwise, it returns
beanMapPutReturnsOldValue
in class ReaderParserBuilder
value
- The new value for this property.
public UonParserBuilder beanMapPutReturnsOldValue()
BeanContextBuilder
Shortcut for calling beanMapPutReturnsOldValue(
.
beanMapPutReturnsOldValue
in class ReaderParserBuilder
public UonParserBuilder beanMethodVisibility(Visibility value)
BeanContextBuilder
Only look for bean methods with the specified minimum visibility.
beanMethodVisibility
in class ReaderParserBuilder
value
- The new value for this property.
Visibility.PUBLIC
public UonParserBuilder beansRequireDefaultConstructor(boolean value)
BeanContextBuilder
If
Otherwise, the bean will be serialized as a string using the Object.toString()
method.
beansRequireDefaultConstructor
in class ReaderParserBuilder
value
- The new value for this property.
public UonParserBuilder beansRequireDefaultConstructor()
BeanContextBuilder
Shortcut for calling beansRequireDefaultConstructor(
.
beansRequireDefaultConstructor
in class ReaderParserBuilder
public UonParserBuilder 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 ReaderParserBuilder
value
- The new value for this property.
public UonParserBuilder beansRequireSerializable()
BeanContextBuilder
Shortcut for calling beansRequireSerializable(
.
beansRequireSerializable
in class ReaderParserBuilder
public UonParserBuilder beansRequireSettersForGetters(boolean value)
BeanContextBuilder
If
Otherwise, they will be ignored.
beansRequireSettersForGetters
in class ReaderParserBuilder
value
- The new value for this property.
public UonParserBuilder beansRequireSettersForGetters()
BeanContextBuilder
Shortcut for calling beansRequireSettersForGetters(
.
beansRequireSettersForGetters
in class ReaderParserBuilder
public UonParserBuilder beansRequireSomeProperties(boolean value)
BeanContextBuilder
If
Otherwise, the bean will be serialized as a string using the Object.toString()
method.
beansRequireSomeProperties
in class ReaderParserBuilder
value
- The new value for this property.
public UonParserBuilder beanTypePropertyName(String value)
BeanContextBuilder
This 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 ReaderParserBuilder
value
- The new value for this property.
public UonParserBuilder bpi(Class<?> beanClass, String value)
BeanContextBuilder
Specifies the set and order of names of properties associated with the bean class.
bpi
in class ReaderParserBuilder
beanClass
- The bean class.value
- Comma-delimited list of property names.public UonParserBuilder bpi(Map<String,String> values)
BeanContextBuilder
Specifies the set and order of names of properties associated with the bean class.
bpi
in class ReaderParserBuilder
values
- The new value for this property.public UonParserBuilder bpi(String beanClassName, String value)
BeanContextBuilder
Specifies the set and order of names of properties associated with the bean class.
bpi
in class ReaderParserBuilder
beanClassName
- The bean class name.
value
- Comma-delimited list of property names.public UonParserBuilder bpx(Class<?> beanClass, String properties)
BeanContextBuilder
Specifies to exclude the specified list of properties for the specified bean class.
bpx
in class ReaderParserBuilder
beanClass
- The bean class.properties
- Comma-delimited list of property names.public UonParserBuilder bpx(Map<String,String> values)
BeanContextBuilder
Specifies to exclude the specified list of properties for the specified bean classes.
bpx
in class ReaderParserBuilder
values
- The new value for this property.public UonParserBuilder bpx(String beanClassName, String value)
BeanContextBuilder
bpx
in class ReaderParserBuilder
beanClassName
- The bean class name.
value
- Comma-delimited list of property names.public UonParserBuilder bpro(Class<?> beanClass, String value)
BeanContextBuilder
Specifies the read-only properties for the specified bean class.
bpro
in class ReaderParserBuilder
beanClass
- The bean class.value
- Comma-delimited list of property names.public UonParserBuilder bpro(Map<String,String> values)
BeanContextBuilder
Specifies the read-only properties for the specified bean classes.
bpro
in class ReaderParserBuilder
values
- The new value for this property.public UonParserBuilder bpro(String beanClassName, String value)
BeanContextBuilder
Specifies the read-only properties for the specified bean class.
bpro
in class ReaderParserBuilder
beanClassName
- The bean class name.
value
- Comma-delimited list of property names.public UonParserBuilder bpwo(Class<?> beanClass, String properties)
BeanContextBuilder
Specifies the write-only properties for the specified bean class.
bpwo
in class ReaderParserBuilder
beanClass
- The bean class.properties
- Comma-delimited list of property names.public UonParserBuilder bpwo(Map<String,String> values)
BeanContextBuilder
Specifies the write-only properties for the specified bean classes.
bpwo
in class ReaderParserBuilder
values
- The new value for this property.public UonParserBuilder bpwo(String beanClassName, String value)
BeanContextBuilder
Specifies the write-only properties for the specified bean class.
bpwo
in class ReaderParserBuilder
beanClassName
- The bean class name.
value
- Comma-delimited list of property names.public UonParserBuilder debug()
BeanContextBuilder
Shortcut for calling debug(
.
debug
in class ReaderParserBuilder
public UonParserBuilder dictionary(Class<?>... values)
BeanContextBuilder
Same as BeanContextBuilder.beanDictionary(Object...)
but takes in an array of classes.
dictionary
in class ReaderParserBuilder
values
- The values to add to this property.public UonParserBuilder dictionary(Object... values)
BeanContextBuilder
Adds to the list of classes that make up the bean dictionary in this bean context.
dictionary
in class ReaderParserBuilder
values
- The values to add to this property.public UonParserBuilder dictionaryReplace(Class<?>... values)
BeanContextBuilder
Same as BeanContextBuilder.beanDictionary(Object...)
but replaces the existing value.
dictionaryReplace
in class ReaderParserBuilder
values
- The new values for this property.public UonParserBuilder dictionaryReplace(Object... values)
BeanContextBuilder
Same as BeanContextBuilder.beanDictionary(Object...)
but replaces the existing value.
dictionaryReplace
in class ReaderParserBuilder
values
- The new values for this property.public UonParserBuilder dictionaryRemove(Class<?>... values)
BeanContextBuilder
Removes from the list of classes that make up the bean dictionary in this bean context.
dictionaryRemove
in class ReaderParserBuilder
values
- The values to remove from this property.public UonParserBuilder dictionaryRemove(Object... values)
BeanContextBuilder
Removes from the list of classes that make up the bean dictionary in this bean context.
dictionaryRemove
in class ReaderParserBuilder
values
- The values to remove from this property.public <T> UonParserBuilder example(Class<T> c, T o)
BeanContextBuilder
Specifies an example of the specified class.
example
in class ReaderParserBuilder
c
- The POJO class.o
- An instance of the POJO class used for examples.public <T> UonParserBuilder exampleJson(Class<T> c, String value)
BeanContextBuilder
Specifies an example of the specified class.
exampleJson
in class ReaderParserBuilder
T
- The POJO class type.c
- The POJO class.value
- The simple JSON representation of the example.public UonParserBuilder ignoreInvocationExceptionsOnGetters(boolean value)
BeanContextBuilder
If BeanRuntimeException
is thrown.
ignoreInvocationExceptionsOnGetters
in class ReaderParserBuilder
value
- The new value for this property.
public UonParserBuilder ignoreInvocationExceptionsOnGetters()
BeanContextBuilder
Shortcut for calling ignoreInvocationExceptionsOnGetters(
.
ignoreInvocationExceptionsOnGetters
in class ReaderParserBuilder
public UonParserBuilder ignoreInvocationExceptionsOnSetters(boolean value)
BeanContextBuilder
If
Otherwise, a BeanRuntimeException
is thrown.
ignoreInvocationExceptionsOnSetters
in class ReaderParserBuilder
value
- The new value for this property.
public UonParserBuilder ignoreInvocationExceptionsOnSetters()
BeanContextBuilder
Shortcut for calling ignoreInvocationExceptionsOnSetters(
.
ignoreInvocationExceptionsOnSetters
in class ReaderParserBuilder
public UonParserBuilder ignorePropertiesWithoutSetters(boolean value)
BeanContextBuilder
If
Otherwise, a BeanRuntimeException
is thrown.
ignorePropertiesWithoutSetters
in class ReaderParserBuilder
value
- The new value for this property.
public UonParserBuilder ignoreUnknownBeanProperties(boolean value)
BeanContextBuilder
If
Otherwise, a BeanRuntimeException
is thrown.
ignoreUnknownBeanProperties
in class ReaderParserBuilder
value
- The new value for this property.
public UonParserBuilder ignoreUnknownBeanProperties()
BeanContextBuilder
Shortcut for calling ignoreUnknownBeanProperties(
.
ignoreUnknownBeanProperties
in class ReaderParserBuilder
public UonParserBuilder ignoreUnknownNullBeanProperties(boolean value)
BeanContextBuilder
If
Otherwise, a BeanRuntimeException
is thrown.
ignoreUnknownNullBeanProperties
in class ReaderParserBuilder
value
- The new value for this property.
public UonParserBuilder implClass(Class<?> interfaceClass, Class<?> implClass)
BeanContextBuilder
implClass
in class ReaderParserBuilder
interfaceClass
- The interface class.implClass
- The implementation class.public UonParserBuilder implClasses(Map<String,Class<?>> values)
BeanContextBuilder
For 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 ReaderParserBuilder
values
- The new value for this property.public UonParserBuilder locale(Locale value)
BeanContextBuilder
Specifies a default locale for serializer and parser sessions.
locale
in class ReaderParserBuilder
value
- The new value for this property.public UonParserBuilder mediaType(MediaType value)
BeanContextBuilder
Specifies a default media type value for serializer and parser sessions.
mediaType
in class ReaderParserBuilder
value
- The new value for this property.public UonParserBuilder 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 ReaderParserBuilder
values
- The values to add to this property.public UonParserBuilder 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 ReaderParserBuilder
values
- The values to add to this property.
public UonParserBuilder notBeanClassesReplace(Class<?>... values)
BeanContextBuilder
Not-bean classes are converted to
notBeanClassesReplace
in class ReaderParserBuilder
values
- The new value for this property.public UonParserBuilder notBeanClassesReplace(Object... values)
BeanContextBuilder
Not-bean classes are converted to
notBeanClassesReplace
in class ReaderParserBuilder
values
- The new value for this property.
public UonParserBuilder notBeanClassesRemove(Class<?>... values)
BeanContextBuilder
notBeanClassesRemove
in class ReaderParserBuilder
values
- The values to remove from this property.public UonParserBuilder notBeanClassesRemove(Object... values)
BeanContextBuilder
notBeanClassesRemove
in class ReaderParserBuilder
values
- The values to remove from this property.
public UonParserBuilder notBeanPackages(Object... values)
BeanContextBuilder
notBeanPackages
in class ReaderParserBuilder
values
- The values to add to this property.
public UonParserBuilder notBeanPackages(String... values)
BeanContextBuilder
notBeanPackages
in class ReaderParserBuilder
values
- The values to add to this property.public UonParserBuilder notBeanPackagesReplace(String... values)
BeanContextBuilder
notBeanPackagesReplace
in class ReaderParserBuilder
values
- public UonParserBuilder notBeanPackagesReplace(Object... values)
BeanContextBuilder
notBeanPackagesReplace
in class ReaderParserBuilder
values
- public UonParserBuilder notBeanPackagesRemove(String... values)
BeanContextBuilder
notBeanPackagesRemove
in class ReaderParserBuilder
values
- The values to remove from this property.public UonParserBuilder notBeanPackagesRemove(Object... values)
BeanContextBuilder
notBeanPackagesRemove
in class ReaderParserBuilder
values
- public UonParserBuilder pojoSwaps(Class<?>... values)
BeanContextBuilder
pojoSwaps
in class ReaderParserBuilder
values
- The values to add to this property.public UonParserBuilder pojoSwaps(Object... values)
BeanContextBuilder
pojoSwaps
in class ReaderParserBuilder
values
- The values to add to this property.
PojoSwap
.
SurrogateSwap
.
public UonParserBuilder pojoSwapsReplace(Class<?>... values)
BeanContextBuilder
pojoSwapsReplace
in class ReaderParserBuilder
values
- The values to remove from this property.
PojoSwap
.
SurrogateSwap
.
public UonParserBuilder pojoSwapsReplace(Object... values)
BeanContextBuilder
pojoSwapsReplace
in class ReaderParserBuilder
values
- The values to remove from this property.
PojoSwap
.
SurrogateSwap
.
public UonParserBuilder pojoSwapsRemove(Class<?>... values)
BeanContextBuilder
pojoSwapsRemove
in class ReaderParserBuilder
values
- The values to remove from this property.
PojoSwap
.
SurrogateSwap
.
public UonParserBuilder pojoSwapsRemove(Object... values)
BeanContextBuilder
pojoSwapsRemove
in class ReaderParserBuilder
values
- The values to remove from this property.
PojoSwap
.
SurrogateSwap
.
public UonParserBuilder sortProperties(boolean value)
BeanContextBuilder
When
sortProperties
in class ReaderParserBuilder
value
- The new value for this property.
public UonParserBuilder sortProperties()
BeanContextBuilder
Shortcut for calling sortProperties(
.
sortProperties
in class ReaderParserBuilder
public UonParserBuilder timeZone(TimeZone value)
BeanContextBuilder
timeZone
in class ReaderParserBuilder
value
- The new value for this property.public UonParserBuilder useEnumNames(boolean value)
BeanContextBuilder
When enabled, enums are always serialized by name instead of using Object.toString()
.
useEnumNames
in class ReaderParserBuilder
value
- The property value.public UonParserBuilder useEnumNames()
BeanContextBuilder
When enabled, enums are always serialized by name instead of using Object.toString()
.
useEnumNames
in class ReaderParserBuilder
public UonParserBuilder useInterfaceProxies(boolean value)
BeanContextBuilder
If InvocationHandler
if there is no other way of instantiating them.
useInterfaceProxies
in class ReaderParserBuilder
value
- The new value for this property.
public UonParserBuilder useJavaBeanIntrospector(boolean value)
BeanContextBuilder
Using 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 ReaderParserBuilder
value
- The new value for this property.
public UonParserBuilder useJavaBeanIntrospector()
BeanContextBuilder
Shortcut for calling useJavaBeanIntrospector(
.
useJavaBeanIntrospector
in class ReaderParserBuilder
public UonParserBuilder set(String name, Object value)
ContextBuilder
set
in class ReaderParserBuilder
name
- The property name.value
- The property value.PropertyStoreBuilder.set(String, Object)
public UonParserBuilder set(Map<String,Object> properties)
ContextBuilder
set
in class ReaderParserBuilder
properties
- The properties to set on this class.PropertyStoreBuilder.set(java.util.Map)
public UonParserBuilder add(Map<String,Object> properties)
ContextBuilder
add
in class ReaderParserBuilder
properties
- The properties to set on this class.PropertyStoreBuilder.add(java.util.Map)
public UonParserBuilder addTo(String name, Object value)
ContextBuilder
addTo
in class ReaderParserBuilder
name
- The property name.value
- The new value to add to the SET property.public UonParserBuilder addTo(String name, String key, Object value)
ContextBuilder
addTo
in class ReaderParserBuilder
name
- The property name.key
- The property value map key.value
- The property value map value.public UonParserBuilder removeFrom(String name, Object value)
ContextBuilder
removeFrom
in class ReaderParserBuilder
name
- The property name.value
- The property value in the SET property.public UonParserBuilder apply(PropertyStore copyFrom)
ContextBuilder
apply
in class ReaderParserBuilder
copyFrom
- The factory whose settings are being copied.public UonParserBuilder applyAnnotations(AnnotationList al, VarResolverSession vrs)
ContextBuilder
applyAnnotations
in class ReaderParserBuilder
al
- The list of all annotations annotated with PropertyStoreApply
.vrs
- The string resolver for resolving variables in annotation values.public UonParserBuilder applyAnnotations(Class<?>... fromClasses)
ContextBuilder
Applies 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 ReaderParserBuilder
fromClasses
- The classes on which the annotations are defined.public UonParserBuilder applyAnnotations(Method... fromMethods)
ContextBuilder
Applies 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 ReaderParserBuilder
fromMethods
- The methods on which the annotations are defined.Copyright © 2016–2020 The Apache Software Foundation. All rights reserved.