public class JsonSchemaSerializerBuilder extends JsonSerializerBuilder
psb
Constructor and Description |
---|
JsonSchemaSerializerBuilder()
Constructor, default settings.
|
JsonSchemaSerializerBuilder(PropertyStore ps)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
JsonSchemaSerializerBuilder |
add(Map<String,Object> properties)
Adds multiple configuration properties on this object.
|
JsonSchemaSerializerBuilder |
addBeanTypes()
Configuration property: Add
|
JsonSchemaSerializerBuilder |
addBeanTypes(boolean value)
Configuration property: Add
|
JsonSchemaSerializerBuilder |
addDescriptionsTo(String value)
Configuration property: Add descriptions.
|
JsonSchemaSerializerBuilder |
addExamplesTo(String value)
Configuration property: Add examples.
|
JsonSchemaSerializerBuilder |
addRootType()
Configuration property: Add type attribute to root nodes.
|
JsonSchemaSerializerBuilder |
addRootType(boolean value)
Configuration property: Add type attribute to root nodes.
|
JsonSchemaSerializerBuilder |
addTo(String name,
Object value)
Adds a value to a SET or LIST property.
|
JsonSchemaSerializerBuilder |
addTo(String name,
String key,
Object value)
Adds or overwrites a value to a SET, LIST, or MAP property.
|
JsonSchemaSerializerBuilder |
allowNestedDescriptions()
Configuration property: Allow nested descriptions.
|
JsonSchemaSerializerBuilder |
allowNestedExamples()
Configuration property: Allow nested examples.
|
JsonSchemaSerializerBuilder |
annotations(Annotation... values)
Configuration property: Annotations.
|
JsonSchemaSerializerBuilder |
apply(PropertyStore copyFrom)
Copies the settings from the specified property store into this builder.
|
JsonSchemaSerializerBuilder |
applyAnnotations(AnnotationList al,
VarResolverSession vrs)
Applies a set of annotations to this property store.
|
JsonSchemaSerializerBuilder |
applyAnnotations(Class<?>... fromClasses)
Applies any of the various
|
JsonSchemaSerializerBuilder |
applyAnnotations(Method... fromMethods)
Applies any of the various
|
JsonSchemaSerializerBuilder |
beanClassVisibility(Visibility value)
Configuration property: Minimum bean class visibility.
|
JsonSchemaSerializerBuilder |
beanConstructorVisibility(Visibility value)
Configuration property: Minimum bean constructor visibility.
|
JsonSchemaSerializerBuilder |
beanDefMapper(BeanDefMapper value)
Configuration property: Bean schema definition mapper.
|
JsonSchemaSerializerBuilder |
beanDefMapper(Class<? extends BeanDefMapper> value)
Configuration property: Schema definition mapper.
|
JsonSchemaSerializerBuilder |
beanDictionary(Class<?>... values)
Deprecated.
|
JsonSchemaSerializerBuilder |
beanDictionary(Object... values)
Deprecated.
|
JsonSchemaSerializerBuilder |
beanDictionaryRemove(Class<?>... values)
Deprecated.
|
JsonSchemaSerializerBuilder |
beanDictionaryRemove(Object... values)
Deprecated.
|
JsonSchemaSerializerBuilder |
beanDictionaryReplace(Class<?>... values)
Deprecated.
|
JsonSchemaSerializerBuilder |
beanDictionaryReplace(Object... values)
Deprecated.
|
JsonSchemaSerializerBuilder |
beanFieldVisibility(Visibility value)
Configuration property: Minimum bean field visibility.
|
JsonSchemaSerializerBuilder |
beanFilters(Class<?>... values)
Configuration property: Bean filters.
|
JsonSchemaSerializerBuilder |
beanFilters(Object... values)
Configuration property: Bean filters.
|
JsonSchemaSerializerBuilder |
beanFiltersRemove(Class<?>... values)
Configuration property: Bean filters.
|
JsonSchemaSerializerBuilder |
beanFiltersRemove(Object... values)
Configuration property: Bean filters.
|
JsonSchemaSerializerBuilder |
beanFiltersReplace(Class<?>... values)
Configuration property: Bean filters.
|
JsonSchemaSerializerBuilder |
beanFiltersReplace(Object... values)
Configuration property: Bean filters.
|
JsonSchemaSerializerBuilder |
beanMapPutReturnsOldValue()
Configuration property: BeanMap.put() returns old property value.
|
JsonSchemaSerializerBuilder |
beanMapPutReturnsOldValue(boolean value)
Configuration property: BeanMap.put() returns old property value.
|
JsonSchemaSerializerBuilder |
beanMethodVisibility(Visibility value)
Configuration property: Minimum bean method visibility.
|
JsonSchemaSerializerBuilder |
beansRequireDefaultConstructor()
Configuration property: Beans require no-arg constructors.
|
JsonSchemaSerializerBuilder |
beansRequireDefaultConstructor(boolean value)
Configuration property: Beans require no-arg constructors.
|
JsonSchemaSerializerBuilder |
beansRequireSerializable()
Configuration property: Beans require Serializable interface.
|
JsonSchemaSerializerBuilder |
beansRequireSerializable(boolean value)
Configuration property: Beans require Serializable interface.
|
JsonSchemaSerializerBuilder |
beansRequireSettersForGetters()
Configuration property: Beans require setters for getters.
|
JsonSchemaSerializerBuilder |
beansRequireSettersForGetters(boolean value)
Configuration property: Beans require setters for getters.
|
JsonSchemaSerializerBuilder |
beansRequireSomeProperties(boolean value)
Configuration property: Beans require at least one property.
|
JsonSchemaSerializerBuilder |
beanTypePropertyName(String value)
Configuration property: Bean type property name.
|
JsonSchemaSerializerBuilder |
bpi(Class<?> beanClass,
String value)
Configuration property: Bean property includes.
|
JsonSchemaSerializerBuilder |
bpi(Map<String,String> values)
Configuration property: Bean property includes.
|
JsonSchemaSerializerBuilder |
bpi(String beanClassName,
String value)
Configuration property: Bean property includes.
|
JsonSchemaSerializerBuilder |
bpro(Class<?> beanClass,
String value)
Configuration property: Read-only bean properties.
|
JsonSchemaSerializerBuilder |
bpro(Map<String,String> values)
Configuration property: Read-only bean properties.
|
JsonSchemaSerializerBuilder |
bpro(String beanClassName,
String value)
Configuration property: Read-only bean properties.
|
JsonSchemaSerializerBuilder |
bpwo(Class<?> beanClass,
String properties)
Configuration property: Write-only bean properties.
|
JsonSchemaSerializerBuilder |
bpwo(Map<String,String> values)
Configuration property: Write-only bean properties.
|
JsonSchemaSerializerBuilder |
bpwo(String beanClassName,
String value)
Configuration property: Write-only bean properties.
|
JsonSchemaSerializerBuilder |
bpx(Class<?> beanClass,
String properties)
Configuration property: Bean property excludes.
|
JsonSchemaSerializerBuilder |
bpx(Map<String,String> values)
Configuration property: Bean property excludes.
|
JsonSchemaSerializerBuilder |
bpx(String beanClassName,
String value)
Configuration property: Bean property excludes.
|
JsonSchemaSerializer |
build()
Build the object.
|
JsonSchemaSerializerBuilder |
debug()
Configuration property: Debug mode.
|
JsonSchemaSerializerBuilder |
defaultSchema(Class<?> c,
ObjectMap schema)
Configuration property: Default schemas.
|
JsonSchemaSerializerBuilder |
detectRecursions()
Configuration property: Automatically detect POJO recursions.
|
JsonSchemaSerializerBuilder |
detectRecursions(boolean value)
Configuration property: Automatically detect POJO recursions.
|
JsonSchemaSerializerBuilder |
dictionary(Class<?>... values)
Configuration property: Bean dictionary.
|
JsonSchemaSerializerBuilder |
dictionary(Object... values)
Configuration property: Bean dictionary.
|
JsonSchemaSerializerBuilder |
dictionaryRemove(Class<?>... values)
Configuration property: Bean dictionary.
|
JsonSchemaSerializerBuilder |
dictionaryRemove(Object... values)
Configuration property: Bean dictionary.
|
JsonSchemaSerializerBuilder |
dictionaryReplace(Class<?>... values)
Configuration property: Bean dictionary.
|
JsonSchemaSerializerBuilder |
dictionaryReplace(Object... values)
Configuration property: Bean dictionary.
|
JsonSchemaSerializerBuilder |
escapeSolidus()
Configuration property: Prefix solidus
|
JsonSchemaSerializerBuilder |
escapeSolidus(boolean value)
Configuration property: Prefix solidus
|
<T> JsonSchemaSerializerBuilder |
example(Class<T> c,
T o)
Configuration property: POJO example.
|
<T> JsonSchemaSerializerBuilder |
exampleJson(Class<T> c,
String value)
Configuration property: POJO example.
|
JsonSchemaSerializerBuilder |
fileCharset(Charset value)
Configuration property: File charset.
|
JsonSchemaSerializerBuilder |
ignoreInvocationExceptionsOnGetters()
Configuration property: Ignore invocation errors on getters.
|
JsonSchemaSerializerBuilder |
ignoreInvocationExceptionsOnGetters(boolean value)
Configuration property: Ignore invocation errors on getters.
|
JsonSchemaSerializerBuilder |
ignoreInvocationExceptionsOnSetters()
Configuration property: Ignore invocation errors on setters.
|
JsonSchemaSerializerBuilder |
ignoreInvocationExceptionsOnSetters(boolean value)
Configuration property: Ignore invocation errors on setters.
|
JsonSchemaSerializerBuilder |
ignorePropertiesWithoutSetters(boolean value)
Configuration property: Ignore properties without setters.
|
JsonSchemaSerializerBuilder |
ignoreRecursions()
Configuration property: Ignore recursion errors.
|
JsonSchemaSerializerBuilder |
ignoreRecursions(boolean value)
Configuration property: Ignore recursion errors.
|
JsonSchemaSerializerBuilder |
ignoreUnknownBeanProperties()
Configuration property: Ignore unknown properties.
|
JsonSchemaSerializerBuilder |
ignoreUnknownBeanProperties(boolean value)
Configuration property: Ignore unknown properties.
|
JsonSchemaSerializerBuilder |
ignoreUnknownNullBeanProperties(boolean value)
Configuration property: Ignore unknown properties with null values.
|
JsonSchemaSerializerBuilder |
implClass(Class<?> interfaceClass,
Class<?> implClass)
Configuration property: Implementation classes.
|
JsonSchemaSerializerBuilder |
implClasses(Map<String,Class<?>> values)
Configuration property: Implementation classes.
|
JsonSchemaSerializerBuilder |
initialDepth(int value)
Configuration property: Initial depth.
|
JsonSchemaSerializerBuilder |
listener(Class<? extends SerializerListener> value)
Configuration property: Serializer listener.
|
JsonSchemaSerializerBuilder |
locale(Locale value)
Configuration property: Locale.
|
JsonSchemaSerializerBuilder |
maxDepth(int value)
Configuration property: Max traversal depth.
|
JsonSchemaSerializerBuilder |
maxIndent(int value)
Configuration property: Maximum indentation.
|
JsonSchemaSerializerBuilder |
mediaType(MediaType value)
Configuration property: Media type.
|
JsonSchemaSerializerBuilder |
notBeanClasses(Class<?>... values)
Configuration property: Bean class exclusions.
|
JsonSchemaSerializerBuilder |
notBeanClasses(Object... values)
Configuration property: Bean class exclusions.
|
JsonSchemaSerializerBuilder |
notBeanClassesRemove(Class<?>... values)
Configuration property: Bean class exclusions.
|
JsonSchemaSerializerBuilder |
notBeanClassesRemove(Object... values)
Configuration property: Bean class exclusions.
|
JsonSchemaSerializerBuilder |
notBeanClassesReplace(Class<?>... values)
Configuration property: Bean class exclusions.
|
JsonSchemaSerializerBuilder |
notBeanClassesReplace(Object... values)
Configuration property: Bean class exclusions.
|
JsonSchemaSerializerBuilder |
notBeanPackages(Object... values)
Configuration property: Bean package exclusions.
|
JsonSchemaSerializerBuilder |
notBeanPackages(String... values)
Configuration property: Bean package exclusions.
|
JsonSchemaSerializerBuilder |
notBeanPackagesRemove(Object... values)
Configuration property: Bean package exclusions.
|
JsonSchemaSerializerBuilder |
notBeanPackagesRemove(String... values)
Configuration property: Bean package exclusions.
|
JsonSchemaSerializerBuilder |
notBeanPackagesReplace(Object... values)
Configuration property: Bean package exclusions.
|
JsonSchemaSerializerBuilder |
notBeanPackagesReplace(String... values)
Configuration property: Bean package exclusions.
|
JsonSchemaSerializerBuilder |
pojoSwaps(Class<?>... values)
Configuration property: POJO swaps.
|
JsonSchemaSerializerBuilder |
pojoSwaps(Object... values)
Configuration property: POJO swaps.
|
JsonSchemaSerializerBuilder |
pojoSwapsRemove(Class<?>... values)
Configuration property: POJO swaps.
|
JsonSchemaSerializerBuilder |
pojoSwapsRemove(Object... values)
Configuration property: POJO swaps.
|
JsonSchemaSerializerBuilder |
pojoSwapsReplace(Class<?>... values)
Configuration property: POJO swaps.
|
JsonSchemaSerializerBuilder |
pojoSwapsReplace(Object... values)
Configuration property: POJO swaps.
|
JsonSchemaSerializerBuilder |
quoteChar(char value)
Configuration property: Quote character.
|
JsonSchemaSerializerBuilder |
removeFrom(String name,
Object value)
Removes a value from a SET, LIST, or MAP property.
|
JsonSchemaSerializerBuilder |
set(Map<String,Object> properties)
Sets multiple configuration properties on this object.
|
JsonSchemaSerializerBuilder |
set(String name,
Object value)
Sets a configuration property on this object.
|
JsonSchemaSerializerBuilder |
simple()
Configuration property: Simple JSON mode.
|
JsonSchemaSerializerBuilder |
simple(boolean value)
Configuration property: Simple JSON mode.
|
JsonSchemaSerializerBuilder |
sortCollections()
Configuration property: Sort arrays and collections alphabetically.
|
JsonSchemaSerializerBuilder |
sortCollections(boolean value)
Configuration property: Sort arrays and collections alphabetically.
|
JsonSchemaSerializerBuilder |
sortMaps()
Configuration property: Sort maps alphabetically.
|
JsonSchemaSerializerBuilder |
sortMaps(boolean value)
Configuration property: Sort maps alphabetically.
|
JsonSchemaSerializerBuilder |
sortProperties()
Configuration property: Sort bean properties.
|
JsonSchemaSerializerBuilder |
sortProperties(boolean value)
Configuration property: Sort bean properties.
|
JsonSchemaSerializerBuilder |
sq()
Configuration property: Quote character.
|
JsonSchemaSerializerBuilder |
ssq()
Configuration property: Simple JSON mode and single quote.
|
JsonSchemaSerializerBuilder |
streamCharset(Charset value)
Configuration property: Output stream charset.
|
JsonSchemaSerializerBuilder |
timeZone(TimeZone value)
Configuration property: TimeZone.
|
JsonSchemaSerializerBuilder |
trimEmptyCollections()
Configuration property: Trim empty lists and arrays.
|
JsonSchemaSerializerBuilder |
trimEmptyCollections(boolean value)
Configuration property: Trim empty lists and arrays.
|
JsonSchemaSerializerBuilder |
trimEmptyMaps()
Configuration property: Trim empty maps.
|
JsonSchemaSerializerBuilder |
trimEmptyMaps(boolean value)
Configuration property: Trim empty maps.
|
JsonSchemaSerializerBuilder |
trimNullProperties(boolean value)
Configuration property: Trim null bean property values.
|
JsonSchemaSerializerBuilder |
trimStrings()
Configuration property: Trim strings.
|
JsonSchemaSerializerBuilder |
trimStrings(boolean value)
Configuration property: Trim strings.
|
JsonSchemaSerializerBuilder |
uriContext(UriContext value)
Configuration property: URI context bean.
|
JsonSchemaSerializerBuilder |
uriRelativity(UriRelativity value)
Configuration property: URI relativity.
|
JsonSchemaSerializerBuilder |
uriResolution(UriResolution value)
Configuration property: URI resolution.
|
JsonSchemaSerializerBuilder |
useBeanDefs()
Configuration property: Use bean definitions.
|
JsonSchemaSerializerBuilder |
useEnumNames()
Configuration property: Use enum names.
|
JsonSchemaSerializerBuilder |
useEnumNames(boolean value)
Configuration property: Use enum names.
|
JsonSchemaSerializerBuilder |
useInterfaceProxies(boolean value)
Configuration property: Use interface proxies.
|
JsonSchemaSerializerBuilder |
useJavaBeanIntrospector()
Configuration property: Use Java Introspector.
|
JsonSchemaSerializerBuilder |
useJavaBeanIntrospector(boolean value)
Configuration property: Use Java Introspector.
|
JsonSchemaSerializerBuilder |
useWhitespace()
Configuration property: Use whitespace.
|
JsonSchemaSerializerBuilder |
useWhitespace(boolean value)
Configuration property: Use whitespace.
|
JsonSchemaSerializerBuilder |
ws()
Configuration property: Use whitespace.
|
uriContext, uriRelativity, uriResolution
debug, examples, excludeProperties, excludeProperties, excludeProperties, fluentSetters, fluentSetters, includeProperties, includeProperties, includeProperties, propertyNamer
build, getPropertyStore, getPropertyStoreBuilder, peek, peek
public JsonSchemaSerializerBuilder()
public JsonSchemaSerializerBuilder(PropertyStore ps)
ps
- The initial configuration settings for this builder.public JsonSchemaSerializer build()
ContextBuilder
build
in class JsonSerializerBuilder
public JsonSchemaSerializerBuilder addDescriptionsTo(String value)
Identifies which categories of types that descriptions should be automatically added to generated schemas.
The description is the result of calling ClassMeta.getFullName()
.
value
- The new value for this property.
public JsonSchemaSerializerBuilder addExamplesTo(String value)
Identifies which categories of types that examples should be automatically added to generated schemas.
The examples come from calling ClassMeta.getExample(BeanSession)
which in turn gets examples
from the following:
value
- The new value for this property.
public JsonSchemaSerializerBuilder allowNestedDescriptions()
Identifies whether nested descriptions are allowed in schema definitions.
public JsonSchemaSerializerBuilder allowNestedExamples()
Identifies whether nested examples are allowed in schema definitions.
public JsonSchemaSerializerBuilder beanDefMapper(Class<? extends BeanDefMapper> value)
Interface to use for converting Bean classes to definition IDs and URIs.
Used primarily for defining common definition sections for beans in Swagger JSON.
This setting is ignored if JsonSchemaGenerator.JSONSCHEMA_useBeanDefs
is not enabled.
value
- The new value for this property.
public JsonSchemaSerializerBuilder beanDefMapper(BeanDefMapper value)
Interface to use for converting Bean classes to definition IDs and URIs.
Used primarily for defining common definition sections for beans in Swagger JSON.
This setting is ignored if JsonSchemaGenerator.JSONSCHEMA_useBeanDefs
is not enabled.
value
- The new value for this property.
public JsonSchemaSerializerBuilder defaultSchema(Class<?> c, ObjectMap schema)
Allows you to override or provide custom schema information for particular class types.
Keys are full class names.
c
- The class to define a default schema for.schema
- The schema.public JsonSchemaSerializerBuilder useBeanDefs()
When enabled, schemas on beans will be serialized as the following:
{
type:
public JsonSchemaSerializerBuilder escapeSolidus(boolean value)
JsonSerializerBuilder
If
escapeSolidus
in class JsonSerializerBuilder
value
- The new value for this property.
public JsonSchemaSerializerBuilder escapeSolidus()
JsonSerializerBuilder
Shortcut for calling escapeSolidus(
.
escapeSolidus
in class JsonSerializerBuilder
public JsonSchemaSerializerBuilder simple(boolean value)
JsonSerializerBuilder
If
Otherwise, they are always quoted.
simple
in class JsonSerializerBuilder
value
- The new value for this property.
public JsonSchemaSerializerBuilder simple()
JsonSerializerBuilder
Shortcut for calling simple(
.
simple
in class JsonSerializerBuilder
public JsonSchemaSerializerBuilder ssq()
JsonSerializerBuilder
Shortcut for calling
ssq
in class JsonSerializerBuilder
public JsonSchemaSerializerBuilder fileCharset(Charset value)
WriterSerializerBuilder
The character set to use for writing Files to the file system.
Used when passing in files to Serializer.serialize(Object, Object)
.
fileCharset
in class JsonSerializerBuilder
value
- The new value for this property.
public JsonSchemaSerializerBuilder maxIndent(int value)
WriterSerializerBuilder
Specifies the maximum indentation level in the serialized document.
maxIndent
in class JsonSerializerBuilder
value
- The new value for this property.
public JsonSchemaSerializerBuilder quoteChar(char value)
WriterSerializerBuilder
This is the character used for quoting attributes and values.
quoteChar
in class JsonSerializerBuilder
value
- The new value for this property.
public JsonSchemaSerializerBuilder sq()
WriterSerializerBuilder
Shortcut for calling quoteChar(
.
sq
in class JsonSerializerBuilder
public JsonSchemaSerializerBuilder streamCharset(Charset value)
WriterSerializerBuilder
The character set to use when writing to OutputStreams.
Used when passing in output streams and byte arrays to Serializer.serialize(Object, Object)
.
streamCharset
in class JsonSerializerBuilder
value
- The new value for this property.
public JsonSchemaSerializerBuilder useWhitespace(boolean value)
WriterSerializerBuilder
If
useWhitespace
in class JsonSerializerBuilder
value
- The new value for this property.
public JsonSchemaSerializerBuilder useWhitespace()
WriterSerializerBuilder
Shortcut for calling useWhitespace(
.
useWhitespace
in class JsonSerializerBuilder
public JsonSchemaSerializerBuilder ws()
WriterSerializerBuilder
Shortcut for calling useWhitespace(
.
ws
in class JsonSerializerBuilder
public JsonSchemaSerializerBuilder addBeanTypes(boolean value)
SerializerBuilder
If
addBeanTypes
in class JsonSerializerBuilder
value
- The new value for this property.
public JsonSchemaSerializerBuilder addBeanTypes()
SerializerBuilder
Shortcut for calling addBeanTypes(
.
addBeanTypes
in class JsonSerializerBuilder
public JsonSchemaSerializerBuilder 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 JsonSerializerBuilder
value
- The new value for this property.
public JsonSchemaSerializerBuilder addRootType()
SerializerBuilder
Shortcut for calling addRootType(
.
addRootType
in class JsonSerializerBuilder
public JsonSchemaSerializerBuilder detectRecursions(boolean value)
BeanTraverseBuilder
Specifies that recursions should be checked for during traversal.
detectRecursions
in class JsonSerializerBuilder
value
- The new value for this property.
public JsonSchemaSerializerBuilder detectRecursions()
BeanTraverseBuilder
Shortcut for calling detectRecursions(
.
detectRecursions
in class JsonSerializerBuilder
public JsonSchemaSerializerBuilder ignoreRecursions(boolean value)
BeanTraverseBuilder
If
ignoreRecursions
in class JsonSerializerBuilder
value
- The new value for this property.
public JsonSchemaSerializerBuilder ignoreRecursions()
BeanTraverseBuilder
Shortcut for calling ignoreRecursions(
.
ignoreRecursions
in class JsonSerializerBuilder
public JsonSchemaSerializerBuilder initialDepth(int value)
BeanTraverseBuilder
The initial indentation level at the root.
initialDepth
in class JsonSerializerBuilder
value
- The new value for this property.
public JsonSchemaSerializerBuilder listener(Class<? extends SerializerListener> value)
SerializerBuilder
Class used to listen for errors and warnings that occur during serialization.
listener
in class JsonSerializerBuilder
value
- The new value for this property.public JsonSchemaSerializerBuilder 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 JsonSerializerBuilder
value
- The new value for this property.
public JsonSchemaSerializerBuilder sortCollections(boolean value)
SerializerBuilder
Copies and sorts the contents of arrays and collections before serializing them.
sortCollections
in class JsonSerializerBuilder
value
- The new value for this property.
public JsonSchemaSerializerBuilder sortCollections()
SerializerBuilder
Shortcut for calling sortCollections(
.
sortCollections
in class JsonSerializerBuilder
public JsonSchemaSerializerBuilder sortMaps(boolean value)
SerializerBuilder
Copies and sorts the contents of maps before serializing them.
sortMaps
in class JsonSerializerBuilder
value
- The new value for this property.
public JsonSchemaSerializerBuilder sortMaps()
SerializerBuilder
Shortcut for calling sortMaps(
.
sortMaps
in class JsonSerializerBuilder
public JsonSchemaSerializerBuilder trimEmptyCollections(boolean value)
SerializerBuilder
If
trimEmptyCollections
in class JsonSerializerBuilder
value
- The new value for this property.
public JsonSchemaSerializerBuilder trimEmptyCollections()
SerializerBuilder
Shortcut for calling trimEmptyCollections(
.
trimEmptyCollections
in class JsonSerializerBuilder
public JsonSchemaSerializerBuilder trimEmptyMaps(boolean value)
SerializerBuilder
If
trimEmptyMaps
in class JsonSerializerBuilder
value
- The new value for this property.
public JsonSchemaSerializerBuilder trimEmptyMaps()
SerializerBuilder
Shortcut for calling trimEmptyMaps(
.
trimEmptyMaps
in class JsonSerializerBuilder
public JsonSchemaSerializerBuilder trimNullProperties(boolean value)
SerializerBuilder
If
trimNullProperties
in class JsonSerializerBuilder
value
- The new value for this property.
public JsonSchemaSerializerBuilder trimStrings(boolean value)
SerializerBuilder
If String.trim()
before being serialized.
trimStrings
in class JsonSerializerBuilder
value
- The new value for this property.
public JsonSchemaSerializerBuilder trimStrings()
SerializerBuilder
Shortcut for calling trimStrings(
.
trimStrings
in class JsonSerializerBuilder
public JsonSchemaSerializerBuilder uriContext(UriContext value)
SerializerBuilder
Bean used for resolution of URIs to absolute or root-relative form.
uriContext
in class JsonSerializerBuilder
value
- The new value for this property.public JsonSchemaSerializerBuilder uriRelativity(UriRelativity value)
SerializerBuilder
Defines what relative URIs are relative to when serializing URI/URL objects.
uriRelativity
in class JsonSerializerBuilder
value
- The new value for this property.
UriRelativity.RESOURCE
public JsonSchemaSerializerBuilder uriResolution(UriResolution value)
SerializerBuilder
Defines the resolution level for URIs when serializing URI/URL objects.
uriResolution
in class JsonSerializerBuilder
value
- The new value for this property.
UriResolution.NONE
public JsonSchemaSerializerBuilder 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 JsonSerializerBuilder
values
- The values to add to this property.public JsonSchemaSerializerBuilder 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 JsonSerializerBuilder
value
- The new value for this property.
Visibility.PUBLIC
.public JsonSchemaSerializerBuilder beanConstructorVisibility(Visibility value)
BeanContextBuilder
Only look for constructors with the specified minimum visibility.
beanConstructorVisibility
in class JsonSerializerBuilder
value
- The new value for this property.
Visibility.PUBLIC
.@Deprecated public JsonSchemaSerializerBuilder beanDictionary(Class<?>... values)
BeanContextBuilder
BeanContextBuilder.dictionary(Class...)
Same as BeanContextBuilder.beanDictionary(Object...)
but takes in an array of classes.
beanDictionary
in class JsonSerializerBuilder
values
- The values to add to this property.@Deprecated public JsonSchemaSerializerBuilder 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 JsonSerializerBuilder
values
- The values to add to this property.@Deprecated public JsonSchemaSerializerBuilder beanDictionaryReplace(Class<?>... values)
BeanContextBuilder
BeanContextBuilder.dictionaryReplace(Class...)
Same as BeanContextBuilder.beanDictionary(Object...)
but replaces the existing value.
beanDictionaryReplace
in class JsonSerializerBuilder
values
- The new values for this property.@Deprecated public JsonSchemaSerializerBuilder beanDictionaryReplace(Object... values)
BeanContextBuilder
BeanContextBuilder.dictionaryReplace(Object...)
Same as BeanContextBuilder.beanDictionary(Object...)
but replaces the existing value.
beanDictionaryReplace
in class JsonSerializerBuilder
values
- The new values for this property.@Deprecated public JsonSchemaSerializerBuilder 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 JsonSerializerBuilder
values
- The values to remove from this property.@Deprecated public JsonSchemaSerializerBuilder 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 JsonSerializerBuilder
values
- The values to remove from this property.public JsonSchemaSerializerBuilder beanFieldVisibility(Visibility value)
BeanContextBuilder
Only look for bean fields with the specified minimum visibility.
beanFieldVisibility
in class JsonSerializerBuilder
value
- The new value for this property.
Visibility.PUBLIC
.public JsonSchemaSerializerBuilder beanFilters(Class<?>... values)
BeanContextBuilder
Same as BeanContextBuilder.beanFilters(Object...)
but takes in an array of classes.
beanFilters
in class JsonSerializerBuilder
values
- The values to add to this property.public JsonSchemaSerializerBuilder 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 JsonSerializerBuilder
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 JsonSchemaSerializerBuilder beanFiltersReplace(Class<?>... values)
BeanContextBuilder
Same as BeanContextBuilder.beanFilters(Object...)
but replaces the existing values.
beanFiltersReplace
in class JsonSerializerBuilder
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 JsonSchemaSerializerBuilder beanFiltersReplace(Object... values)
BeanContextBuilder
Same as BeanContextBuilder.beanFilters(Object...)
but replaces the existing values.
beanFiltersReplace
in class JsonSerializerBuilder
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 JsonSchemaSerializerBuilder beanFiltersRemove(Class<?>... values)
BeanContextBuilder
Removes from the list of classes that make up the bean filters in this bean context.
beanFiltersRemove
in class JsonSerializerBuilder
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 JsonSchemaSerializerBuilder beanFiltersRemove(Object... values)
BeanContextBuilder
Removes from the list of classes that make up the bean filters in this bean context.
beanFiltersRemove
in class JsonSerializerBuilder
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 JsonSchemaSerializerBuilder beanMapPutReturnsOldValue(boolean value)
BeanContextBuilder
If BeanMap.put()
method will return old property
values.
Otherwise, it returns
beanMapPutReturnsOldValue
in class JsonSerializerBuilder
value
- The new value for this property.
public JsonSchemaSerializerBuilder beanMapPutReturnsOldValue()
BeanContextBuilder
Shortcut for calling beanMapPutReturnsOldValue(
.
beanMapPutReturnsOldValue
in class JsonSerializerBuilder
public JsonSchemaSerializerBuilder beanMethodVisibility(Visibility value)
BeanContextBuilder
Only look for bean methods with the specified minimum visibility.
beanMethodVisibility
in class JsonSerializerBuilder
value
- The new value for this property.
Visibility.PUBLIC
public JsonSchemaSerializerBuilder beansRequireDefaultConstructor(boolean value)
BeanContextBuilder
If
Otherwise, the bean will be serialized as a string using the Object.toString()
method.
beansRequireDefaultConstructor
in class JsonSerializerBuilder
value
- The new value for this property.
public JsonSchemaSerializerBuilder beansRequireDefaultConstructor()
BeanContextBuilder
Shortcut for calling beansRequireDefaultConstructor(
.
beansRequireDefaultConstructor
in class JsonSerializerBuilder
public JsonSchemaSerializerBuilder 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 JsonSerializerBuilder
value
- The new value for this property.
public JsonSchemaSerializerBuilder beansRequireSerializable()
BeanContextBuilder
Shortcut for calling beansRequireSerializable(
.
beansRequireSerializable
in class JsonSerializerBuilder
public JsonSchemaSerializerBuilder beansRequireSettersForGetters(boolean value)
BeanContextBuilder
If
Otherwise, they will be ignored.
beansRequireSettersForGetters
in class JsonSerializerBuilder
value
- The new value for this property.
public JsonSchemaSerializerBuilder beansRequireSettersForGetters()
BeanContextBuilder
Shortcut for calling beansRequireSettersForGetters(
.
beansRequireSettersForGetters
in class JsonSerializerBuilder
public JsonSchemaSerializerBuilder beansRequireSomeProperties(boolean value)
BeanContextBuilder
If
Otherwise, the bean will be serialized as a string using the Object.toString()
method.
beansRequireSomeProperties
in class JsonSerializerBuilder
value
- The new value for this property.
public JsonSchemaSerializerBuilder 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 JsonSerializerBuilder
value
- The new value for this property.
public JsonSchemaSerializerBuilder bpi(Class<?> beanClass, String value)
BeanContextBuilder
Specifies the set and order of names of properties associated with the bean class.
bpi
in class JsonSerializerBuilder
beanClass
- The bean class.value
- Comma-delimited list of property names.public JsonSchemaSerializerBuilder bpi(Map<String,String> values)
BeanContextBuilder
Specifies the set and order of names of properties associated with the bean class.
bpi
in class JsonSerializerBuilder
values
- The new value for this property.public JsonSchemaSerializerBuilder bpi(String beanClassName, String value)
BeanContextBuilder
Specifies the set and order of names of properties associated with the bean class.
bpi
in class JsonSerializerBuilder
beanClassName
- The bean class name.
value
- Comma-delimited list of property names.public JsonSchemaSerializerBuilder bpx(Class<?> beanClass, String properties)
BeanContextBuilder
Specifies to exclude the specified list of properties for the specified bean class.
bpx
in class JsonSerializerBuilder
beanClass
- The bean class.properties
- Comma-delimited list of property names.public JsonSchemaSerializerBuilder bpx(Map<String,String> values)
BeanContextBuilder
Specifies to exclude the specified list of properties for the specified bean classes.
bpx
in class JsonSerializerBuilder
values
- The new value for this property.public JsonSchemaSerializerBuilder bpx(String beanClassName, String value)
BeanContextBuilder
bpx
in class JsonSerializerBuilder
beanClassName
- The bean class name.
value
- Comma-delimited list of property names.public JsonSchemaSerializerBuilder bpro(Class<?> beanClass, String value)
BeanContextBuilder
Specifies the read-only properties for the specified bean class.
bpro
in class JsonSerializerBuilder
beanClass
- The bean class.value
- Comma-delimited list of property names.public JsonSchemaSerializerBuilder bpro(Map<String,String> values)
BeanContextBuilder
Specifies the read-only properties for the specified bean classes.
bpro
in class JsonSerializerBuilder
values
- The new value for this property.public JsonSchemaSerializerBuilder bpro(String beanClassName, String value)
BeanContextBuilder
Specifies the read-only properties for the specified bean class.
bpro
in class JsonSerializerBuilder
beanClassName
- The bean class name.
value
- Comma-delimited list of property names.public JsonSchemaSerializerBuilder bpwo(Class<?> beanClass, String properties)
BeanContextBuilder
Specifies the write-only properties for the specified bean class.
bpwo
in class JsonSerializerBuilder
beanClass
- The bean class.properties
- Comma-delimited list of property names.public JsonSchemaSerializerBuilder bpwo(Map<String,String> values)
BeanContextBuilder
Specifies the write-only properties for the specified bean classes.
bpwo
in class JsonSerializerBuilder
values
- The new value for this property.public JsonSchemaSerializerBuilder bpwo(String beanClassName, String value)
BeanContextBuilder
Specifies the write-only properties for the specified bean class.
bpwo
in class JsonSerializerBuilder
beanClassName
- The bean class name.
value
- Comma-delimited list of property names.public JsonSchemaSerializerBuilder debug()
BeanContextBuilder
Shortcut for calling debug(
.
debug
in class JsonSerializerBuilder
public JsonSchemaSerializerBuilder dictionary(Class<?>... values)
BeanContextBuilder
Same as BeanContextBuilder.beanDictionary(Object...)
but takes in an array of classes.
dictionary
in class JsonSerializerBuilder
values
- The values to add to this property.public JsonSchemaSerializerBuilder dictionary(Object... values)
BeanContextBuilder
Adds to the list of classes that make up the bean dictionary in this bean context.
dictionary
in class JsonSerializerBuilder
values
- The values to add to this property.public JsonSchemaSerializerBuilder dictionaryReplace(Class<?>... values)
BeanContextBuilder
Same as BeanContextBuilder.beanDictionary(Object...)
but replaces the existing value.
dictionaryReplace
in class JsonSerializerBuilder
values
- The new values for this property.public JsonSchemaSerializerBuilder dictionaryReplace(Object... values)
BeanContextBuilder
Same as BeanContextBuilder.beanDictionary(Object...)
but replaces the existing value.
dictionaryReplace
in class JsonSerializerBuilder
values
- The new values for this property.public JsonSchemaSerializerBuilder dictionaryRemove(Class<?>... values)
BeanContextBuilder
Removes from the list of classes that make up the bean dictionary in this bean context.
dictionaryRemove
in class JsonSerializerBuilder
values
- The values to remove from this property.public JsonSchemaSerializerBuilder dictionaryRemove(Object... values)
BeanContextBuilder
Removes from the list of classes that make up the bean dictionary in this bean context.
dictionaryRemove
in class JsonSerializerBuilder
values
- The values to remove from this property.public <T> JsonSchemaSerializerBuilder example(Class<T> c, T o)
BeanContextBuilder
Specifies an example of the specified class.
example
in class JsonSerializerBuilder
c
- The POJO class.o
- An instance of the POJO class used for examples.public <T> JsonSchemaSerializerBuilder exampleJson(Class<T> c, String value)
BeanContextBuilder
Specifies an example of the specified class.
exampleJson
in class JsonSerializerBuilder
T
- The POJO class type.c
- The POJO class.value
- The simple JSON representation of the example.public JsonSchemaSerializerBuilder ignoreInvocationExceptionsOnGetters(boolean value)
BeanContextBuilder
If BeanRuntimeException
is thrown.
ignoreInvocationExceptionsOnGetters
in class JsonSerializerBuilder
value
- The new value for this property.
public JsonSchemaSerializerBuilder ignoreInvocationExceptionsOnGetters()
BeanContextBuilder
Shortcut for calling ignoreInvocationExceptionsOnGetters(
.
ignoreInvocationExceptionsOnGetters
in class JsonSerializerBuilder
public JsonSchemaSerializerBuilder ignoreInvocationExceptionsOnSetters(boolean value)
BeanContextBuilder
If
Otherwise, a BeanRuntimeException
is thrown.
ignoreInvocationExceptionsOnSetters
in class JsonSerializerBuilder
value
- The new value for this property.
public JsonSchemaSerializerBuilder ignoreInvocationExceptionsOnSetters()
BeanContextBuilder
Shortcut for calling ignoreInvocationExceptionsOnSetters(
.
ignoreInvocationExceptionsOnSetters
in class JsonSerializerBuilder
public JsonSchemaSerializerBuilder ignorePropertiesWithoutSetters(boolean value)
BeanContextBuilder
If
Otherwise, a BeanRuntimeException
is thrown.
ignorePropertiesWithoutSetters
in class JsonSerializerBuilder
value
- The new value for this property.
public JsonSchemaSerializerBuilder ignoreUnknownBeanProperties(boolean value)
BeanContextBuilder
If
Otherwise, a BeanRuntimeException
is thrown.
ignoreUnknownBeanProperties
in class JsonSerializerBuilder
value
- The new value for this property.
public JsonSchemaSerializerBuilder ignoreUnknownBeanProperties()
BeanContextBuilder
Shortcut for calling ignoreUnknownBeanProperties(
.
ignoreUnknownBeanProperties
in class JsonSerializerBuilder
public JsonSchemaSerializerBuilder ignoreUnknownNullBeanProperties(boolean value)
BeanContextBuilder
If
Otherwise, a BeanRuntimeException
is thrown.
ignoreUnknownNullBeanProperties
in class JsonSerializerBuilder
value
- The new value for this property.
public JsonSchemaSerializerBuilder implClass(Class<?> interfaceClass, Class<?> implClass)
BeanContextBuilder
implClass
in class JsonSerializerBuilder
interfaceClass
- The interface class.implClass
- The implementation class.public JsonSchemaSerializerBuilder 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 JsonSerializerBuilder
values
- The new value for this property.public JsonSchemaSerializerBuilder locale(Locale value)
BeanContextBuilder
Specifies a default locale for serializer and parser sessions.
locale
in class JsonSerializerBuilder
value
- The new value for this property.public JsonSchemaSerializerBuilder mediaType(MediaType value)
BeanContextBuilder
Specifies a default media type value for serializer and parser sessions.
mediaType
in class JsonSerializerBuilder
value
- The new value for this property.public JsonSchemaSerializerBuilder 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 JsonSerializerBuilder
values
- The values to add to this property.public JsonSchemaSerializerBuilder 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 JsonSerializerBuilder
values
- The values to add to this property.
public JsonSchemaSerializerBuilder notBeanClassesReplace(Class<?>... values)
BeanContextBuilder
Not-bean classes are converted to
notBeanClassesReplace
in class JsonSerializerBuilder
values
- The new value for this property.public JsonSchemaSerializerBuilder notBeanClassesReplace(Object... values)
BeanContextBuilder
Not-bean classes are converted to
notBeanClassesReplace
in class JsonSerializerBuilder
values
- The new value for this property.
public JsonSchemaSerializerBuilder notBeanClassesRemove(Class<?>... values)
BeanContextBuilder
notBeanClassesRemove
in class JsonSerializerBuilder
values
- The values to remove from this property.public JsonSchemaSerializerBuilder notBeanClassesRemove(Object... values)
BeanContextBuilder
notBeanClassesRemove
in class JsonSerializerBuilder
values
- The values to remove from this property.
public JsonSchemaSerializerBuilder notBeanPackages(Object... values)
BeanContextBuilder
notBeanPackages
in class JsonSerializerBuilder
values
- The values to add to this property.
public JsonSchemaSerializerBuilder notBeanPackages(String... values)
BeanContextBuilder
notBeanPackages
in class JsonSerializerBuilder
values
- The values to add to this property.public JsonSchemaSerializerBuilder notBeanPackagesReplace(String... values)
BeanContextBuilder
notBeanPackagesReplace
in class JsonSerializerBuilder
values
- public JsonSchemaSerializerBuilder notBeanPackagesReplace(Object... values)
BeanContextBuilder
notBeanPackagesReplace
in class JsonSerializerBuilder
values
- public JsonSchemaSerializerBuilder notBeanPackagesRemove(String... values)
BeanContextBuilder
notBeanPackagesRemove
in class JsonSerializerBuilder
values
- The values to remove from this property.public JsonSchemaSerializerBuilder notBeanPackagesRemove(Object... values)
BeanContextBuilder
notBeanPackagesRemove
in class JsonSerializerBuilder
values
- public JsonSchemaSerializerBuilder pojoSwaps(Class<?>... values)
BeanContextBuilder
pojoSwaps
in class JsonSerializerBuilder
values
- The values to add to this property.public JsonSchemaSerializerBuilder pojoSwaps(Object... values)
BeanContextBuilder
pojoSwaps
in class JsonSerializerBuilder
values
- The values to add to this property.
PojoSwap
.
SurrogateSwap
.
public JsonSchemaSerializerBuilder pojoSwapsReplace(Class<?>... values)
BeanContextBuilder
pojoSwapsReplace
in class JsonSerializerBuilder
values
- The values to remove from this property.
PojoSwap
.
SurrogateSwap
.
public JsonSchemaSerializerBuilder pojoSwapsReplace(Object... values)
BeanContextBuilder
pojoSwapsReplace
in class JsonSerializerBuilder
values
- The values to remove from this property.
PojoSwap
.
SurrogateSwap
.
public JsonSchemaSerializerBuilder pojoSwapsRemove(Class<?>... values)
BeanContextBuilder
pojoSwapsRemove
in class JsonSerializerBuilder
values
- The values to remove from this property.
PojoSwap
.
SurrogateSwap
.
public JsonSchemaSerializerBuilder pojoSwapsRemove(Object... values)
BeanContextBuilder
pojoSwapsRemove
in class JsonSerializerBuilder
values
- The values to remove from this property.
PojoSwap
.
SurrogateSwap
.
public JsonSchemaSerializerBuilder sortProperties(boolean value)
BeanContextBuilder
When
sortProperties
in class JsonSerializerBuilder
value
- The new value for this property.
public JsonSchemaSerializerBuilder sortProperties()
BeanContextBuilder
Shortcut for calling sortProperties(
.
sortProperties
in class JsonSerializerBuilder
public JsonSchemaSerializerBuilder timeZone(TimeZone value)
BeanContextBuilder
timeZone
in class JsonSerializerBuilder
value
- The new value for this property.public JsonSchemaSerializerBuilder useEnumNames(boolean value)
BeanContextBuilder
When enabled, enums are always serialized by name instead of using Object.toString()
.
useEnumNames
in class JsonSerializerBuilder
value
- The property value.public JsonSchemaSerializerBuilder useEnumNames()
BeanContextBuilder
When enabled, enums are always serialized by name instead of using Object.toString()
.
useEnumNames
in class JsonSerializerBuilder
public JsonSchemaSerializerBuilder useInterfaceProxies(boolean value)
BeanContextBuilder
If InvocationHandler
if there is no other way of instantiating them.
useInterfaceProxies
in class JsonSerializerBuilder
value
- The new value for this property.
public JsonSchemaSerializerBuilder 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 JsonSerializerBuilder
value
- The new value for this property.
public JsonSchemaSerializerBuilder useJavaBeanIntrospector()
BeanContextBuilder
Shortcut for calling useJavaBeanIntrospector(
.
useJavaBeanIntrospector
in class JsonSerializerBuilder
public JsonSchemaSerializerBuilder set(String name, Object value)
ContextBuilder
set
in class JsonSerializerBuilder
name
- The property name.value
- The property value.PropertyStoreBuilder.set(String, Object)
public JsonSchemaSerializerBuilder set(Map<String,Object> properties)
ContextBuilder
set
in class JsonSerializerBuilder
properties
- The properties to set on this class.PropertyStoreBuilder.set(java.util.Map)
public JsonSchemaSerializerBuilder add(Map<String,Object> properties)
ContextBuilder
add
in class JsonSerializerBuilder
properties
- The properties to set on this class.PropertyStoreBuilder.add(java.util.Map)
public JsonSchemaSerializerBuilder addTo(String name, Object value)
ContextBuilder
addTo
in class JsonSerializerBuilder
name
- The property name.value
- The new value to add to the SET property.public JsonSchemaSerializerBuilder addTo(String name, String key, Object value)
ContextBuilder
addTo
in class JsonSerializerBuilder
name
- The property name.key
- The property value map key.value
- The property value map value.public JsonSchemaSerializerBuilder removeFrom(String name, Object value)
ContextBuilder
removeFrom
in class JsonSerializerBuilder
name
- The property name.value
- The property value in the SET property.public JsonSchemaSerializerBuilder apply(PropertyStore copyFrom)
ContextBuilder
apply
in class JsonSerializerBuilder
copyFrom
- The factory whose settings are being copied.public JsonSchemaSerializerBuilder applyAnnotations(AnnotationList al, VarResolverSession vrs)
ContextBuilder
applyAnnotations
in class JsonSerializerBuilder
al
- The list of all annotations annotated with PropertyStoreApply
.vrs
- The string resolver for resolving variables in annotation values.public JsonSchemaSerializerBuilder 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 JsonSerializerBuilder
fromClasses
- The classes on which the annotations are defined.public JsonSchemaSerializerBuilder 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 JsonSerializerBuilder
fromMethods
- The methods on which the annotations are defined.Copyright © 2016–2020 The Apache Software Foundation. All rights reserved.