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