public class HtmlSerializerBuilder extends XmlSerializerBuilder
psb
Constructor and Description |
---|
HtmlSerializerBuilder()
Constructor, default settings.
|
HtmlSerializerBuilder(PropertyStore ps)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
HtmlSerializerBuilder |
abridged()
Configuration property: Abridged output.
|
HtmlSerializerBuilder |
abridged(boolean value)
Configuration property: Abridged output.
|
HtmlSerializerBuilder |
add(Map<String,Object> properties)
Adds multiple configuration properties on this object.
|
HtmlSerializerBuilder |
addBeanTypeProperties(boolean value)
Configuration property: Add
|
HtmlSerializerBuilder |
addKeyValueTableHeaders()
Configuration property: Add key/value headers on bean/map tables.
|
HtmlSerializerBuilder |
addKeyValueTableHeaders(boolean value)
Configuration property: Add key/value headers on bean/map tables.
|
HtmlSerializerBuilder |
addNamespaceUrisToRoot()
Configuration property: Add namespace URLs to the root element.
|
HtmlSerializerBuilder |
addNamespaceUrisToRoot(boolean value)
Configuration property: Add namespace URLs to the root element.
|
HtmlSerializerBuilder |
addTo(String name,
Object value)
Adds a value to a SET or LIST property.
|
HtmlSerializerBuilder |
addTo(String name,
String key,
Object value)
Adds or overwrites a value to a SET, LIST, or MAP property.
|
HtmlSerializerBuilder |
apply(PropertyStore copyFrom)
Copies the settings from the specified property store into this builder.
|
HtmlSerializerBuilder |
autoDetectNamespaces(boolean value)
Configuration property: Auto-detect namespace usage.
|
HtmlSerializerBuilder |
beanClassVisibility(Visibility value)
Configuration property: Minimum bean class visibility.
|
HtmlSerializerBuilder |
beanConstructorVisibility(Visibility value)
Configuration property: Minimum bean constructor visibility.
|
HtmlSerializerBuilder |
beanDictionary(boolean append,
Object... values)
Configuration property: Bean dictionary.
|
HtmlSerializerBuilder |
beanDictionary(Class<?>... values)
Configuration property: Bean dictionary.
|
HtmlSerializerBuilder |
beanDictionary(Object... values)
Configuration property: Bean dictionary.
|
HtmlSerializerBuilder |
beanDictionaryRemove(Object... values)
Configuration property: Bean dictionary.
|
HtmlSerializerBuilder |
beanFieldVisibility(Visibility value)
Configuration property: Minimum bean field visibility.
|
HtmlSerializerBuilder |
beanFilters(boolean append,
Object... values)
Configuration property: Bean filters.
|
HtmlSerializerBuilder |
beanFilters(Class<?>... values)
Configuration property: Bean filters.
|
HtmlSerializerBuilder |
beanFilters(Object... values)
Configuration property: Bean filters.
|
HtmlSerializerBuilder |
beanFiltersRemove(Object... values)
Configuration property: Bean filters.
|
HtmlSerializerBuilder |
beanMapPutReturnsOldValue()
Configuration property: BeanMap.put() returns old property value.
|
HtmlSerializerBuilder |
beanMapPutReturnsOldValue(boolean value)
Configuration property: BeanMap.put() returns old property value.
|
HtmlSerializerBuilder |
beanMethodVisibility(Visibility value)
Configuration property: Minimum bean method visibility.
|
HtmlSerializerBuilder |
beansRequireDefaultConstructor()
Configuration property: Beans require no-arg constructors.
|
HtmlSerializerBuilder |
beansRequireDefaultConstructor(boolean value)
Configuration property: Beans require no-arg constructors.
|
HtmlSerializerBuilder |
beansRequireSerializable()
Configuration property: Beans require Serializable interface.
|
HtmlSerializerBuilder |
beansRequireSerializable(boolean value)
Configuration property: Beans require Serializable interface.
|
HtmlSerializerBuilder |
beansRequireSettersForGetters()
Configuration property: Beans require setters for getters.
|
HtmlSerializerBuilder |
beansRequireSettersForGetters(boolean value)
Configuration property: Beans require setters for getters.
|
HtmlSerializerBuilder |
beansRequireSomeProperties(boolean value)
Configuration property: Beans require at least one property.
|
HtmlSerializerBuilder |
beanTypePropertyName(String value)
Configuration property: Bean type property name.
|
HtmlSerializer |
build()
Build the object.
|
HtmlSerializerBuilder |
debug()
Configuration property: Debug mode.
|
HtmlSerializerBuilder |
defaultNamespace(String value)
Configuration property: Default namespace.
|
HtmlSerializerBuilder |
detectLabelParameters(boolean value)
Configuration property: Look for link labels in URIs.
|
HtmlSerializerBuilder |
detectLinksInStrings(boolean value)
Configuration property: Look for URLs in
Strings . |
HtmlSerializerBuilder |
detectRecursions()
Configuration property: Automatically detect POJO recursions.
|
HtmlSerializerBuilder |
detectRecursions(boolean value)
Configuration property: Automatically detect POJO recursions.
|
HtmlSerializerBuilder |
enableNamespaces(boolean value)
Configuration property: Enable support for XML namespaces.
|
HtmlSerializerBuilder |
ignoreInvocationExceptionsOnGetters()
Configuration property: Ignore invocation errors on getters.
|
HtmlSerializerBuilder |
ignoreInvocationExceptionsOnGetters(boolean value)
Configuration property: Ignore invocation errors on getters.
|
HtmlSerializerBuilder |
ignoreInvocationExceptionsOnSetters()
Configuration property: Ignore invocation errors on setters.
|
HtmlSerializerBuilder |
ignoreInvocationExceptionsOnSetters(boolean value)
Configuration property: Ignore invocation errors on setters.
|
HtmlSerializerBuilder |
ignorePropertiesWithoutSetters(boolean value)
Configuration property: Ignore properties without setters.
|
HtmlSerializerBuilder |
ignoreRecursions()
Configuration property: Ignore recursion errors.
|
HtmlSerializerBuilder |
ignoreRecursions(boolean value)
Configuration property: Ignore recursion errors.
|
HtmlSerializerBuilder |
ignoreUnknownBeanProperties()
Configuration property: Ignore unknown properties.
|
HtmlSerializerBuilder |
ignoreUnknownBeanProperties(boolean value)
Configuration property: Ignore unknown properties.
|
HtmlSerializerBuilder |
ignoreUnknownNullBeanProperties(boolean value)
Configuration property: Ignore unknown properties with null values.
|
<T> HtmlSerializerBuilder |
implClass(Class<T> interfaceClass,
Class<? extends T> implClass)
Configuration property: Implementation classes.
|
HtmlSerializerBuilder |
implClasses(Map<String,Class<?>> values)
Configuration property: Implementation classes.
|
HtmlSerializerBuilder |
initialDepth(int value)
Configuration property: Initial depth.
|
HtmlSerializerBuilder |
labelParameter(String value)
Configuration property: Link label parameter name.
|
HtmlSerializerBuilder |
listener(Class<? extends SerializerListener> value)
Configuration property: Serializer listener.
|
HtmlSerializerBuilder |
locale(Locale value)
Configuration property: Locale.
|
HtmlSerializerBuilder |
maxDepth(int value)
Configuration property: Max serialization depth.
|
HtmlSerializerBuilder |
maxIndent(int value)
Configuration property: Maximum indentation.
|
HtmlSerializerBuilder |
mediaType(MediaType value)
Configuration property: Media type.
|
HtmlSerializerBuilder |
namespaces(Namespace... values)
Configuration property: Default namespaces.
|
HtmlSerializerBuilder |
notBeanClasses(boolean append,
Object... values)
Configuration property: Bean class exclusions.
|
HtmlSerializerBuilder |
notBeanClasses(Class<?>... values)
Configuration property: Bean class exclusions.
|
HtmlSerializerBuilder |
notBeanClasses(Object... values)
Configuration property: Bean class exclusions.
|
HtmlSerializerBuilder |
notBeanClassesRemove(Object... values)
Configuration property: Bean class exclusions.
|
HtmlSerializerBuilder |
notBeanPackages(boolean append,
Object... values)
Configuration property: Bean package exclusions.
|
HtmlSerializerBuilder |
notBeanPackages(Object... values)
Configuration property: Bean package exclusions.
|
HtmlSerializerBuilder |
notBeanPackages(String... values)
Configuration property: Bean package exclusions.
|
HtmlSerializerBuilder |
notBeanPackagesRemove(Object... values)
Configuration property: Bean package exclusions.
|
HtmlSerializerBuilder |
pojoSwaps(boolean append,
Object... values)
Configuration property: POJO swaps.
|
HtmlSerializerBuilder |
pojoSwaps(Class<?>... values)
Configuration property: POJO swaps.
|
HtmlSerializerBuilder |
pojoSwaps(Object... values)
Configuration property: POJO swaps.
|
HtmlSerializerBuilder |
pojoSwapsRemove(Object... values)
Configuration property: POJO swaps.
|
HtmlSerializerBuilder |
quoteChar(char value)
Configuration property: Quote character.
|
HtmlSerializerBuilder |
removeFrom(String name,
Object value)
Removes a value from a SET, LIST, or MAP property.
|
HtmlSerializerBuilder |
set(boolean append,
String name,
Object value)
Sets or adds to a SET or LIST property.
|
HtmlSerializerBuilder |
set(Map<String,Object> properties)
Sets multiple configuration properties on this object.
|
HtmlSerializerBuilder |
set(String name,
Object value)
Sets a configuration property on this object.
|
HtmlSerializerBuilder |
sortCollections()
Configuration property: Sort arrays and collections alphabetically.
|
HtmlSerializerBuilder |
sortCollections(boolean value)
Configuration property: Sort arrays and collections alphabetically.
|
HtmlSerializerBuilder |
sortMaps()
Configuration property: Sort maps alphabetically.
|
HtmlSerializerBuilder |
sortMaps(boolean value)
Configuration property: Sort maps alphabetically.
|
HtmlSerializerBuilder |
sortProperties()
Configuration property: Sort bean properties.
|
HtmlSerializerBuilder |
sortProperties(boolean value)
Configuration property: Sort bean properties.
|
HtmlSerializerBuilder |
sq()
Configuration property: Quote character.
|
HtmlSerializerBuilder |
timeZone(TimeZone value)
Configuration property: TimeZone.
|
HtmlSerializerBuilder |
trimEmptyCollections()
Configuration property: Trim empty lists and arrays.
|
HtmlSerializerBuilder |
trimEmptyCollections(boolean value)
Configuration property: Trim empty lists and arrays.
|
HtmlSerializerBuilder |
trimEmptyMaps()
Configuration property: Trim empty maps.
|
HtmlSerializerBuilder |
trimEmptyMaps(boolean value)
Configuration property: Trim empty maps.
|
HtmlSerializerBuilder |
trimNullProperties(boolean value)
Configuration property: Trim null bean property values.
|
HtmlSerializerBuilder |
trimStrings()
Configuration property: Trim strings.
|
HtmlSerializerBuilder |
trimStrings(boolean value)
Configuration property: Trim strings.
|
HtmlSerializerBuilder |
uriAnchorText(AnchorText value)
Configuration property: Anchor text source.
|
HtmlSerializerBuilder |
uriAnchorText(String value)
Configuration property: Anchor text source.
|
HtmlSerializerBuilder |
uriContext(UriContext value)
Configuration property: URI context bean.
|
HtmlSerializerBuilder |
uriRelativity(UriRelativity value)
Configuration property: URI relativity.
|
HtmlSerializerBuilder |
uriResolution(UriResolution value)
Configuration property: URI resolution.
|
HtmlSerializerBuilder |
useInterfaceProxies(boolean value)
Configuration property: Use interface proxies.
|
HtmlSerializerBuilder |
useJavaBeanIntrospector()
Configuration property: Use Java Introspector.
|
HtmlSerializerBuilder |
useJavaBeanIntrospector(boolean value)
Configuration property: Use Java Introspector.
|
HtmlSerializerBuilder |
useWhitespace()
Configuration property: Use whitespace.
|
HtmlSerializerBuilder |
useWhitespace(boolean value)
Configuration property: Use whitespace.
|
HtmlSerializerBuilder |
ws()
Configuration property: Use whitespace.
|
HtmlSerializerBuilder |
xsNamespace(Namespace value)
Configuration property: XMLSchema namespace.
|
enableNamespaces, ns
uriContext, uriRelativity, uriResolution
debug, excludeProperties, excludeProperties, excludeProperties, includeProperties, includeProperties, includeProperties, propertyNamer
build, getPropertyStore, getPropertyStoreBuilder
public HtmlSerializerBuilder()
public HtmlSerializerBuilder(PropertyStore ps)
ps
- The initial configuration settings for this builder.public HtmlSerializer build()
ContextBuilder
build
in class XmlSerializerBuilder
public HtmlSerializerBuilder addKeyValueTableHeaders(boolean value)
value
- The new value for this property.
public HtmlSerializerBuilder addKeyValueTableHeaders()
Shortcut for calling addKeyValueTableHeaders(
.
public HtmlSerializerBuilder detectLinksInStrings(boolean value)
Strings
.
If a string looks like a URL (e.g. starts with HtmlSerializer.HTML_uriAnchorText
.
value
- The new value for this property.
public HtmlSerializerBuilder labelParameter(String value)
The parameter name to look for when resolving link labels via HtmlSerializer.HTML_detectLabelParameters
.
value
- The new value for this property.
public HtmlSerializerBuilder detectLabelParameters(boolean value)
If the URL has a label parameter (e.g.
value
- The new value for this property.
public HtmlSerializerBuilder uriAnchorText(AnchorText value)
When creating anchor tags (e.g.
)
in HTML, this setting defines what to set the inner text to.
value
- The new value for this property.
AnchorText.TO_STRING
.public HtmlSerializerBuilder uriAnchorText(String value)
Same as uriAnchorText(AnchorText)
but takes in a string.
value
- The new value for this property.
AnchorText.TO_STRING
.public HtmlSerializerBuilder addNamespaceUrisToRoot(boolean value)
XmlSerializerBuilder
Use this setting to add xmlns:x
attributes to the root element for the default and all mapped namespaces.
addNamespaceUrisToRoot
in class XmlSerializerBuilder
value
- The new value for this property.
public HtmlSerializerBuilder addNamespaceUrisToRoot()
XmlSerializerBuilder
Shortcut for calling addNamespaceUrisToRoot(
.
addNamespaceUrisToRoot
in class XmlSerializerBuilder
public HtmlSerializerBuilder autoDetectNamespaces(boolean value)
XmlSerializerBuilder
Detect namespace usage before serialization.
autoDetectNamespaces
in class XmlSerializerBuilder
value
- The new value for this property.
public HtmlSerializerBuilder defaultNamespace(String value)
XmlSerializerBuilder
Specifies the default namespace URI for this document.
defaultNamespace
in class XmlSerializerBuilder
value
- The new value for this property.
public HtmlSerializerBuilder enableNamespaces(boolean value)
XmlSerializerBuilder
If not enabled, XML output will not contain any namespaces regardless of any other settings.
enableNamespaces
in class XmlSerializerBuilder
value
- The new value for this property.
public HtmlSerializerBuilder namespaces(Namespace... values)
XmlSerializerBuilder
The default list of namespaces associated with this serializer.
namespaces
in class XmlSerializerBuilder
values
- The new value for this property.public HtmlSerializerBuilder xsNamespace(Namespace value)
XmlSerializerBuilder
Specifies the namespace for the XMLSchema
namespace, used by the schema generated by the
XmlSchemaSerializer
class.
xsNamespace
in class XmlSerializerBuilder
value
- The new value for this property.
public HtmlSerializerBuilder abridged(boolean value)
SerializerBuilder
When enabled, 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.
abridged
in class XmlSerializerBuilder
value
- The new value for this property.
public HtmlSerializerBuilder abridged()
SerializerBuilder
Shortcut for calling abridged(
.
abridged
in class XmlSerializerBuilder
public HtmlSerializerBuilder addBeanTypeProperties(boolean value)
SerializerBuilder
If
addBeanTypeProperties
in class XmlSerializerBuilder
value
- The new value for this property.
public HtmlSerializerBuilder detectRecursions(boolean value)
SerializerBuilder
Specifies that recursions should be checked for during serialization.
detectRecursions
in class XmlSerializerBuilder
value
- The new value for this property.
public HtmlSerializerBuilder detectRecursions()
SerializerBuilder
Shortcut for calling detectRecursions(
.
detectRecursions
in class XmlSerializerBuilder
public HtmlSerializerBuilder ignoreRecursions(boolean value)
SerializerBuilder
If
ignoreRecursions
in class XmlSerializerBuilder
value
- The new value for this property.
public HtmlSerializerBuilder ignoreRecursions()
SerializerBuilder
Shortcut for calling ignoreRecursions(
.
ignoreRecursions
in class XmlSerializerBuilder
public HtmlSerializerBuilder initialDepth(int value)
SerializerBuilder
The initial indentation level at the root.
initialDepth
in class XmlSerializerBuilder
value
- The new value for this property.
0
.public HtmlSerializerBuilder listener(Class<? extends SerializerListener> value)
SerializerBuilder
Class used to listen for errors and warnings that occur during serialization.
listener
in class XmlSerializerBuilder
value
- The new value for this property.public HtmlSerializerBuilder maxDepth(int value)
SerializerBuilder
Abort serialization 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 serialize models with recursive references.
maxDepth
in class XmlSerializerBuilder
value
- The new value for this property.
100
.public HtmlSerializerBuilder maxIndent(int value)
SerializerBuilder
Specifies the maximum indentation level in the serialized document.
maxIndent
in class XmlSerializerBuilder
value
- The new value for this property.
100
.public HtmlSerializerBuilder quoteChar(char value)
SerializerBuilder
This is the character used for quoting attributes and values.
quoteChar
in class XmlSerializerBuilder
value
- The new value for this property.
public HtmlSerializerBuilder sortCollections(boolean value)
SerializerBuilder
Copies and sorts the contents of arrays and collections before serializing them.
sortCollections
in class XmlSerializerBuilder
value
- The new value for this property.
public HtmlSerializerBuilder sortCollections()
SerializerBuilder
Shortcut for calling sortCollections(
.
sortCollections
in class XmlSerializerBuilder
public HtmlSerializerBuilder sortMaps(boolean value)
SerializerBuilder
Copies and sorts the contents of maps before serializing them.
sortMaps
in class XmlSerializerBuilder
value
- The new value for this property.
public HtmlSerializerBuilder sortMaps()
SerializerBuilder
Shortcut for calling sortMaps(
.
sortMaps
in class XmlSerializerBuilder
public HtmlSerializerBuilder sq()
SerializerBuilder
Shortcut for calling quoteChar(
.
sq
in class XmlSerializerBuilder
public HtmlSerializerBuilder trimEmptyCollections(boolean value)
SerializerBuilder
If
trimEmptyCollections
in class XmlSerializerBuilder
value
- The new value for this property.
public HtmlSerializerBuilder trimEmptyCollections()
SerializerBuilder
Shortcut for calling trimEmptyCollections(
.
trimEmptyCollections
in class XmlSerializerBuilder
public HtmlSerializerBuilder trimEmptyMaps(boolean value)
SerializerBuilder
If
trimEmptyMaps
in class XmlSerializerBuilder
value
- The new value for this property.
public HtmlSerializerBuilder trimEmptyMaps()
SerializerBuilder
Shortcut for calling trimEmptyMaps(
.
trimEmptyMaps
in class XmlSerializerBuilder
public HtmlSerializerBuilder trimNullProperties(boolean value)
SerializerBuilder
If
trimNullProperties
in class XmlSerializerBuilder
value
- The new value for this property.
public HtmlSerializerBuilder trimStrings(boolean value)
SerializerBuilder
If String.trim()
before being serialized.
trimStrings
in class XmlSerializerBuilder
value
- The new value for this property.
public HtmlSerializerBuilder trimStrings()
SerializerBuilder
Shortcut for calling trimStrings(
.
trimStrings
in class XmlSerializerBuilder
public HtmlSerializerBuilder uriContext(UriContext value)
SerializerBuilder
Bean used for resolution of URIs to absolute or root-relative form.
uriContext
in class XmlSerializerBuilder
value
- The new value for this property.public HtmlSerializerBuilder uriRelativity(UriRelativity value)
SerializerBuilder
Defines what relative URIs are relative to when serializing URI/URL objects.
uriRelativity
in class XmlSerializerBuilder
value
- The new value for this property.
UriRelativity.RESOURCE
public HtmlSerializerBuilder uriResolution(UriResolution value)
SerializerBuilder
Defines the resolution level for URIs when serializing URI/URL objects.
uriResolution
in class XmlSerializerBuilder
value
- The new value for this property.
UriResolution.NONE
public HtmlSerializerBuilder useWhitespace(boolean value)
SerializerBuilder
If
useWhitespace
in class XmlSerializerBuilder
value
- The new value for this property.
public HtmlSerializerBuilder useWhitespace()
SerializerBuilder
Shortcut for calling useWhitespace(
.
useWhitespace
in class XmlSerializerBuilder
public HtmlSerializerBuilder ws()
SerializerBuilder
Shortcut for calling useWhitespace(
.
ws
in class XmlSerializerBuilder
public HtmlSerializerBuilder beansRequireDefaultConstructor(boolean value)
BeanContextBuilder
If
Otherwise, the bean will be serialized as a string using the Object.toString()
method.
beansRequireDefaultConstructor
in class XmlSerializerBuilder
value
- The new value for this property.
public HtmlSerializerBuilder beansRequireDefaultConstructor()
BeanContextBuilder
Shortcut for calling beansRequireDefaultConstructor(
.
beansRequireDefaultConstructor
in class XmlSerializerBuilder
public HtmlSerializerBuilder 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 XmlSerializerBuilder
value
- The new value for this property.
public HtmlSerializerBuilder beansRequireSerializable()
BeanContextBuilder
Shortcut for calling beansRequireSerializable(
.
beansRequireSerializable
in class XmlSerializerBuilder
public HtmlSerializerBuilder beansRequireSettersForGetters(boolean value)
BeanContextBuilder
If
Otherwise, they will be ignored.
beansRequireSettersForGetters
in class XmlSerializerBuilder
value
- The new value for this property.
public HtmlSerializerBuilder beansRequireSettersForGetters()
BeanContextBuilder
Shortcut for calling beansRequireSettersForGetters(
.
beansRequireSettersForGetters
in class XmlSerializerBuilder
public HtmlSerializerBuilder beansRequireSomeProperties(boolean value)
BeanContextBuilder
If
Otherwise, the bean will be serialized as a string using the Object.toString()
method.
beansRequireSomeProperties
in class XmlSerializerBuilder
value
- The new value for this property.
public HtmlSerializerBuilder beanMapPutReturnsOldValue(boolean value)
BeanContextBuilder
If BeanMap.put()
method will return old property
values.
Otherwise, it returns
beanMapPutReturnsOldValue
in class XmlSerializerBuilder
value
- The new value for this property.
public HtmlSerializerBuilder beanMapPutReturnsOldValue()
BeanContextBuilder
Shortcut for calling beanMapPutReturnsOldValue(
.
beanMapPutReturnsOldValue
in class XmlSerializerBuilder
public HtmlSerializerBuilder beanConstructorVisibility(Visibility value)
BeanContextBuilder
Only look for constructors with the specified minimum visibility.
beanConstructorVisibility
in class XmlSerializerBuilder
value
- The new value for this property.
Visibility.PUBLIC
.public HtmlSerializerBuilder beanClassVisibility(Visibility value)
BeanContextBuilder
Classes are not considered beans unless they meet the minimum visibility requirements.
For example, if the visibility is PUBLIC
and the bean class is
beanClassVisibility
in class XmlSerializerBuilder
value
- The new value for this property.
Visibility.PUBLIC
.public HtmlSerializerBuilder beanFieldVisibility(Visibility value)
BeanContextBuilder
Only look for bean fields with the specified minimum visibility.
beanFieldVisibility
in class XmlSerializerBuilder
value
- The new value for this property.
Visibility.PUBLIC
.public HtmlSerializerBuilder beanMethodVisibility(Visibility value)
BeanContextBuilder
Only look for bean methods with the specified minimum visibility.
beanMethodVisibility
in class XmlSerializerBuilder
value
- The new value for this property.
Visibility.PUBLIC
public HtmlSerializerBuilder 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 XmlSerializerBuilder
value
- The new value for this property.
public HtmlSerializerBuilder useJavaBeanIntrospector()
BeanContextBuilder
Shortcut for calling useJavaBeanIntrospector(
.
useJavaBeanIntrospector
in class XmlSerializerBuilder
public HtmlSerializerBuilder useInterfaceProxies(boolean value)
BeanContextBuilder
If InvocationHandler
if there is no other way of instantiating them.
useInterfaceProxies
in class XmlSerializerBuilder
value
- The new value for this property.
public HtmlSerializerBuilder ignoreUnknownBeanProperties(boolean value)
BeanContextBuilder
If
Otherwise, a BeanRuntimeException
is thrown.
ignoreUnknownBeanProperties
in class XmlSerializerBuilder
value
- The new value for this property.
public HtmlSerializerBuilder ignoreUnknownBeanProperties()
BeanContextBuilder
Shortcut for calling ignoreUnknownBeanProperties(
.
ignoreUnknownBeanProperties
in class XmlSerializerBuilder
public HtmlSerializerBuilder ignoreUnknownNullBeanProperties(boolean value)
BeanContextBuilder
If
Otherwise, a BeanRuntimeException
is thrown.
ignoreUnknownNullBeanProperties
in class XmlSerializerBuilder
value
- The new value for this property.
public HtmlSerializerBuilder ignorePropertiesWithoutSetters(boolean value)
BeanContextBuilder
If
Otherwise, a BeanRuntimeException
is thrown.
ignorePropertiesWithoutSetters
in class XmlSerializerBuilder
value
- The new value for this property.
public HtmlSerializerBuilder ignoreInvocationExceptionsOnGetters(boolean value)
BeanContextBuilder
If BeanRuntimeException
is thrown.
ignoreInvocationExceptionsOnGetters
in class XmlSerializerBuilder
value
- The new value for this property.
public HtmlSerializerBuilder ignoreInvocationExceptionsOnGetters()
BeanContextBuilder
Shortcut for calling ignoreInvocationExceptionsOnGetters(
.
ignoreInvocationExceptionsOnGetters
in class XmlSerializerBuilder
public HtmlSerializerBuilder ignoreInvocationExceptionsOnSetters(boolean value)
BeanContextBuilder
If
Otherwise, a BeanRuntimeException
is thrown.
ignoreInvocationExceptionsOnSetters
in class XmlSerializerBuilder
value
- The new value for this property.
public HtmlSerializerBuilder ignoreInvocationExceptionsOnSetters()
BeanContextBuilder
Shortcut for calling ignoreInvocationExceptionsOnSetters(
.
ignoreInvocationExceptionsOnSetters
in class XmlSerializerBuilder
public HtmlSerializerBuilder sortProperties(boolean value)
BeanContextBuilder
When
sortProperties
in class XmlSerializerBuilder
value
- The new value for this property.
public HtmlSerializerBuilder sortProperties()
BeanContextBuilder
Shortcut for calling sortProperties(
.
sortProperties
in class XmlSerializerBuilder
public HtmlSerializerBuilder notBeanPackages(Object... values)
BeanContextBuilder
notBeanPackages
in class XmlSerializerBuilder
values
- The values to add to this property.
public HtmlSerializerBuilder notBeanPackages(String... values)
BeanContextBuilder
notBeanPackages
in class XmlSerializerBuilder
values
- The values to add to this property.public HtmlSerializerBuilder notBeanPackages(boolean append, Object... values)
BeanContextBuilder
When specified, the current list of ignore packages are appended to.
notBeanPackages
in class XmlSerializerBuilder
append
- If values
- The new values for this property.
public HtmlSerializerBuilder notBeanPackagesRemove(Object... values)
BeanContextBuilder
notBeanPackagesRemove
in class XmlSerializerBuilder
values
- public HtmlSerializerBuilder 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 Strings
during serialization.
notBeanClasses
in class XmlSerializerBuilder
values
- The values to add to this property.
public HtmlSerializerBuilder 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 Strings
during serialization.
notBeanClasses
in class XmlSerializerBuilder
values
- The values to add to this property.public HtmlSerializerBuilder notBeanClasses(boolean append, Object... values)
BeanContextBuilder
Not-bean classes are converted to Strings
during serialization even if they appear to be
bean-like.
notBeanClasses
in class XmlSerializerBuilder
append
- If values
- The new value for this property.
public HtmlSerializerBuilder notBeanClassesRemove(Object... values)
BeanContextBuilder
notBeanClassesRemove
in class XmlSerializerBuilder
values
- The values to remove from this property.
public HtmlSerializerBuilder 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 XmlSerializerBuilder
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 HtmlSerializerBuilder beanFilters(Class<?>... values)
BeanContextBuilder
Same as BeanContextBuilder.beanFilters(Object...)
but takes in an array of classes.
beanFilters
in class XmlSerializerBuilder
values
- The values to add to this property.public HtmlSerializerBuilder beanFilters(boolean append, Object... values)
BeanContextBuilder
Same as BeanContextBuilder.beanFilters(Object...)
but allows you to optionally overwrite the previous value.
beanFilters
in class XmlSerializerBuilder
append
- If 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 HtmlSerializerBuilder beanFiltersRemove(Object... values)
BeanContextBuilder
Removes from the list of classes that make up the bean filters in this bean context.
beanFiltersRemove
in class XmlSerializerBuilder
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 HtmlSerializerBuilder pojoSwaps(Object... values)
BeanContextBuilder
pojoSwaps
in class XmlSerializerBuilder
values
- The values to add to this property.
PojoSwap
.
SurrogateSwap
.
public HtmlSerializerBuilder pojoSwaps(Class<?>... values)
BeanContextBuilder
pojoSwaps
in class XmlSerializerBuilder
values
- The values to add to this property.public HtmlSerializerBuilder pojoSwaps(boolean append, Object... values)
BeanContextBuilder
POJO swaps are used to "swap out" non-serializable classes with serializable equivalents during serialization, and "swap in" the non-serializable class during parsing.
An example of a POJO swap would be a Calendar
object that gets swapped out for an ISO8601 string.
pojoSwaps
in class XmlSerializerBuilder
append
- If values
- The new value for this property.
public HtmlSerializerBuilder pojoSwapsRemove(Object... values)
BeanContextBuilder
pojoSwapsRemove
in class XmlSerializerBuilder
values
- The values to remove from this property.
PojoSwap
.
SurrogateSwap
.
public HtmlSerializerBuilder 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 XmlSerializerBuilder
values
- The new value for this property.public <T> HtmlSerializerBuilder implClass(Class<T> interfaceClass, Class<? extends T> implClass)
BeanContextBuilder
implClass
in class XmlSerializerBuilder
T
- The class type of the interface.interfaceClass
- The interface class.implClass
- The implementation class.public HtmlSerializerBuilder beanDictionary(Object... values)
BeanContextBuilder
Adds to the list of classes that make up the bean dictionary in this bean context.
beanDictionary
in class XmlSerializerBuilder
values
- The values to add to this property.public HtmlSerializerBuilder beanDictionary(Class<?>... values)
BeanContextBuilder
Same as BeanContextBuilder.beanDictionary(Object...)
but takes in an array of classes.
beanDictionary
in class XmlSerializerBuilder
values
- The values to add to this property.public HtmlSerializerBuilder beanDictionary(boolean append, Object... values)
BeanContextBuilder
Same as BeanContextBuilder.beanDictionary(Object...)
but allows you to optionally overwrite the previous value.
beanDictionary
in class XmlSerializerBuilder
append
- If values
- The new values for this property.public HtmlSerializerBuilder beanDictionaryRemove(Object... values)
BeanContextBuilder
Removes from the list of classes that make up the bean dictionary in this bean context.
beanDictionaryRemove
in class XmlSerializerBuilder
values
- The values to remove from this property.public HtmlSerializerBuilder 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 XmlSerializerBuilder
value
- The new value for this property.
public HtmlSerializerBuilder locale(Locale value)
BeanContextBuilder
Specifies a default locale for serializer and parser sessions.
locale
in class XmlSerializerBuilder
value
- The new value for this property.public HtmlSerializerBuilder timeZone(TimeZone value)
BeanContextBuilder
timeZone
in class XmlSerializerBuilder
value
- The new value for this property.public HtmlSerializerBuilder mediaType(MediaType value)
BeanContextBuilder
Specifies a default media type value for serializer and parser sessions.
mediaType
in class XmlSerializerBuilder
value
- The new value for this property.public HtmlSerializerBuilder debug()
BeanContextBuilder
Shortcut for calling debug(
.
debug
in class XmlSerializerBuilder
public HtmlSerializerBuilder set(String name, Object value)
ContextBuilder
set
in class XmlSerializerBuilder
name
- The property name.value
- The property value.PropertyStoreBuilder.set(String, Object)
public HtmlSerializerBuilder set(boolean append, String name, Object value)
ContextBuilder
set
in class XmlSerializerBuilder
append
- If name
- The property name.value
- The property value.PropertyStoreBuilder.set(String, Object)
public HtmlSerializerBuilder set(Map<String,Object> properties)
ContextBuilder
set
in class XmlSerializerBuilder
properties
- The properties to set on this class.PropertyStoreBuilder.set(java.util.Map)
public HtmlSerializerBuilder add(Map<String,Object> properties)
ContextBuilder
add
in class XmlSerializerBuilder
properties
- The properties to set on this class.PropertyStoreBuilder.add(java.util.Map)
public HtmlSerializerBuilder addTo(String name, Object value)
ContextBuilder
addTo
in class XmlSerializerBuilder
name
- The property name.value
- The new value to add to the SET property.public HtmlSerializerBuilder addTo(String name, String key, Object value)
ContextBuilder
addTo
in class XmlSerializerBuilder
name
- The property name.key
- The property value map key.value
- The property value map value.public HtmlSerializerBuilder removeFrom(String name, Object value)
ContextBuilder
removeFrom
in class XmlSerializerBuilder
name
- The property name.value
- The property value in the SET property.public HtmlSerializerBuilder apply(PropertyStore copyFrom)
ContextBuilder
apply
in class XmlSerializerBuilder
copyFrom
- The factory whose settings are being copied.Copyright © 2018 Apache. All rights reserved.