public class JsoSerializerBuilder extends OutputStreamSerializerBuilder
psb
Constructor and Description |
---|
JsoSerializerBuilder()
Constructor, default settings.
|
JsoSerializerBuilder(PropertyStore ps)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
JsoSerializerBuilder |
add(Map<String,Object> properties)
Adds multiple configuration properties on this object.
|
JsoSerializerBuilder |
addBeanTypes()
Configuration property: Add
|
JsoSerializerBuilder |
addBeanTypes(boolean value)
Configuration property: Add
|
JsoSerializerBuilder |
addRootType()
Configuration property: Add type attribute to root nodes.
|
JsoSerializerBuilder |
addRootType(boolean value)
Configuration property: Add type attribute to root nodes.
|
JsoSerializerBuilder |
addTo(String name,
Object value)
Adds a value to a SET or LIST property.
|
JsoSerializerBuilder |
addTo(String name,
String key,
Object value)
Adds or overwrites a value to a SET, LIST, or MAP property.
|
JsoSerializerBuilder |
annotations(Annotation... values)
Configuration property: Annotations.
|
JsoSerializerBuilder |
apply(PropertyStore copyFrom)
Copies the settings from the specified property store into this builder.
|
JsoSerializerBuilder |
applyAnnotations(AnnotationList al,
VarResolverSession vrs)
Applies a set of annotations to this property store.
|
JsoSerializerBuilder |
applyAnnotations(Class<?>... fromClasses)
Applies any of the various
|
JsoSerializerBuilder |
applyAnnotations(Method... fromMethods)
Applies any of the various
|
JsoSerializerBuilder |
beanClassVisibility(Visibility value)
Configuration property: Minimum bean class visibility.
|
JsoSerializerBuilder |
beanConstructorVisibility(Visibility value)
Configuration property: Minimum bean constructor visibility.
|
JsoSerializerBuilder |
beanDictionary(Class<?>... values)
Deprecated.
|
JsoSerializerBuilder |
beanDictionary(Object... values)
Deprecated.
|
JsoSerializerBuilder |
beanDictionaryRemove(Class<?>... values)
Deprecated.
|
JsoSerializerBuilder |
beanDictionaryRemove(Object... values)
Deprecated.
|
JsoSerializerBuilder |
beanDictionaryReplace(Class<?>... values)
Deprecated.
|
JsoSerializerBuilder |
beanDictionaryReplace(Object... values)
Deprecated.
|
JsoSerializerBuilder |
beanFieldVisibility(Visibility value)
Configuration property: Minimum bean field visibility.
|
JsoSerializerBuilder |
beanFilters(Class<?>... values)
Configuration property: Bean filters.
|
JsoSerializerBuilder |
beanFilters(Object... values)
Configuration property: Bean filters.
|
JsoSerializerBuilder |
beanFiltersRemove(Class<?>... values)
Configuration property: Bean filters.
|
JsoSerializerBuilder |
beanFiltersRemove(Object... values)
Configuration property: Bean filters.
|
JsoSerializerBuilder |
beanFiltersReplace(Class<?>... values)
Configuration property: Bean filters.
|
JsoSerializerBuilder |
beanFiltersReplace(Object... values)
Configuration property: Bean filters.
|
JsoSerializerBuilder |
beanMapPutReturnsOldValue()
Configuration property: BeanMap.put() returns old property value.
|
JsoSerializerBuilder |
beanMapPutReturnsOldValue(boolean value)
Configuration property: BeanMap.put() returns old property value.
|
JsoSerializerBuilder |
beanMethodVisibility(Visibility value)
Configuration property: Minimum bean method visibility.
|
JsoSerializerBuilder |
beansRequireDefaultConstructor()
Configuration property: Beans require no-arg constructors.
|
JsoSerializerBuilder |
beansRequireDefaultConstructor(boolean value)
Configuration property: Beans require no-arg constructors.
|
JsoSerializerBuilder |
beansRequireSerializable()
Configuration property: Beans require Serializable interface.
|
JsoSerializerBuilder |
beansRequireSerializable(boolean value)
Configuration property: Beans require Serializable interface.
|
JsoSerializerBuilder |
beansRequireSettersForGetters()
Configuration property: Beans require setters for getters.
|
JsoSerializerBuilder |
beansRequireSettersForGetters(boolean value)
Configuration property: Beans require setters for getters.
|
JsoSerializerBuilder |
beansRequireSomeProperties(boolean value)
Configuration property: Beans require at least one property.
|
JsoSerializerBuilder |
beanTypePropertyName(String value)
Configuration property: Bean type property name.
|
JsoSerializerBuilder |
binaryFormat(BinaryFormat value)
Configuration property: Binary output format.
|
JsoSerializerBuilder |
bpi(Class<?> beanClass,
String value)
Configuration property: Bean property includes.
|
JsoSerializerBuilder |
bpi(Map<String,String> values)
Configuration property: Bean property includes.
|
JsoSerializerBuilder |
bpi(String beanClassName,
String value)
Configuration property: Bean property includes.
|
JsoSerializerBuilder |
bpro(Class<?> beanClass,
String value)
Configuration property: Read-only bean properties.
|
JsoSerializerBuilder |
bpro(Map<String,String> values)
Configuration property: Read-only bean properties.
|
JsoSerializerBuilder |
bpro(String beanClassName,
String value)
Configuration property: Read-only bean properties.
|
JsoSerializerBuilder |
bpwo(Class<?> beanClass,
String properties)
Configuration property: Write-only bean properties.
|
JsoSerializerBuilder |
bpwo(Map<String,String> values)
Configuration property: Write-only bean properties.
|
JsoSerializerBuilder |
bpwo(String beanClassName,
String value)
Configuration property: Write-only bean properties.
|
JsoSerializerBuilder |
bpx(Class<?> beanClass,
String properties)
Configuration property: Bean property excludes.
|
JsoSerializerBuilder |
bpx(Map<String,String> values)
Configuration property: Bean property excludes.
|
JsoSerializerBuilder |
bpx(String beanClassName,
String value)
Configuration property: Bean property excludes.
|
JsoSerializer |
build()
Build the object.
|
JsoSerializerBuilder |
debug()
Configuration property: Debug mode.
|
JsoSerializerBuilder |
detectRecursions()
Configuration property: Automatically detect POJO recursions.
|
JsoSerializerBuilder |
detectRecursions(boolean value)
Configuration property: Automatically detect POJO recursions.
|
JsoSerializerBuilder |
dictionary(Class<?>... values)
Configuration property: Bean dictionary.
|
JsoSerializerBuilder |
dictionary(Object... values)
Configuration property: Bean dictionary.
|
JsoSerializerBuilder |
dictionaryRemove(Class<?>... values)
Configuration property: Bean dictionary.
|
JsoSerializerBuilder |
dictionaryRemove(Object... values)
Configuration property: Bean dictionary.
|
JsoSerializerBuilder |
dictionaryReplace(Class<?>... values)
Configuration property: Bean dictionary.
|
JsoSerializerBuilder |
dictionaryReplace(Object... values)
Configuration property: Bean dictionary.
|
<T> JsoSerializerBuilder |
example(Class<T> c,
T o)
Configuration property: POJO example.
|
<T> JsoSerializerBuilder |
exampleJson(Class<T> c,
String value)
Configuration property: POJO example.
|
JsoSerializerBuilder |
ignoreInvocationExceptionsOnGetters()
Configuration property: Ignore invocation errors on getters.
|
JsoSerializerBuilder |
ignoreInvocationExceptionsOnGetters(boolean value)
Configuration property: Ignore invocation errors on getters.
|
JsoSerializerBuilder |
ignoreInvocationExceptionsOnSetters()
Configuration property: Ignore invocation errors on setters.
|
JsoSerializerBuilder |
ignoreInvocationExceptionsOnSetters(boolean value)
Configuration property: Ignore invocation errors on setters.
|
JsoSerializerBuilder |
ignorePropertiesWithoutSetters(boolean value)
Configuration property: Ignore properties without setters.
|
JsoSerializerBuilder |
ignoreRecursions()
Configuration property: Ignore recursion errors.
|
JsoSerializerBuilder |
ignoreRecursions(boolean value)
Configuration property: Ignore recursion errors.
|
JsoSerializerBuilder |
ignoreUnknownBeanProperties()
Configuration property: Ignore unknown properties.
|
JsoSerializerBuilder |
ignoreUnknownBeanProperties(boolean value)
Configuration property: Ignore unknown properties.
|
JsoSerializerBuilder |
ignoreUnknownNullBeanProperties(boolean value)
Configuration property: Ignore unknown properties with null values.
|
JsoSerializerBuilder |
implClass(Class<?> interfaceClass,
Class<?> implClass)
Configuration property: Implementation classes.
|
JsoSerializerBuilder |
implClasses(Map<String,Class<?>> values)
Configuration property: Implementation classes.
|
JsoSerializerBuilder |
initialDepth(int value)
Configuration property: Initial depth.
|
JsoSerializerBuilder |
listener(Class<? extends SerializerListener> value)
Configuration property: Serializer listener.
|
JsoSerializerBuilder |
locale(Locale value)
Configuration property: Locale.
|
JsoSerializerBuilder |
maxDepth(int value)
Configuration property: Max traversal depth.
|
JsoSerializerBuilder |
mediaType(MediaType value)
Configuration property: Media type.
|
JsoSerializerBuilder |
notBeanClasses(Class<?>... values)
Configuration property: Bean class exclusions.
|
JsoSerializerBuilder |
notBeanClasses(Object... values)
Configuration property: Bean class exclusions.
|
JsoSerializerBuilder |
notBeanClassesRemove(Class<?>... values)
Configuration property: Bean class exclusions.
|
JsoSerializerBuilder |
notBeanClassesRemove(Object... values)
Configuration property: Bean class exclusions.
|
JsoSerializerBuilder |
notBeanClassesReplace(Class<?>... values)
Configuration property: Bean class exclusions.
|
JsoSerializerBuilder |
notBeanClassesReplace(Object... values)
Configuration property: Bean class exclusions.
|
JsoSerializerBuilder |
notBeanPackages(Object... values)
Configuration property: Bean package exclusions.
|
JsoSerializerBuilder |
notBeanPackages(String... values)
Configuration property: Bean package exclusions.
|
JsoSerializerBuilder |
notBeanPackagesRemove(Object... values)
Configuration property: Bean package exclusions.
|
JsoSerializerBuilder |
notBeanPackagesRemove(String... values)
Configuration property: Bean package exclusions.
|
JsoSerializerBuilder |
notBeanPackagesReplace(Object... values)
Configuration property: Bean package exclusions.
|
JsoSerializerBuilder |
notBeanPackagesReplace(String... values)
Configuration property: Bean package exclusions.
|
JsoSerializerBuilder |
pojoSwaps(Class<?>... values)
Configuration property: POJO swaps.
|
JsoSerializerBuilder |
pojoSwaps(Object... values)
Configuration property: POJO swaps.
|
JsoSerializerBuilder |
pojoSwapsRemove(Class<?>... values)
Configuration property: POJO swaps.
|
JsoSerializerBuilder |
pojoSwapsRemove(Object... values)
Configuration property: POJO swaps.
|
JsoSerializerBuilder |
pojoSwapsReplace(Class<?>... values)
Configuration property: POJO swaps.
|
JsoSerializerBuilder |
pojoSwapsReplace(Object... values)
Configuration property: POJO swaps.
|
JsoSerializerBuilder |
removeFrom(String name,
Object value)
Removes a value from a SET, LIST, or MAP property.
|
JsoSerializerBuilder |
set(Map<String,Object> properties)
Sets multiple configuration properties on this object.
|
JsoSerializerBuilder |
set(String name,
Object value)
Sets a configuration property on this object.
|
JsoSerializerBuilder |
sortCollections()
Configuration property: Sort arrays and collections alphabetically.
|
JsoSerializerBuilder |
sortCollections(boolean value)
Configuration property: Sort arrays and collections alphabetically.
|
JsoSerializerBuilder |
sortMaps()
Configuration property: Sort maps alphabetically.
|
JsoSerializerBuilder |
sortMaps(boolean value)
Configuration property: Sort maps alphabetically.
|
JsoSerializerBuilder |
sortProperties()
Configuration property: Sort bean properties.
|
JsoSerializerBuilder |
sortProperties(boolean value)
Configuration property: Sort bean properties.
|
JsoSerializerBuilder |
timeZone(TimeZone value)
Configuration property: TimeZone.
|
JsoSerializerBuilder |
trimEmptyCollections()
Configuration property: Trim empty lists and arrays.
|
JsoSerializerBuilder |
trimEmptyCollections(boolean value)
Configuration property: Trim empty lists and arrays.
|
JsoSerializerBuilder |
trimEmptyMaps()
Configuration property: Trim empty maps.
|
JsoSerializerBuilder |
trimEmptyMaps(boolean value)
Configuration property: Trim empty maps.
|
JsoSerializerBuilder |
trimNullProperties(boolean value)
Configuration property: Trim null bean property values.
|
JsoSerializerBuilder |
trimStrings()
Configuration property: Trim strings.
|
JsoSerializerBuilder |
trimStrings(boolean value)
Configuration property: Trim strings.
|
JsoSerializerBuilder |
uriContext(UriContext value)
Configuration property: URI context bean.
|
JsoSerializerBuilder |
uriRelativity(UriRelativity value)
Configuration property: URI relativity.
|
JsoSerializerBuilder |
uriResolution(UriResolution value)
Configuration property: URI resolution.
|
JsoSerializerBuilder |
useEnumNames()
Configuration property: Use enum names.
|
JsoSerializerBuilder |
useEnumNames(boolean value)
Configuration property: Use enum names.
|
JsoSerializerBuilder |
useInterfaceProxies(boolean value)
Configuration property: Use interface proxies.
|
JsoSerializerBuilder |
useJavaBeanIntrospector()
Configuration property: Use Java Introspector.
|
JsoSerializerBuilder |
useJavaBeanIntrospector(boolean value)
Configuration property: Use Java Introspector.
|
binaryFormat
uriContext, uriRelativity, uriResolution
debug, examples, excludeProperties, excludeProperties, excludeProperties, fluentSetters, fluentSetters, includeProperties, includeProperties, includeProperties, propertyNamer
build, getPropertyStore, getPropertyStoreBuilder, peek, peek
public JsoSerializerBuilder()
public JsoSerializerBuilder(PropertyStore ps)
ps
- The initial configuration settings for this builder.public JsoSerializer build()
ContextBuilder
build
in class OutputStreamSerializerBuilder
public JsoSerializerBuilder binaryFormat(BinaryFormat value)
OutputStreamSerializerBuilder
When using the Serializer.serializeToString(Object)
method on stream-based serializers, this defines the format to use
when converting the resulting byte array to a string.
binaryFormat
in class OutputStreamSerializerBuilder
value
- The new value for this property.
BinaryFormat.HEX
.public JsoSerializerBuilder addBeanTypes(boolean value)
SerializerBuilder
If
addBeanTypes
in class SerializerBuilder
value
- The new value for this property.
public JsoSerializerBuilder addBeanTypes()
SerializerBuilder
Shortcut for calling addBeanTypes(
.
addBeanTypes
in class SerializerBuilder
public JsoSerializerBuilder addRootType(boolean value)
SerializerBuilder
When disabled, it is assumed that the parser knows the exact Java POJO type being parsed, and therefore top-level type information that might normally be included to determine the data type will not be serialized.
addRootType
in class SerializerBuilder
value
- The new value for this property.
public JsoSerializerBuilder addRootType()
SerializerBuilder
Shortcut for calling addRootType(
.
addRootType
in class SerializerBuilder
public JsoSerializerBuilder detectRecursions(boolean value)
BeanTraverseBuilder
Specifies that recursions should be checked for during traversal.
detectRecursions
in class SerializerBuilder
value
- The new value for this property.
public JsoSerializerBuilder detectRecursions()
BeanTraverseBuilder
Shortcut for calling detectRecursions(
.
detectRecursions
in class SerializerBuilder
public JsoSerializerBuilder ignoreRecursions(boolean value)
BeanTraverseBuilder
If
ignoreRecursions
in class SerializerBuilder
value
- The new value for this property.
public JsoSerializerBuilder ignoreRecursions()
BeanTraverseBuilder
Shortcut for calling ignoreRecursions(
.
ignoreRecursions
in class SerializerBuilder
public JsoSerializerBuilder initialDepth(int value)
BeanTraverseBuilder
The initial indentation level at the root.
initialDepth
in class SerializerBuilder
value
- The new value for this property.
public JsoSerializerBuilder listener(Class<? extends SerializerListener> value)
SerializerBuilder
Class used to listen for errors and warnings that occur during serialization.
listener
in class SerializerBuilder
value
- The new value for this property.public JsoSerializerBuilder maxDepth(int value)
BeanTraverseBuilder
Abort traversal if specified depth is reached in the POJO tree.
If this depth is exceeded, an exception is thrown.
This prevents stack overflows from occurring when trying to traverse models with recursive references.
maxDepth
in class SerializerBuilder
value
- The new value for this property.
public JsoSerializerBuilder sortCollections(boolean value)
SerializerBuilder
Copies and sorts the contents of arrays and collections before serializing them.
sortCollections
in class SerializerBuilder
value
- The new value for this property.
public JsoSerializerBuilder sortCollections()
SerializerBuilder
Shortcut for calling sortCollections(
.
sortCollections
in class SerializerBuilder
public JsoSerializerBuilder sortMaps(boolean value)
SerializerBuilder
Copies and sorts the contents of maps before serializing them.
sortMaps
in class SerializerBuilder
value
- The new value for this property.
public JsoSerializerBuilder sortMaps()
SerializerBuilder
Shortcut for calling sortMaps(
.
sortMaps
in class SerializerBuilder
public JsoSerializerBuilder trimEmptyCollections(boolean value)
SerializerBuilder
If
trimEmptyCollections
in class SerializerBuilder
value
- The new value for this property.
public JsoSerializerBuilder trimEmptyCollections()
SerializerBuilder
Shortcut for calling trimEmptyCollections(
.
trimEmptyCollections
in class SerializerBuilder
public JsoSerializerBuilder trimEmptyMaps(boolean value)
SerializerBuilder
If
trimEmptyMaps
in class SerializerBuilder
value
- The new value for this property.
public JsoSerializerBuilder trimEmptyMaps()
SerializerBuilder
Shortcut for calling trimEmptyMaps(
.
trimEmptyMaps
in class SerializerBuilder
public JsoSerializerBuilder trimNullProperties(boolean value)
SerializerBuilder
If
trimNullProperties
in class SerializerBuilder
value
- The new value for this property.
public JsoSerializerBuilder trimStrings(boolean value)
SerializerBuilder
If String.trim()
before being serialized.
trimStrings
in class SerializerBuilder
value
- The new value for this property.
public JsoSerializerBuilder trimStrings()
SerializerBuilder
Shortcut for calling trimStrings(
.
trimStrings
in class SerializerBuilder
public JsoSerializerBuilder uriContext(UriContext value)
SerializerBuilder
Bean used for resolution of URIs to absolute or root-relative form.
uriContext
in class SerializerBuilder
value
- The new value for this property.public JsoSerializerBuilder uriRelativity(UriRelativity value)
SerializerBuilder
Defines what relative URIs are relative to when serializing URI/URL objects.
uriRelativity
in class SerializerBuilder
value
- The new value for this property.
UriRelativity.RESOURCE
public JsoSerializerBuilder uriResolution(UriResolution value)
SerializerBuilder
Defines the resolution level for URIs when serializing URI/URL objects.
uriResolution
in class SerializerBuilder
value
- The new value for this property.
UriResolution.NONE
public JsoSerializerBuilder 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 OutputStreamSerializerBuilder
values
- The values to add to this property.public JsoSerializerBuilder 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 OutputStreamSerializerBuilder
value
- The new value for this property.
Visibility.PUBLIC
.public JsoSerializerBuilder beanConstructorVisibility(Visibility value)
BeanContextBuilder
Only look for constructors with the specified minimum visibility.
beanConstructorVisibility
in class OutputStreamSerializerBuilder
value
- The new value for this property.
Visibility.PUBLIC
.@Deprecated public JsoSerializerBuilder beanDictionary(Class<?>... values)
BeanContextBuilder
BeanContextBuilder.dictionary(Class...)
Same as BeanContextBuilder.beanDictionary(Object...)
but takes in an array of classes.
beanDictionary
in class OutputStreamSerializerBuilder
values
- The values to add to this property.@Deprecated public JsoSerializerBuilder 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 OutputStreamSerializerBuilder
values
- The values to add to this property.@Deprecated public JsoSerializerBuilder beanDictionaryReplace(Class<?>... values)
BeanContextBuilder
BeanContextBuilder.dictionaryReplace(Class...)
Same as BeanContextBuilder.beanDictionary(Object...)
but replaces the existing value.
beanDictionaryReplace
in class OutputStreamSerializerBuilder
values
- The new values for this property.@Deprecated public JsoSerializerBuilder beanDictionaryReplace(Object... values)
BeanContextBuilder
BeanContextBuilder.dictionaryReplace(Object...)
Same as BeanContextBuilder.beanDictionary(Object...)
but replaces the existing value.
beanDictionaryReplace
in class OutputStreamSerializerBuilder
values
- The new values for this property.@Deprecated public JsoSerializerBuilder 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 OutputStreamSerializerBuilder
values
- The values to remove from this property.@Deprecated public JsoSerializerBuilder 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 OutputStreamSerializerBuilder
values
- The values to remove from this property.public JsoSerializerBuilder beanFieldVisibility(Visibility value)
BeanContextBuilder
Only look for bean fields with the specified minimum visibility.
beanFieldVisibility
in class OutputStreamSerializerBuilder
value
- The new value for this property.
Visibility.PUBLIC
.public JsoSerializerBuilder beanFilters(Class<?>... values)
BeanContextBuilder
Same as BeanContextBuilder.beanFilters(Object...)
but takes in an array of classes.
beanFilters
in class OutputStreamSerializerBuilder
values
- The values to add to this property.public JsoSerializerBuilder 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 OutputStreamSerializerBuilder
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 JsoSerializerBuilder beanFiltersReplace(Class<?>... values)
BeanContextBuilder
Same as BeanContextBuilder.beanFilters(Object...)
but replaces the existing values.
beanFiltersReplace
in class OutputStreamSerializerBuilder
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 JsoSerializerBuilder beanFiltersReplace(Object... values)
BeanContextBuilder
Same as BeanContextBuilder.beanFilters(Object...)
but replaces the existing values.
beanFiltersReplace
in class OutputStreamSerializerBuilder
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 JsoSerializerBuilder beanFiltersRemove(Class<?>... values)
BeanContextBuilder
Removes from the list of classes that make up the bean filters in this bean context.
beanFiltersRemove
in class OutputStreamSerializerBuilder
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 JsoSerializerBuilder beanFiltersRemove(Object... values)
BeanContextBuilder
Removes from the list of classes that make up the bean filters in this bean context.
beanFiltersRemove
in class OutputStreamSerializerBuilder
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 JsoSerializerBuilder beanMapPutReturnsOldValue(boolean value)
BeanContextBuilder
If BeanMap.put()
method will return old property
values.
Otherwise, it returns
beanMapPutReturnsOldValue
in class OutputStreamSerializerBuilder
value
- The new value for this property.
public JsoSerializerBuilder beanMapPutReturnsOldValue()
BeanContextBuilder
Shortcut for calling beanMapPutReturnsOldValue(
.
beanMapPutReturnsOldValue
in class OutputStreamSerializerBuilder
public JsoSerializerBuilder beanMethodVisibility(Visibility value)
BeanContextBuilder
Only look for bean methods with the specified minimum visibility.
beanMethodVisibility
in class OutputStreamSerializerBuilder
value
- The new value for this property.
Visibility.PUBLIC
public JsoSerializerBuilder beansRequireDefaultConstructor(boolean value)
BeanContextBuilder
If
Otherwise, the bean will be serialized as a string using the Object.toString()
method.
beansRequireDefaultConstructor
in class OutputStreamSerializerBuilder
value
- The new value for this property.
public JsoSerializerBuilder beansRequireDefaultConstructor()
BeanContextBuilder
Shortcut for calling beansRequireDefaultConstructor(
.
beansRequireDefaultConstructor
in class OutputStreamSerializerBuilder
public JsoSerializerBuilder 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 OutputStreamSerializerBuilder
value
- The new value for this property.
public JsoSerializerBuilder beansRequireSerializable()
BeanContextBuilder
Shortcut for calling beansRequireSerializable(
.
beansRequireSerializable
in class OutputStreamSerializerBuilder
public JsoSerializerBuilder beansRequireSettersForGetters(boolean value)
BeanContextBuilder
If
Otherwise, they will be ignored.
beansRequireSettersForGetters
in class OutputStreamSerializerBuilder
value
- The new value for this property.
public JsoSerializerBuilder beansRequireSettersForGetters()
BeanContextBuilder
Shortcut for calling beansRequireSettersForGetters(
.
beansRequireSettersForGetters
in class OutputStreamSerializerBuilder
public JsoSerializerBuilder beansRequireSomeProperties(boolean value)
BeanContextBuilder
If
Otherwise, the bean will be serialized as a string using the Object.toString()
method.
beansRequireSomeProperties
in class OutputStreamSerializerBuilder
value
- The new value for this property.
public JsoSerializerBuilder 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 OutputStreamSerializerBuilder
value
- The new value for this property.
public JsoSerializerBuilder bpi(Class<?> beanClass, String value)
BeanContextBuilder
Specifies the set and order of names of properties associated with the bean class.
bpi
in class OutputStreamSerializerBuilder
beanClass
- The bean class.value
- Comma-delimited list of property names.public JsoSerializerBuilder bpi(Map<String,String> values)
BeanContextBuilder
Specifies the set and order of names of properties associated with the bean class.
bpi
in class OutputStreamSerializerBuilder
values
- The new value for this property.public JsoSerializerBuilder bpi(String beanClassName, String value)
BeanContextBuilder
Specifies the set and order of names of properties associated with the bean class.
bpi
in class OutputStreamSerializerBuilder
beanClassName
- The bean class name.
value
- Comma-delimited list of property names.public JsoSerializerBuilder bpx(Class<?> beanClass, String properties)
BeanContextBuilder
Specifies to exclude the specified list of properties for the specified bean class.
bpx
in class OutputStreamSerializerBuilder
beanClass
- The bean class.properties
- Comma-delimited list of property names.public JsoSerializerBuilder bpx(Map<String,String> values)
BeanContextBuilder
Specifies to exclude the specified list of properties for the specified bean classes.
bpx
in class OutputStreamSerializerBuilder
values
- The new value for this property.public JsoSerializerBuilder bpx(String beanClassName, String value)
BeanContextBuilder
bpx
in class OutputStreamSerializerBuilder
beanClassName
- The bean class name.
value
- Comma-delimited list of property names.public JsoSerializerBuilder bpro(Class<?> beanClass, String value)
BeanContextBuilder
Specifies the read-only properties for the specified bean class.
bpro
in class OutputStreamSerializerBuilder
beanClass
- The bean class.value
- Comma-delimited list of property names.public JsoSerializerBuilder bpro(Map<String,String> values)
BeanContextBuilder
Specifies the read-only properties for the specified bean classes.
bpro
in class OutputStreamSerializerBuilder
values
- The new value for this property.public JsoSerializerBuilder bpro(String beanClassName, String value)
BeanContextBuilder
Specifies the read-only properties for the specified bean class.
bpro
in class OutputStreamSerializerBuilder
beanClassName
- The bean class name.
value
- Comma-delimited list of property names.public JsoSerializerBuilder bpwo(Class<?> beanClass, String properties)
BeanContextBuilder
Specifies the write-only properties for the specified bean class.
bpwo
in class OutputStreamSerializerBuilder
beanClass
- The bean class.properties
- Comma-delimited list of property names.public JsoSerializerBuilder bpwo(Map<String,String> values)
BeanContextBuilder
Specifies the write-only properties for the specified bean classes.
bpwo
in class OutputStreamSerializerBuilder
values
- The new value for this property.public JsoSerializerBuilder bpwo(String beanClassName, String value)
BeanContextBuilder
Specifies the write-only properties for the specified bean class.
bpwo
in class OutputStreamSerializerBuilder
beanClassName
- The bean class name.
value
- Comma-delimited list of property names.public JsoSerializerBuilder debug()
BeanContextBuilder
Shortcut for calling debug(
.
debug
in class OutputStreamSerializerBuilder
public JsoSerializerBuilder dictionary(Class<?>... values)
BeanContextBuilder
Same as BeanContextBuilder.beanDictionary(Object...)
but takes in an array of classes.
dictionary
in class OutputStreamSerializerBuilder
values
- The values to add to this property.public JsoSerializerBuilder dictionary(Object... values)
BeanContextBuilder
Adds to the list of classes that make up the bean dictionary in this bean context.
dictionary
in class OutputStreamSerializerBuilder
values
- The values to add to this property.public JsoSerializerBuilder dictionaryReplace(Class<?>... values)
BeanContextBuilder
Same as BeanContextBuilder.beanDictionary(Object...)
but replaces the existing value.
dictionaryReplace
in class OutputStreamSerializerBuilder
values
- The new values for this property.public JsoSerializerBuilder dictionaryReplace(Object... values)
BeanContextBuilder
Same as BeanContextBuilder.beanDictionary(Object...)
but replaces the existing value.
dictionaryReplace
in class OutputStreamSerializerBuilder
values
- The new values for this property.public JsoSerializerBuilder dictionaryRemove(Class<?>... values)
BeanContextBuilder
Removes from the list of classes that make up the bean dictionary in this bean context.
dictionaryRemove
in class OutputStreamSerializerBuilder
values
- The values to remove from this property.public JsoSerializerBuilder dictionaryRemove(Object... values)
BeanContextBuilder
Removes from the list of classes that make up the bean dictionary in this bean context.
dictionaryRemove
in class OutputStreamSerializerBuilder
values
- The values to remove from this property.public <T> JsoSerializerBuilder example(Class<T> c, T o)
BeanContextBuilder
Specifies an example of the specified class.
example
in class OutputStreamSerializerBuilder
c
- The POJO class.o
- An instance of the POJO class used for examples.public <T> JsoSerializerBuilder exampleJson(Class<T> c, String value)
BeanContextBuilder
Specifies an example of the specified class.
exampleJson
in class OutputStreamSerializerBuilder
T
- The POJO class type.c
- The POJO class.value
- The simple JSON representation of the example.public JsoSerializerBuilder ignoreInvocationExceptionsOnGetters(boolean value)
BeanContextBuilder
If BeanRuntimeException
is thrown.
ignoreInvocationExceptionsOnGetters
in class OutputStreamSerializerBuilder
value
- The new value for this property.
public JsoSerializerBuilder ignoreInvocationExceptionsOnGetters()
BeanContextBuilder
Shortcut for calling ignoreInvocationExceptionsOnGetters(
.
ignoreInvocationExceptionsOnGetters
in class OutputStreamSerializerBuilder
public JsoSerializerBuilder ignoreInvocationExceptionsOnSetters(boolean value)
BeanContextBuilder
If
Otherwise, a BeanRuntimeException
is thrown.
ignoreInvocationExceptionsOnSetters
in class OutputStreamSerializerBuilder
value
- The new value for this property.
public JsoSerializerBuilder ignoreInvocationExceptionsOnSetters()
BeanContextBuilder
Shortcut for calling ignoreInvocationExceptionsOnSetters(
.
ignoreInvocationExceptionsOnSetters
in class OutputStreamSerializerBuilder
public JsoSerializerBuilder ignorePropertiesWithoutSetters(boolean value)
BeanContextBuilder
If
Otherwise, a BeanRuntimeException
is thrown.
ignorePropertiesWithoutSetters
in class OutputStreamSerializerBuilder
value
- The new value for this property.
public JsoSerializerBuilder ignoreUnknownBeanProperties(boolean value)
BeanContextBuilder
If
Otherwise, a BeanRuntimeException
is thrown.
ignoreUnknownBeanProperties
in class OutputStreamSerializerBuilder
value
- The new value for this property.
public JsoSerializerBuilder ignoreUnknownBeanProperties()
BeanContextBuilder
Shortcut for calling ignoreUnknownBeanProperties(
.
ignoreUnknownBeanProperties
in class OutputStreamSerializerBuilder
public JsoSerializerBuilder ignoreUnknownNullBeanProperties(boolean value)
BeanContextBuilder
If
Otherwise, a BeanRuntimeException
is thrown.
ignoreUnknownNullBeanProperties
in class OutputStreamSerializerBuilder
value
- The new value for this property.
public JsoSerializerBuilder implClass(Class<?> interfaceClass, Class<?> implClass)
BeanContextBuilder
implClass
in class OutputStreamSerializerBuilder
interfaceClass
- The interface class.implClass
- The implementation class.public JsoSerializerBuilder 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 OutputStreamSerializerBuilder
values
- The new value for this property.public JsoSerializerBuilder locale(Locale value)
BeanContextBuilder
Specifies a default locale for serializer and parser sessions.
locale
in class OutputStreamSerializerBuilder
value
- The new value for this property.public JsoSerializerBuilder mediaType(MediaType value)
BeanContextBuilder
Specifies a default media type value for serializer and parser sessions.
mediaType
in class OutputStreamSerializerBuilder
value
- The new value for this property.public JsoSerializerBuilder 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 OutputStreamSerializerBuilder
values
- The values to add to this property.public JsoSerializerBuilder 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 OutputStreamSerializerBuilder
values
- The values to add to this property.
public JsoSerializerBuilder notBeanClassesReplace(Class<?>... values)
BeanContextBuilder
Not-bean classes are converted to
notBeanClassesReplace
in class OutputStreamSerializerBuilder
values
- The new value for this property.public JsoSerializerBuilder notBeanClassesReplace(Object... values)
BeanContextBuilder
Not-bean classes are converted to
notBeanClassesReplace
in class OutputStreamSerializerBuilder
values
- The new value for this property.
public JsoSerializerBuilder notBeanClassesRemove(Class<?>... values)
BeanContextBuilder
notBeanClassesRemove
in class OutputStreamSerializerBuilder
values
- The values to remove from this property.public JsoSerializerBuilder notBeanClassesRemove(Object... values)
BeanContextBuilder
notBeanClassesRemove
in class OutputStreamSerializerBuilder
values
- The values to remove from this property.
public JsoSerializerBuilder notBeanPackages(Object... values)
BeanContextBuilder
notBeanPackages
in class OutputStreamSerializerBuilder
values
- The values to add to this property.
public JsoSerializerBuilder notBeanPackages(String... values)
BeanContextBuilder
notBeanPackages
in class OutputStreamSerializerBuilder
values
- The values to add to this property.public JsoSerializerBuilder notBeanPackagesReplace(String... values)
BeanContextBuilder
notBeanPackagesReplace
in class OutputStreamSerializerBuilder
values
- public JsoSerializerBuilder notBeanPackagesReplace(Object... values)
BeanContextBuilder
notBeanPackagesReplace
in class OutputStreamSerializerBuilder
values
- public JsoSerializerBuilder notBeanPackagesRemove(String... values)
BeanContextBuilder
notBeanPackagesRemove
in class OutputStreamSerializerBuilder
values
- The values to remove from this property.public JsoSerializerBuilder notBeanPackagesRemove(Object... values)
BeanContextBuilder
notBeanPackagesRemove
in class OutputStreamSerializerBuilder
values
- public JsoSerializerBuilder pojoSwaps(Class<?>... values)
BeanContextBuilder
pojoSwaps
in class OutputStreamSerializerBuilder
values
- The values to add to this property.public JsoSerializerBuilder pojoSwaps(Object... values)
BeanContextBuilder
pojoSwaps
in class OutputStreamSerializerBuilder
values
- The values to add to this property.
PojoSwap
.
SurrogateSwap
.
public JsoSerializerBuilder pojoSwapsReplace(Class<?>... values)
BeanContextBuilder
pojoSwapsReplace
in class OutputStreamSerializerBuilder
values
- The values to remove from this property.
PojoSwap
.
SurrogateSwap
.
public JsoSerializerBuilder pojoSwapsReplace(Object... values)
BeanContextBuilder
pojoSwapsReplace
in class OutputStreamSerializerBuilder
values
- The values to remove from this property.
PojoSwap
.
SurrogateSwap
.
public JsoSerializerBuilder pojoSwapsRemove(Class<?>... values)
BeanContextBuilder
pojoSwapsRemove
in class OutputStreamSerializerBuilder
values
- The values to remove from this property.
PojoSwap
.
SurrogateSwap
.
public JsoSerializerBuilder pojoSwapsRemove(Object... values)
BeanContextBuilder
pojoSwapsRemove
in class OutputStreamSerializerBuilder
values
- The values to remove from this property.
PojoSwap
.
SurrogateSwap
.
public JsoSerializerBuilder sortProperties(boolean value)
BeanContextBuilder
When
sortProperties
in class OutputStreamSerializerBuilder
value
- The new value for this property.
public JsoSerializerBuilder sortProperties()
BeanContextBuilder
Shortcut for calling sortProperties(
.
sortProperties
in class OutputStreamSerializerBuilder
public JsoSerializerBuilder timeZone(TimeZone value)
BeanContextBuilder
timeZone
in class OutputStreamSerializerBuilder
value
- The new value for this property.public JsoSerializerBuilder useEnumNames(boolean value)
BeanContextBuilder
When enabled, enums are always serialized by name instead of using Object.toString()
.
useEnumNames
in class OutputStreamSerializerBuilder
value
- The property value.public JsoSerializerBuilder useEnumNames()
BeanContextBuilder
When enabled, enums are always serialized by name instead of using Object.toString()
.
useEnumNames
in class OutputStreamSerializerBuilder
public JsoSerializerBuilder useInterfaceProxies(boolean value)
BeanContextBuilder
If InvocationHandler
if there is no other way of instantiating them.
useInterfaceProxies
in class OutputStreamSerializerBuilder
value
- The new value for this property.
public JsoSerializerBuilder 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 OutputStreamSerializerBuilder
value
- The new value for this property.
public JsoSerializerBuilder useJavaBeanIntrospector()
BeanContextBuilder
Shortcut for calling useJavaBeanIntrospector(
.
useJavaBeanIntrospector
in class OutputStreamSerializerBuilder
public JsoSerializerBuilder set(String name, Object value)
ContextBuilder
set
in class OutputStreamSerializerBuilder
name
- The property name.value
- The property value.PropertyStoreBuilder.set(String, Object)
public JsoSerializerBuilder set(Map<String,Object> properties)
ContextBuilder
set
in class OutputStreamSerializerBuilder
properties
- The properties to set on this class.PropertyStoreBuilder.set(java.util.Map)
public JsoSerializerBuilder add(Map<String,Object> properties)
ContextBuilder
add
in class OutputStreamSerializerBuilder
properties
- The properties to set on this class.PropertyStoreBuilder.add(java.util.Map)
public JsoSerializerBuilder addTo(String name, Object value)
ContextBuilder
addTo
in class OutputStreamSerializerBuilder
name
- The property name.value
- The new value to add to the SET property.public JsoSerializerBuilder addTo(String name, String key, Object value)
ContextBuilder
addTo
in class OutputStreamSerializerBuilder
name
- The property name.key
- The property value map key.value
- The property value map value.public JsoSerializerBuilder removeFrom(String name, Object value)
ContextBuilder
removeFrom
in class OutputStreamSerializerBuilder
name
- The property name.value
- The property value in the SET property.public JsoSerializerBuilder apply(PropertyStore copyFrom)
ContextBuilder
apply
in class OutputStreamSerializerBuilder
copyFrom
- The factory whose settings are being copied.public JsoSerializerBuilder applyAnnotations(AnnotationList al, VarResolverSession vrs)
ContextBuilder
applyAnnotations
in class OutputStreamSerializerBuilder
al
- The list of all annotations annotated with PropertyStoreApply
.vrs
- The string resolver for resolving variables in annotation values.public JsoSerializerBuilder 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 OutputStreamSerializerBuilder
fromClasses
- The classes on which the annotations are defined.public JsoSerializerBuilder 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 OutputStreamSerializerBuilder
fromMethods
- The methods on which the annotations are defined.Copyright © 2016–2020 The Apache Software Foundation. All rights reserved.