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