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