public class HtmlStrippedDocSerializerBuilder extends HtmlSerializerBuilder
psb| Constructor and Description |
|---|
HtmlStrippedDocSerializerBuilder()
Constructor, default settings.
|
HtmlStrippedDocSerializerBuilder(PropertyStore ps)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
HtmlStrippedDocSerializerBuilder |
add(Map<String,Object> properties)
Adds multiple configuration properties on this object.
|
HtmlStrippedDocSerializerBuilder |
addBeanTypes()
Configuration property: Add
|
HtmlStrippedDocSerializerBuilder |
addBeanTypes(boolean value)
Configuration property: Add
|
HtmlStrippedDocSerializerBuilder |
addKeyValueTableHeaders()
Configuration property: Add key/value headers on bean/map tables.
|
HtmlStrippedDocSerializerBuilder |
addKeyValueTableHeaders(boolean value)
Configuration property: Add key/value headers on bean/map tables.
|
HtmlStrippedDocSerializerBuilder |
addNamespaceUrisToRoot()
Configuration property: Add namespace URLs to the root element.
|
HtmlStrippedDocSerializerBuilder |
addNamespaceUrisToRoot(boolean value)
Configuration property: Add namespace URLs to the root element.
|
HtmlStrippedDocSerializerBuilder |
addRootType()
Configuration property: Add type attribute to root nodes.
|
HtmlStrippedDocSerializerBuilder |
addRootType(boolean value)
Configuration property: Add type attribute to root nodes.
|
HtmlStrippedDocSerializerBuilder |
addTo(String name,
Object value)
Adds a value to a SET or LIST property.
|
HtmlStrippedDocSerializerBuilder |
addTo(String name,
String key,
Object value)
Adds or overwrites a value to a SET, LIST, or MAP property.
|
HtmlStrippedDocSerializerBuilder |
apply(PropertyStore copyFrom)
Copies the settings from the specified property store into this builder.
|
HtmlStrippedDocSerializerBuilder |
applyAnnotations(AnnotationList al,
VarResolverSession vrs)
Applies a set of annotations to this property store.
|
HtmlStrippedDocSerializerBuilder |
applyAnnotations(Class<?> fromClass)
Applies any of the various
|
HtmlStrippedDocSerializerBuilder |
applyAnnotations(Method fromMethod)
Applies any of the various
|
HtmlStrippedDocSerializerBuilder |
autoDetectNamespaces(boolean value)
Configuration property: Auto-detect namespace usage.
|
HtmlStrippedDocSerializerBuilder |
beanClassVisibility(Visibility value)
Configuration property: Minimum bean class visibility.
|
HtmlStrippedDocSerializerBuilder |
beanConstructorVisibility(Visibility value)
Configuration property: Minimum bean constructor visibility.
|
HtmlStrippedDocSerializerBuilder |
beanDictionary(Class<?>... values)
Deprecated.
|
HtmlStrippedDocSerializerBuilder |
beanDictionary(Object... values)
Deprecated.
|
HtmlStrippedDocSerializerBuilder |
beanDictionaryRemove(Class<?>... values)
Deprecated.
|
HtmlStrippedDocSerializerBuilder |
beanDictionaryRemove(Object... values)
Deprecated.
|
HtmlStrippedDocSerializerBuilder |
beanDictionaryReplace(Class<?>... values)
Deprecated.
|
HtmlStrippedDocSerializerBuilder |
beanDictionaryReplace(Object... values)
Deprecated.
|
HtmlStrippedDocSerializerBuilder |
beanFieldVisibility(Visibility value)
Configuration property: Minimum bean field visibility.
|
HtmlStrippedDocSerializerBuilder |
beanFilters(Class<?>... values)
Configuration property: Bean filters.
|
HtmlStrippedDocSerializerBuilder |
beanFilters(Object... values)
Configuration property: Bean filters.
|
HtmlStrippedDocSerializerBuilder |
beanFiltersRemove(Class<?>... values)
Configuration property: Bean filters.
|
HtmlStrippedDocSerializerBuilder |
beanFiltersRemove(Object... values)
Configuration property: Bean filters.
|
HtmlStrippedDocSerializerBuilder |
beanFiltersReplace(Class<?>... values)
Configuration property: Bean filters.
|
HtmlStrippedDocSerializerBuilder |
beanFiltersReplace(Object... values)
Configuration property: Bean filters.
|
HtmlStrippedDocSerializerBuilder |
beanMapPutReturnsOldValue()
Configuration property: BeanMap.put() returns old property value.
|
HtmlStrippedDocSerializerBuilder |
beanMapPutReturnsOldValue(boolean value)
Configuration property: BeanMap.put() returns old property value.
|
HtmlStrippedDocSerializerBuilder |
beanMethodVisibility(Visibility value)
Configuration property: Minimum bean method visibility.
|
HtmlStrippedDocSerializerBuilder |
beansRequireDefaultConstructor()
Configuration property: Beans require no-arg constructors.
|
HtmlStrippedDocSerializerBuilder |
beansRequireDefaultConstructor(boolean value)
Configuration property: Beans require no-arg constructors.
|
HtmlStrippedDocSerializerBuilder |
beansRequireSerializable()
Configuration property: Beans require Serializable interface.
|
HtmlStrippedDocSerializerBuilder |
beansRequireSerializable(boolean value)
Configuration property: Beans require Serializable interface.
|
HtmlStrippedDocSerializerBuilder |
beansRequireSettersForGetters()
Configuration property: Beans require setters for getters.
|
HtmlStrippedDocSerializerBuilder |
beansRequireSettersForGetters(boolean value)
Configuration property: Beans require setters for getters.
|
HtmlStrippedDocSerializerBuilder |
beansRequireSomeProperties(boolean value)
Configuration property: Beans require at least one property.
|
HtmlStrippedDocSerializerBuilder |
beanTypePropertyName(String value)
Configuration property: Bean type property name.
|
HtmlStrippedDocSerializerBuilder |
bpi(Class<?> beanClass,
String value)
Configuration property: Bean property includes.
|
HtmlStrippedDocSerializerBuilder |
bpi(Map<String,String> values)
Configuration property: Bean property includes.
|
HtmlStrippedDocSerializerBuilder |
bpi(String beanClassName,
String value)
Configuration property: Bean property includes.
|
HtmlStrippedDocSerializerBuilder |
bpro(Class<?> beanClass,
String value)
Configuration property: Read-only bean properties.
|
HtmlStrippedDocSerializerBuilder |
bpro(Map<String,String> values)
Configuration property: Read-only bean properties.
|
HtmlStrippedDocSerializerBuilder |
bpro(String beanClassName,
String value)
Configuration property: Read-only bean properties.
|
HtmlStrippedDocSerializerBuilder |
bpwo(Class<?> beanClass,
String properties)
Configuration property: Write-only bean properties.
|
HtmlStrippedDocSerializerBuilder |
bpwo(Map<String,String> values)
Configuration property: Write-only bean properties.
|
HtmlStrippedDocSerializerBuilder |
bpwo(String beanClassName,
String value)
Configuration property: Write-only bean properties.
|
HtmlStrippedDocSerializerBuilder |
bpx(Class<?> beanClass,
String properties)
Configuration property: Bean property excludes.
|
HtmlStrippedDocSerializerBuilder |
bpx(Map<String,String> values)
Configuration property: Bean property excludes.
|
HtmlStrippedDocSerializerBuilder |
bpx(String beanClassName,
String value)
Configuration property: Bean property excludes.
|
HtmlStrippedDocSerializer |
build()
Build the object.
|
HtmlStrippedDocSerializerBuilder |
debug()
Configuration property: Debug mode.
|
HtmlStrippedDocSerializerBuilder |
defaultNamespace(String value)
Configuration property: Default namespace.
|
HtmlStrippedDocSerializerBuilder |
detectLabelParameters(boolean value)
Configuration property: Look for link labels in URIs.
|
HtmlStrippedDocSerializerBuilder |
detectLinksInStrings(boolean value)
Configuration property: Look for URLs in
Strings. |
HtmlStrippedDocSerializerBuilder |
detectRecursions()
Configuration property: Automatically detect POJO recursions.
|
HtmlStrippedDocSerializerBuilder |
detectRecursions(boolean value)
Configuration property: Automatically detect POJO recursions.
|
HtmlStrippedDocSerializerBuilder |
dictionary(Class<?>... values)
Configuration property: Bean dictionary.
|
HtmlStrippedDocSerializerBuilder |
dictionary(Object... values)
Configuration property: Bean dictionary.
|
HtmlStrippedDocSerializerBuilder |
dictionaryRemove(Class<?>... values)
Configuration property: Bean dictionary.
|
HtmlStrippedDocSerializerBuilder |
dictionaryRemove(Object... values)
Configuration property: Bean dictionary.
|
HtmlStrippedDocSerializerBuilder |
dictionaryReplace(Class<?>... values)
Configuration property: Bean dictionary.
|
HtmlStrippedDocSerializerBuilder |
dictionaryReplace(Object... values)
Configuration property: Bean dictionary.
|
HtmlStrippedDocSerializerBuilder |
enableNamespaces(boolean value)
Configuration property: Enable support for XML namespaces.
|
<T> HtmlStrippedDocSerializerBuilder |
example(Class<T> c,
T o)
Configuration property: POJO example.
|
<T> HtmlStrippedDocSerializerBuilder |
exampleJson(Class<T> c,
String value)
Configuration property: POJO example.
|
HtmlStrippedDocSerializerBuilder |
fileCharset(Charset value)
Configuration property: File charset.
|
HtmlStrippedDocSerializerBuilder |
ignoreInvocationExceptionsOnGetters()
Configuration property: Ignore invocation errors on getters.
|
HtmlStrippedDocSerializerBuilder |
ignoreInvocationExceptionsOnGetters(boolean value)
Configuration property: Ignore invocation errors on getters.
|
HtmlStrippedDocSerializerBuilder |
ignoreInvocationExceptionsOnSetters()
Configuration property: Ignore invocation errors on setters.
|
HtmlStrippedDocSerializerBuilder |
ignoreInvocationExceptionsOnSetters(boolean value)
Configuration property: Ignore invocation errors on setters.
|
HtmlStrippedDocSerializerBuilder |
ignorePropertiesWithoutSetters(boolean value)
Configuration property: Ignore properties without setters.
|
HtmlStrippedDocSerializerBuilder |
ignoreRecursions()
Configuration property: Ignore recursion errors.
|
HtmlStrippedDocSerializerBuilder |
ignoreRecursions(boolean value)
Configuration property: Ignore recursion errors.
|
HtmlStrippedDocSerializerBuilder |
ignoreUnknownBeanProperties()
Configuration property: Ignore unknown properties.
|
HtmlStrippedDocSerializerBuilder |
ignoreUnknownBeanProperties(boolean value)
Configuration property: Ignore unknown properties.
|
HtmlStrippedDocSerializerBuilder |
ignoreUnknownNullBeanProperties(boolean value)
Configuration property: Ignore unknown properties with null values.
|
HtmlStrippedDocSerializerBuilder |
implClass(Class<?> interfaceClass,
Class<?> implClass)
Configuration property: Implementation classes.
|
HtmlStrippedDocSerializerBuilder |
implClasses(Map<String,Class<?>> values)
Configuration property: Implementation classes.
|
HtmlStrippedDocSerializerBuilder |
initialDepth(int value)
Configuration property: Initial depth.
|
HtmlStrippedDocSerializerBuilder |
labelParameter(String value)
Configuration property: Link label parameter name.
|
HtmlStrippedDocSerializerBuilder |
listener(Class<? extends SerializerListener> value)
Configuration property: Serializer listener.
|
HtmlStrippedDocSerializerBuilder |
locale(Locale value)
Configuration property: Locale.
|
HtmlStrippedDocSerializerBuilder |
maxDepth(int value)
Configuration property: Max traversal depth.
|
HtmlStrippedDocSerializerBuilder |
maxIndent(int value)
Configuration property: Maximum indentation.
|
HtmlStrippedDocSerializerBuilder |
mediaType(MediaType value)
Configuration property: Media type.
|
HtmlStrippedDocSerializerBuilder |
namespaces(Namespace... values)
Configuration property: Default namespaces.
|
HtmlStrippedDocSerializerBuilder |
notBeanClasses(Class<?>... values)
Configuration property: Bean class exclusions.
|
HtmlStrippedDocSerializerBuilder |
notBeanClasses(Object... values)
Configuration property: Bean class exclusions.
|
HtmlStrippedDocSerializerBuilder |
notBeanClassesRemove(Class<?>... values)
Configuration property: Bean class exclusions.
|
HtmlStrippedDocSerializerBuilder |
notBeanClassesRemove(Object... values)
Configuration property: Bean class exclusions.
|
HtmlStrippedDocSerializerBuilder |
notBeanClassesReplace(Class<?>... values)
Configuration property: Bean class exclusions.
|
HtmlStrippedDocSerializerBuilder |
notBeanClassesReplace(Object... values)
Configuration property: Bean class exclusions.
|
HtmlStrippedDocSerializerBuilder |
notBeanPackages(Object... values)
Configuration property: Bean package exclusions.
|
HtmlStrippedDocSerializerBuilder |
notBeanPackages(String... values)
Configuration property: Bean package exclusions.
|
HtmlStrippedDocSerializerBuilder |
notBeanPackagesRemove(Object... values)
Configuration property: Bean package exclusions.
|
HtmlStrippedDocSerializerBuilder |
notBeanPackagesRemove(String... values)
Configuration property: Bean package exclusions.
|
HtmlStrippedDocSerializerBuilder |
notBeanPackagesReplace(Object... values)
Configuration property: Bean package exclusions.
|
HtmlStrippedDocSerializerBuilder |
notBeanPackagesReplace(String... values)
Configuration property: Bean package exclusions.
|
HtmlStrippedDocSerializerBuilder |
pojoSwaps(Class<?>... values)
Configuration property: POJO swaps.
|
HtmlStrippedDocSerializerBuilder |
pojoSwaps(Object... values)
Configuration property: POJO swaps.
|
HtmlStrippedDocSerializerBuilder |
pojoSwapsRemove(Class<?>... values)
Configuration property: POJO swaps.
|
HtmlStrippedDocSerializerBuilder |
pojoSwapsRemove(Object... values)
Configuration property: POJO swaps.
|
HtmlStrippedDocSerializerBuilder |
pojoSwapsReplace(Class<?>... values)
Configuration property: POJO swaps.
|
HtmlStrippedDocSerializerBuilder |
pojoSwapsReplace(Object... values)
Configuration property: POJO swaps.
|
HtmlStrippedDocSerializerBuilder |
quoteChar(char value)
Configuration property: Quote character.
|
HtmlStrippedDocSerializerBuilder |
removeFrom(String name,
Object value)
Removes a value from a SET, LIST, or MAP property.
|
HtmlStrippedDocSerializerBuilder |
set(Map<String,Object> properties)
Sets multiple configuration properties on this object.
|
HtmlStrippedDocSerializerBuilder |
set(String name,
Object value)
Sets a configuration property on this object.
|
HtmlStrippedDocSerializerBuilder |
sortCollections()
Configuration property: Sort arrays and collections alphabetically.
|
HtmlStrippedDocSerializerBuilder |
sortCollections(boolean value)
Configuration property: Sort arrays and collections alphabetically.
|
HtmlStrippedDocSerializerBuilder |
sortMaps()
Configuration property: Sort maps alphabetically.
|
HtmlStrippedDocSerializerBuilder |
sortMaps(boolean value)
Configuration property: Sort maps alphabetically.
|
HtmlStrippedDocSerializerBuilder |
sortProperties()
Configuration property: Sort bean properties.
|
HtmlStrippedDocSerializerBuilder |
sortProperties(boolean value)
Configuration property: Sort bean properties.
|
HtmlStrippedDocSerializerBuilder |
sq()
Configuration property: Quote character.
|
HtmlStrippedDocSerializerBuilder |
streamCharset(Charset value)
Configuration property: Output stream charset.
|
HtmlStrippedDocSerializerBuilder |
timeZone(TimeZone value)
Configuration property: TimeZone.
|
HtmlStrippedDocSerializerBuilder |
trimEmptyCollections()
Configuration property: Trim empty lists and arrays.
|
HtmlStrippedDocSerializerBuilder |
trimEmptyCollections(boolean value)
Configuration property: Trim empty lists and arrays.
|
HtmlStrippedDocSerializerBuilder |
trimEmptyMaps()
Configuration property: Trim empty maps.
|
HtmlStrippedDocSerializerBuilder |
trimEmptyMaps(boolean value)
Configuration property: Trim empty maps.
|
HtmlStrippedDocSerializerBuilder |
trimNullProperties(boolean value)
Configuration property: Trim null bean property values.
|
HtmlStrippedDocSerializerBuilder |
trimStrings()
Configuration property: Trim strings.
|
HtmlStrippedDocSerializerBuilder |
trimStrings(boolean value)
Configuration property: Trim strings.
|
HtmlStrippedDocSerializerBuilder |
uriAnchorText(AnchorText value)
Configuration property: Anchor text source.
|
HtmlStrippedDocSerializerBuilder |
uriAnchorText(String value)
Configuration property: Anchor text source.
|
HtmlStrippedDocSerializerBuilder |
uriContext(UriContext value)
Configuration property: URI context bean.
|
HtmlStrippedDocSerializerBuilder |
uriRelativity(UriRelativity value)
Configuration property: URI relativity.
|
HtmlStrippedDocSerializerBuilder |
uriResolution(UriResolution value)
Configuration property: URI resolution.
|
HtmlStrippedDocSerializerBuilder |
useEnumNames()
Configuration property: Use enum names.
|
HtmlStrippedDocSerializerBuilder |
useEnumNames(boolean value)
Configuration property: Use enum names.
|
HtmlStrippedDocSerializerBuilder |
useInterfaceProxies(boolean value)
Configuration property: Use interface proxies.
|
HtmlStrippedDocSerializerBuilder |
useJavaBeanIntrospector()
Configuration property: Use Java Introspector.
|
HtmlStrippedDocSerializerBuilder |
useJavaBeanIntrospector(boolean value)
Configuration property: Use Java Introspector.
|
HtmlStrippedDocSerializerBuilder |
useWhitespace()
Configuration property: Use whitespace.
|
HtmlStrippedDocSerializerBuilder |
useWhitespace(boolean value)
Configuration property: Use whitespace.
|
HtmlStrippedDocSerializerBuilder |
ws()
Configuration property: Use whitespace.
|
HtmlStrippedDocSerializerBuilder |
xsNamespace(Namespace value)
Configuration property: XMLSchema namespace.
|
enableNamespaces, namespaces, ns, xsNamespaceuriContext, uriRelativity, uriResolutiondebug, examples, excludeProperties, excludeProperties, excludeProperties, fluentSetters, fluentSetters, includeProperties, includeProperties, includeProperties, propertyNamerbuild, getPropertyStore, getPropertyStoreBuilder, peek, peekpublic HtmlStrippedDocSerializerBuilder()
public HtmlStrippedDocSerializerBuilder(PropertyStore ps)
ps - The initial configuration settings for this builder.public HtmlStrippedDocSerializer build()
ContextBuilderbuild in class HtmlSerializerBuilderpublic HtmlStrippedDocSerializerBuilder addKeyValueTableHeaders(boolean value)
HtmlSerializerBuilderaddKeyValueTableHeaders in class HtmlSerializerBuildervalue - The new value for this property.
public HtmlStrippedDocSerializerBuilder addKeyValueTableHeaders()
HtmlSerializerBuilder
Shortcut for calling addKeyValueTableHeaders(.
addKeyValueTableHeaders in class HtmlSerializerBuilderpublic HtmlStrippedDocSerializerBuilder detectLinksInStrings(boolean value)
HtmlSerializerBuilderStrings.
If a string looks like a URL (e.g. starts with HtmlSerializer.HTML_uriAnchorText.
detectLinksInStrings in class HtmlSerializerBuildervalue - The new value for this property.
public HtmlStrippedDocSerializerBuilder labelParameter(String value)
HtmlSerializerBuilder
The parameter name to look for when resolving link labels via HtmlSerializer.HTML_detectLabelParameters.
labelParameter in class HtmlSerializerBuildervalue - The new value for this property.
public HtmlStrippedDocSerializerBuilder detectLabelParameters(boolean value)
HtmlSerializerBuilder
If the URL has a label parameter (e.g.
detectLabelParameters in class HtmlSerializerBuildervalue - The new value for this property.
public HtmlStrippedDocSerializerBuilder uriAnchorText(AnchorText value)
HtmlSerializerBuilder
When creating anchor tags (e.g. )
in HTML, this setting defines what to set the inner text to.
uriAnchorText in class HtmlSerializerBuildervalue - The new value for this property.
AnchorText.TO_STRING.public HtmlStrippedDocSerializerBuilder uriAnchorText(String value)
HtmlSerializerBuilder
Same as HtmlSerializerBuilder.uriAnchorText(AnchorText) but takes in a string.
uriAnchorText in class HtmlSerializerBuildervalue - The new value for this property.
AnchorText.TO_STRING.public HtmlStrippedDocSerializerBuilder 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 HtmlSerializerBuildervalue - The new value for this property.
public HtmlStrippedDocSerializerBuilder addNamespaceUrisToRoot()
XmlSerializerBuilder
Shortcut for calling addNamespaceUrisToRoot(.
addNamespaceUrisToRoot in class HtmlSerializerBuilderpublic HtmlStrippedDocSerializerBuilder autoDetectNamespaces(boolean value)
XmlSerializerBuilderDetect namespace usage before serialization.
autoDetectNamespaces in class HtmlSerializerBuildervalue - The new value for this property.
public HtmlStrippedDocSerializerBuilder defaultNamespace(String value)
XmlSerializerBuilderSpecifies the default namespace URI for this document.
defaultNamespace in class HtmlSerializerBuildervalue - The new value for this property.
public HtmlStrippedDocSerializerBuilder enableNamespaces(boolean value)
XmlSerializerBuilderIf not enabled, XML output will not contain any namespaces regardless of any other settings.
enableNamespaces in class HtmlSerializerBuildervalue - The new value for this property.
public HtmlStrippedDocSerializerBuilder namespaces(Namespace... values)
XmlSerializerBuilderThe default list of namespaces associated with this serializer.
namespaces in class HtmlSerializerBuildervalues - The new value for this property.public HtmlStrippedDocSerializerBuilder xsNamespace(Namespace value)
XmlSerializerBuilder
Specifies the namespace for the XmlSchemaSerializer class.
xsNamespace in class HtmlSerializerBuildervalue - The new value for this property.
public HtmlStrippedDocSerializerBuilder fileCharset(Charset value)
WriterSerializerBuilderThe character set to use for writing Files to the file system.
Used when passing in files to Serializer.serialize(Object, Object).
fileCharset in class HtmlSerializerBuildervalue - The new value for this property.
public HtmlStrippedDocSerializerBuilder maxIndent(int value)
WriterSerializerBuilderSpecifies the maximum indentation level in the serialized document.
maxIndent in class HtmlSerializerBuildervalue - The new value for this property.
public HtmlStrippedDocSerializerBuilder quoteChar(char value)
WriterSerializerBuilderThis is the character used for quoting attributes and values.
quoteChar in class HtmlSerializerBuildervalue - The new value for this property.
public HtmlStrippedDocSerializerBuilder sq()
WriterSerializerBuilder
Shortcut for calling quoteChar(.
sq in class HtmlSerializerBuilderpublic HtmlStrippedDocSerializerBuilder streamCharset(Charset value)
WriterSerializerBuilderThe character set to use when writing to OutputStreams.
Used when passing in output streams and byte arrays to Serializer.serialize(Object, Object).
streamCharset in class HtmlSerializerBuildervalue - The new value for this property.
public HtmlStrippedDocSerializerBuilder useWhitespace(boolean value)
WriterSerializerBuilder
If
useWhitespace in class HtmlSerializerBuildervalue - The new value for this property.
public HtmlStrippedDocSerializerBuilder useWhitespace()
WriterSerializerBuilder
Shortcut for calling useWhitespace(.
useWhitespace in class HtmlSerializerBuilderpublic HtmlStrippedDocSerializerBuilder ws()
WriterSerializerBuilder
Shortcut for calling useWhitespace(.
ws in class HtmlSerializerBuilderpublic HtmlStrippedDocSerializerBuilder addBeanTypes(boolean value)
SerializerBuilder
If
addBeanTypes in class HtmlSerializerBuildervalue - The new value for this property.
public HtmlStrippedDocSerializerBuilder addBeanTypes()
SerializerBuilder
Shortcut for calling addBeanTypes(.
addBeanTypes in class HtmlSerializerBuilderpublic HtmlStrippedDocSerializerBuilder addRootType(boolean value)
SerializerBuilderWhen disabled, it is assumed that the parser knows the exact Java POJO type being parsed, and therefore top-level type information that might normally be included to determine the data type will not be serialized.
addRootType in class HtmlSerializerBuildervalue - The new value for this property.
public HtmlStrippedDocSerializerBuilder addRootType()
SerializerBuilder
Shortcut for calling addRootType(.
addRootType in class HtmlSerializerBuilderpublic HtmlStrippedDocSerializerBuilder detectRecursions(boolean value)
BeanTraverseBuilderSpecifies that recursions should be checked for during traversal.
detectRecursions in class HtmlSerializerBuildervalue - The new value for this property.
public HtmlStrippedDocSerializerBuilder detectRecursions()
BeanTraverseBuilder
Shortcut for calling detectRecursions(.
detectRecursions in class HtmlSerializerBuilderpublic HtmlStrippedDocSerializerBuilder ignoreRecursions(boolean value)
BeanTraverseBuilder
If
ignoreRecursions in class HtmlSerializerBuildervalue - The new value for this property.
public HtmlStrippedDocSerializerBuilder ignoreRecursions()
BeanTraverseBuilder
Shortcut for calling ignoreRecursions(.
ignoreRecursions in class HtmlSerializerBuilderpublic HtmlStrippedDocSerializerBuilder initialDepth(int value)
BeanTraverseBuilderThe initial indentation level at the root.
initialDepth in class HtmlSerializerBuildervalue - The new value for this property.
public HtmlStrippedDocSerializerBuilder listener(Class<? extends SerializerListener> value)
SerializerBuilderClass used to listen for errors and warnings that occur during serialization.
listener in class HtmlSerializerBuildervalue - The new value for this property.public HtmlStrippedDocSerializerBuilder maxDepth(int value)
BeanTraverseBuilder
Abort traversal if specified depth is reached in the POJO tree.
If this depth is exceeded, an exception is thrown.
This prevents stack overflows from occurring when trying to traverse models with recursive references.
maxDepth in class HtmlSerializerBuildervalue - The new value for this property.
public HtmlStrippedDocSerializerBuilder sortCollections(boolean value)
SerializerBuilderCopies and sorts the contents of arrays and collections before serializing them.
sortCollections in class HtmlSerializerBuildervalue - The new value for this property.
public HtmlStrippedDocSerializerBuilder sortCollections()
SerializerBuilder
Shortcut for calling sortCollections(.
sortCollections in class HtmlSerializerBuilderpublic HtmlStrippedDocSerializerBuilder sortMaps(boolean value)
SerializerBuilderCopies and sorts the contents of maps before serializing them.
sortMaps in class HtmlSerializerBuildervalue - The new value for this property.
public HtmlStrippedDocSerializerBuilder sortMaps()
SerializerBuilder
Shortcut for calling sortMaps(.
sortMaps in class HtmlSerializerBuilderpublic HtmlStrippedDocSerializerBuilder trimEmptyCollections(boolean value)
SerializerBuilder
If
trimEmptyCollections in class HtmlSerializerBuildervalue - The new value for this property.
public HtmlStrippedDocSerializerBuilder trimEmptyCollections()
SerializerBuilder
Shortcut for calling trimEmptyCollections(.
trimEmptyCollections in class HtmlSerializerBuilderpublic HtmlStrippedDocSerializerBuilder trimEmptyMaps(boolean value)
SerializerBuilder
If
trimEmptyMaps in class HtmlSerializerBuildervalue - The new value for this property.
public HtmlStrippedDocSerializerBuilder trimEmptyMaps()
SerializerBuilder
Shortcut for calling trimEmptyMaps(.
trimEmptyMaps in class HtmlSerializerBuilderpublic HtmlStrippedDocSerializerBuilder trimNullProperties(boolean value)
SerializerBuilder
If
trimNullProperties in class HtmlSerializerBuildervalue - The new value for this property.
public HtmlStrippedDocSerializerBuilder trimStrings(boolean value)
SerializerBuilder
If String.trim() before being serialized.
trimStrings in class HtmlSerializerBuildervalue - The new value for this property.
public HtmlStrippedDocSerializerBuilder trimStrings()
SerializerBuilder
Shortcut for calling trimStrings(.
trimStrings in class HtmlSerializerBuilderpublic HtmlStrippedDocSerializerBuilder uriContext(UriContext value)
SerializerBuilderBean used for resolution of URIs to absolute or root-relative form.
uriContext in class HtmlSerializerBuildervalue - The new value for this property.public HtmlStrippedDocSerializerBuilder uriRelativity(UriRelativity value)
SerializerBuilderDefines what relative URIs are relative to when serializing URI/URL objects.
uriRelativity in class HtmlSerializerBuildervalue - The new value for this property.
UriRelativity.RESOURCEpublic HtmlStrippedDocSerializerBuilder uriResolution(UriResolution value)
SerializerBuilderDefines the resolution level for URIs when serializing URI/URL objects.
uriResolution in class HtmlSerializerBuildervalue - The new value for this property.
UriResolution.NONEpublic HtmlStrippedDocSerializerBuilder beanClassVisibility(Visibility value)
BeanContextBuilderClasses are not considered beans unless they meet the minimum visibility requirements.
For example, if the visibility is
beanClassVisibility in class HtmlSerializerBuildervalue - The new value for this property.
Visibility.PUBLIC.public HtmlStrippedDocSerializerBuilder beanConstructorVisibility(Visibility value)
BeanContextBuilderOnly look for constructors with the specified minimum visibility.
beanConstructorVisibility in class HtmlSerializerBuildervalue - The new value for this property.
Visibility.PUBLIC.@Deprecated public HtmlStrippedDocSerializerBuilder beanDictionary(Class<?>... values)
BeanContextBuilder
Same as BeanContextBuilder.beanDictionary(Object...) but takes in an array of classes.
beanDictionary in class HtmlSerializerBuildervalues - The values to add to this property.@Deprecated public HtmlStrippedDocSerializerBuilder beanDictionary(Object... values)
BeanContextBuilderAdds to the list of classes that make up the bean dictionary in this bean context.
beanDictionary in class HtmlSerializerBuildervalues - The values to add to this property.@Deprecated public HtmlStrippedDocSerializerBuilder beanDictionaryReplace(Class<?>... values)
BeanContextBuilder
Same as BeanContextBuilder.beanDictionary(Object...) but replaces the existing value.
beanDictionaryReplace in class HtmlSerializerBuildervalues - The new values for this property.@Deprecated public HtmlStrippedDocSerializerBuilder beanDictionaryReplace(Object... values)
BeanContextBuilder
Same as BeanContextBuilder.beanDictionary(Object...) but replaces the existing value.
beanDictionaryReplace in class HtmlSerializerBuildervalues - The new values for this property.@Deprecated public HtmlStrippedDocSerializerBuilder beanDictionaryRemove(Class<?>... values)
BeanContextBuilderRemoves from the list of classes that make up the bean dictionary in this bean context.
beanDictionaryRemove in class HtmlSerializerBuildervalues - The values to remove from this property.@Deprecated public HtmlStrippedDocSerializerBuilder beanDictionaryRemove(Object... values)
BeanContextBuilderRemoves from the list of classes that make up the bean dictionary in this bean context.
beanDictionaryRemove in class HtmlSerializerBuildervalues - The values to remove from this property.public HtmlStrippedDocSerializerBuilder beanFieldVisibility(Visibility value)
BeanContextBuilderOnly look for bean fields with the specified minimum visibility.
beanFieldVisibility in class HtmlSerializerBuildervalue - The new value for this property.
Visibility.PUBLIC.public HtmlStrippedDocSerializerBuilder beanFilters(Class<?>... values)
BeanContextBuilder
Same as BeanContextBuilder.beanFilters(Object...) but takes in an array of classes.
beanFilters in class HtmlSerializerBuildervalues - The values to add to this property.public HtmlStrippedDocSerializerBuilder 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 HtmlSerializerBuildervalues - 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 HtmlStrippedDocSerializerBuilder beanFiltersReplace(Class<?>... values)
BeanContextBuilder
Same as BeanContextBuilder.beanFilters(Object...) but replaces the existing values.
beanFiltersReplace in class HtmlSerializerBuildervalues - 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 HtmlStrippedDocSerializerBuilder beanFiltersReplace(Object... values)
BeanContextBuilder
Same as BeanContextBuilder.beanFilters(Object...) but replaces the existing values.
beanFiltersReplace in class HtmlSerializerBuildervalues - 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 HtmlStrippedDocSerializerBuilder beanFiltersRemove(Class<?>... values)
BeanContextBuilderRemoves from the list of classes that make up the bean filters in this bean context.
beanFiltersRemove in class HtmlSerializerBuildervalues - 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 HtmlStrippedDocSerializerBuilder beanFiltersRemove(Object... values)
BeanContextBuilderRemoves from the list of classes that make up the bean filters in this bean context.
beanFiltersRemove in class HtmlSerializerBuildervalues - 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 HtmlStrippedDocSerializerBuilder beanMapPutReturnsOldValue(boolean value)
BeanContextBuilder
If BeanMap.put() method will return old property
values.
Otherwise, it returns
beanMapPutReturnsOldValue in class HtmlSerializerBuildervalue - The new value for this property.
public HtmlStrippedDocSerializerBuilder beanMapPutReturnsOldValue()
BeanContextBuilder
Shortcut for calling beanMapPutReturnsOldValue(.
beanMapPutReturnsOldValue in class HtmlSerializerBuilderpublic HtmlStrippedDocSerializerBuilder beanMethodVisibility(Visibility value)
BeanContextBuilderOnly look for bean methods with the specified minimum visibility.
beanMethodVisibility in class HtmlSerializerBuildervalue - The new value for this property.
Visibility.PUBLICpublic HtmlStrippedDocSerializerBuilder beansRequireDefaultConstructor(boolean value)
BeanContextBuilder
If
Otherwise, the bean will be serialized as a string using the Object.toString() method.
beansRequireDefaultConstructor in class HtmlSerializerBuildervalue - The new value for this property.
public HtmlStrippedDocSerializerBuilder beansRequireDefaultConstructor()
BeanContextBuilder
Shortcut for calling beansRequireDefaultConstructor(.
beansRequireDefaultConstructor in class HtmlSerializerBuilderpublic HtmlStrippedDocSerializerBuilder 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 HtmlSerializerBuildervalue - The new value for this property.
public HtmlStrippedDocSerializerBuilder beansRequireSerializable()
BeanContextBuilder
Shortcut for calling beansRequireSerializable(.
beansRequireSerializable in class HtmlSerializerBuilderpublic HtmlStrippedDocSerializerBuilder beansRequireSettersForGetters(boolean value)
BeanContextBuilder
If
Otherwise, they will be ignored.
beansRequireSettersForGetters in class HtmlSerializerBuildervalue - The new value for this property.
public HtmlStrippedDocSerializerBuilder beansRequireSettersForGetters()
BeanContextBuilder
Shortcut for calling beansRequireSettersForGetters(.
beansRequireSettersForGetters in class HtmlSerializerBuilderpublic HtmlStrippedDocSerializerBuilder beansRequireSomeProperties(boolean value)
BeanContextBuilder
If
Otherwise, the bean will be serialized as a string using the Object.toString() method.
beansRequireSomeProperties in class HtmlSerializerBuildervalue - The new value for this property.
public HtmlStrippedDocSerializerBuilder 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 HtmlSerializerBuildervalue - The new value for this property.
public HtmlStrippedDocSerializerBuilder bpi(Class<?> beanClass, String value)
BeanContextBuilderSpecifies the set and order of names of properties associated with the bean class.
bpi in class HtmlSerializerBuilderbeanClass - The bean class.value - Comma-delimited list of property names.public HtmlStrippedDocSerializerBuilder bpi(Map<String,String> values)
BeanContextBuilderSpecifies the set and order of names of properties associated with the bean class.
bpi in class HtmlSerializerBuildervalues - The new value for this property.public HtmlStrippedDocSerializerBuilder bpi(String beanClassName, String value)
BeanContextBuilderSpecifies the set and order of names of properties associated with the bean class.
bpi in class HtmlSerializerBuilderbeanClassName - The bean class name.
value - Comma-delimited list of property names.public HtmlStrippedDocSerializerBuilder bpx(Class<?> beanClass, String properties)
BeanContextBuilderSpecifies to exclude the specified list of properties for the specified bean class.
bpx in class HtmlSerializerBuilderbeanClass - The bean class.properties - Comma-delimited list of property names.public HtmlStrippedDocSerializerBuilder bpx(Map<String,String> values)
BeanContextBuilderSpecifies to exclude the specified list of properties for the specified bean classes.
bpx in class HtmlSerializerBuildervalues - The new value for this property.public HtmlStrippedDocSerializerBuilder bpx(String beanClassName, String value)
BeanContextBuilderbpx in class HtmlSerializerBuilderbeanClassName - The bean class name.
value - Comma-delimited list of property names.public HtmlStrippedDocSerializerBuilder bpro(Class<?> beanClass, String value)
BeanContextBuilderSpecifies the read-only properties for the specified bean class.
bpro in class HtmlSerializerBuilderbeanClass - The bean class.value - Comma-delimited list of property names.public HtmlStrippedDocSerializerBuilder bpro(Map<String,String> values)
BeanContextBuilderSpecifies the read-only properties for the specified bean classes.
bpro in class HtmlSerializerBuildervalues - The new value for this property.public HtmlStrippedDocSerializerBuilder bpro(String beanClassName, String value)
BeanContextBuilderSpecifies the read-only properties for the specified bean class.
bpro in class HtmlSerializerBuilderbeanClassName - The bean class name.
value - Comma-delimited list of property names.public HtmlStrippedDocSerializerBuilder bpwo(Class<?> beanClass, String properties)
BeanContextBuilderSpecifies the write-only properties for the specified bean class.
bpwo in class HtmlSerializerBuilderbeanClass - The bean class.properties - Comma-delimited list of property names.public HtmlStrippedDocSerializerBuilder bpwo(Map<String,String> values)
BeanContextBuilderSpecifies the write-only properties for the specified bean classes.
bpwo in class HtmlSerializerBuildervalues - The new value for this property.public HtmlStrippedDocSerializerBuilder bpwo(String beanClassName, String value)
BeanContextBuilderSpecifies the write-only properties for the specified bean class.
bpwo in class HtmlSerializerBuilderbeanClassName - The bean class name.
value - Comma-delimited list of property names.public HtmlStrippedDocSerializerBuilder debug()
BeanContextBuilder
Shortcut for calling debug(.
debug in class HtmlSerializerBuilderpublic HtmlStrippedDocSerializerBuilder dictionary(Class<?>... values)
BeanContextBuilder
Same as BeanContextBuilder.beanDictionary(Object...) but takes in an array of classes.
dictionary in class HtmlSerializerBuildervalues - The values to add to this property.public HtmlStrippedDocSerializerBuilder dictionary(Object... values)
BeanContextBuilderAdds to the list of classes that make up the bean dictionary in this bean context.
dictionary in class HtmlSerializerBuildervalues - The values to add to this property.public HtmlStrippedDocSerializerBuilder dictionaryReplace(Class<?>... values)
BeanContextBuilder
Same as BeanContextBuilder.beanDictionary(Object...) but replaces the existing value.
dictionaryReplace in class HtmlSerializerBuildervalues - The new values for this property.public HtmlStrippedDocSerializerBuilder dictionaryReplace(Object... values)
BeanContextBuilder
Same as BeanContextBuilder.beanDictionary(Object...) but replaces the existing value.
dictionaryReplace in class HtmlSerializerBuildervalues - The new values for this property.public HtmlStrippedDocSerializerBuilder dictionaryRemove(Class<?>... values)
BeanContextBuilderRemoves from the list of classes that make up the bean dictionary in this bean context.
dictionaryRemove in class HtmlSerializerBuildervalues - The values to remove from this property.public HtmlStrippedDocSerializerBuilder dictionaryRemove(Object... values)
BeanContextBuilderRemoves from the list of classes that make up the bean dictionary in this bean context.
dictionaryRemove in class HtmlSerializerBuildervalues - The values to remove from this property.public <T> HtmlStrippedDocSerializerBuilder example(Class<T> c, T o)
BeanContextBuilderSpecifies an example of the specified class.
example in class HtmlSerializerBuilderc - The POJO class.o - An instance of the POJO class used for examples.public <T> HtmlStrippedDocSerializerBuilder exampleJson(Class<T> c, String value)
BeanContextBuilderSpecifies an example of the specified class.
exampleJson in class HtmlSerializerBuilderT - The POJO class type.c - The POJO class.value - The simple JSON representation of the example.public HtmlStrippedDocSerializerBuilder ignoreInvocationExceptionsOnGetters(boolean value)
BeanContextBuilder
If BeanRuntimeException is thrown.
ignoreInvocationExceptionsOnGetters in class HtmlSerializerBuildervalue - The new value for this property.
public HtmlStrippedDocSerializerBuilder ignoreInvocationExceptionsOnGetters()
BeanContextBuilder
Shortcut for calling ignoreInvocationExceptionsOnGetters(.
ignoreInvocationExceptionsOnGetters in class HtmlSerializerBuilderpublic HtmlStrippedDocSerializerBuilder ignoreInvocationExceptionsOnSetters(boolean value)
BeanContextBuilder
If
Otherwise, a BeanRuntimeException is thrown.
ignoreInvocationExceptionsOnSetters in class HtmlSerializerBuildervalue - The new value for this property.
public HtmlStrippedDocSerializerBuilder ignoreInvocationExceptionsOnSetters()
BeanContextBuilder
Shortcut for calling ignoreInvocationExceptionsOnSetters(.
ignoreInvocationExceptionsOnSetters in class HtmlSerializerBuilderpublic HtmlStrippedDocSerializerBuilder ignorePropertiesWithoutSetters(boolean value)
BeanContextBuilder
If
Otherwise, a BeanRuntimeException is thrown.
ignorePropertiesWithoutSetters in class HtmlSerializerBuildervalue - The new value for this property.
public HtmlStrippedDocSerializerBuilder ignoreUnknownBeanProperties(boolean value)
BeanContextBuilder
If
Otherwise, a BeanRuntimeException is thrown.
ignoreUnknownBeanProperties in class HtmlSerializerBuildervalue - The new value for this property.
public HtmlStrippedDocSerializerBuilder ignoreUnknownBeanProperties()
BeanContextBuilder
Shortcut for calling ignoreUnknownBeanProperties(.
ignoreUnknownBeanProperties in class HtmlSerializerBuilderpublic HtmlStrippedDocSerializerBuilder ignoreUnknownNullBeanProperties(boolean value)
BeanContextBuilder
If
Otherwise, a BeanRuntimeException is thrown.
ignoreUnknownNullBeanProperties in class HtmlSerializerBuildervalue - The new value for this property.
public HtmlStrippedDocSerializerBuilder implClass(Class<?> interfaceClass, Class<?> implClass)
BeanContextBuilderimplClass in class HtmlSerializerBuilderinterfaceClass - The interface class.implClass - The implementation class.public HtmlStrippedDocSerializerBuilder 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 HtmlSerializerBuildervalues - The new value for this property.public HtmlStrippedDocSerializerBuilder locale(Locale value)
BeanContextBuilderSpecifies a default locale for serializer and parser sessions.
locale in class HtmlSerializerBuildervalue - The new value for this property.public HtmlStrippedDocSerializerBuilder mediaType(MediaType value)
BeanContextBuilderSpecifies a default media type value for serializer and parser sessions.
mediaType in class HtmlSerializerBuildervalue - The new value for this property.public HtmlStrippedDocSerializerBuilder 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 HtmlSerializerBuildervalues - The values to add to this property.public HtmlStrippedDocSerializerBuilder 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 HtmlSerializerBuildervalues - The values to add to this property.
public HtmlStrippedDocSerializerBuilder notBeanClassesReplace(Class<?>... values)
BeanContextBuilder
Not-bean classes are converted to
notBeanClassesReplace in class HtmlSerializerBuildervalues - The new value for this property.public HtmlStrippedDocSerializerBuilder notBeanClassesReplace(Object... values)
BeanContextBuilder
Not-bean classes are converted to
notBeanClassesReplace in class HtmlSerializerBuildervalues - The new value for this property.
public HtmlStrippedDocSerializerBuilder notBeanClassesRemove(Class<?>... values)
BeanContextBuildernotBeanClassesRemove in class HtmlSerializerBuildervalues - The values to remove from this property.public HtmlStrippedDocSerializerBuilder notBeanClassesRemove(Object... values)
BeanContextBuildernotBeanClassesRemove in class HtmlSerializerBuildervalues - The values to remove from this property.
public HtmlStrippedDocSerializerBuilder notBeanPackages(Object... values)
BeanContextBuildernotBeanPackages in class HtmlSerializerBuildervalues - The values to add to this property.
public HtmlStrippedDocSerializerBuilder notBeanPackages(String... values)
BeanContextBuildernotBeanPackages in class HtmlSerializerBuildervalues - The values to add to this property.public HtmlStrippedDocSerializerBuilder notBeanPackagesReplace(String... values)
BeanContextBuildernotBeanPackagesReplace in class HtmlSerializerBuildervalues - public HtmlStrippedDocSerializerBuilder notBeanPackagesReplace(Object... values)
BeanContextBuildernotBeanPackagesReplace in class HtmlSerializerBuildervalues - public HtmlStrippedDocSerializerBuilder notBeanPackagesRemove(String... values)
BeanContextBuildernotBeanPackagesRemove in class HtmlSerializerBuildervalues - The values to remove from this property.public HtmlStrippedDocSerializerBuilder notBeanPackagesRemove(Object... values)
BeanContextBuildernotBeanPackagesRemove in class HtmlSerializerBuildervalues - public HtmlStrippedDocSerializerBuilder pojoSwaps(Class<?>... values)
BeanContextBuilderpojoSwaps in class HtmlSerializerBuildervalues - The values to add to this property.public HtmlStrippedDocSerializerBuilder pojoSwaps(Object... values)
BeanContextBuilderpojoSwaps in class HtmlSerializerBuildervalues - The values to add to this property.
PojoSwap.
SurrogateSwap.
public HtmlStrippedDocSerializerBuilder pojoSwapsReplace(Class<?>... values)
BeanContextBuilderpojoSwapsReplace in class HtmlSerializerBuildervalues - The values to remove from this property.
PojoSwap.
SurrogateSwap.
public HtmlStrippedDocSerializerBuilder pojoSwapsReplace(Object... values)
BeanContextBuilderpojoSwapsReplace in class HtmlSerializerBuildervalues - The values to remove from this property.
PojoSwap.
SurrogateSwap.
public HtmlStrippedDocSerializerBuilder pojoSwapsRemove(Class<?>... values)
BeanContextBuilderpojoSwapsRemove in class HtmlSerializerBuildervalues - The values to remove from this property.
PojoSwap.
SurrogateSwap.
public HtmlStrippedDocSerializerBuilder pojoSwapsRemove(Object... values)
BeanContextBuilderpojoSwapsRemove in class HtmlSerializerBuildervalues - The values to remove from this property.
PojoSwap.
SurrogateSwap.
public HtmlStrippedDocSerializerBuilder sortProperties(boolean value)
BeanContextBuilder
When
sortProperties in class HtmlSerializerBuildervalue - The new value for this property.
public HtmlStrippedDocSerializerBuilder sortProperties()
BeanContextBuilder
Shortcut for calling sortProperties(.
sortProperties in class HtmlSerializerBuilderpublic HtmlStrippedDocSerializerBuilder timeZone(TimeZone value)
BeanContextBuildertimeZone in class HtmlSerializerBuildervalue - The new value for this property.public HtmlStrippedDocSerializerBuilder useEnumNames(boolean value)
BeanContextBuilder
When enabled, enums are always serialized by name instead of using Object.toString().
useEnumNames in class HtmlSerializerBuildervalue - The property value.public HtmlStrippedDocSerializerBuilder useEnumNames()
BeanContextBuilder
When enabled, enums are always serialized by name instead of using Object.toString().
useEnumNames in class HtmlSerializerBuilderpublic HtmlStrippedDocSerializerBuilder useInterfaceProxies(boolean value)
BeanContextBuilder
If InvocationHandler if there is no other way of instantiating them.
useInterfaceProxies in class HtmlSerializerBuildervalue - The new value for this property.
public HtmlStrippedDocSerializerBuilder 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 HtmlSerializerBuildervalue - The new value for this property.
public HtmlStrippedDocSerializerBuilder useJavaBeanIntrospector()
BeanContextBuilder
Shortcut for calling useJavaBeanIntrospector(.
useJavaBeanIntrospector in class HtmlSerializerBuilderpublic HtmlStrippedDocSerializerBuilder set(String name, Object value)
ContextBuilderset in class HtmlSerializerBuildername - The property name.value - The property value.PropertyStoreBuilder.set(String, Object)public HtmlStrippedDocSerializerBuilder set(Map<String,Object> properties)
ContextBuilderset in class HtmlSerializerBuilderproperties - The properties to set on this class.PropertyStoreBuilder.set(java.util.Map)public HtmlStrippedDocSerializerBuilder add(Map<String,Object> properties)
ContextBuilderadd in class HtmlSerializerBuilderproperties - The properties to set on this class.PropertyStoreBuilder.add(java.util.Map)public HtmlStrippedDocSerializerBuilder addTo(String name, Object value)
ContextBuilderaddTo in class HtmlSerializerBuildername - The property name.value - The new value to add to the SET property.public HtmlStrippedDocSerializerBuilder addTo(String name, String key, Object value)
ContextBuilderaddTo in class HtmlSerializerBuildername - The property name.key - The property value map key.value - The property value map value.public HtmlStrippedDocSerializerBuilder removeFrom(String name, Object value)
ContextBuilderremoveFrom in class HtmlSerializerBuildername - The property name.value - The property value in the SET property.public HtmlStrippedDocSerializerBuilder apply(PropertyStore copyFrom)
ContextBuilderapply in class HtmlSerializerBuildercopyFrom - The factory whose settings are being copied.public HtmlStrippedDocSerializerBuilder applyAnnotations(AnnotationList al, VarResolverSession vrs)
ContextBuilderapplyAnnotations in class HtmlSerializerBuilderal - The list of all annotations annotated with PropertyStoreApply.vrs - The string resolver for resolving variables in annotation values.public HtmlStrippedDocSerializerBuilder applyAnnotations(Class<?> fromClass)
ContextBuilderApplies 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 HtmlSerializerBuilderfromClass - The class on which the annotations are defined.public HtmlStrippedDocSerializerBuilder applyAnnotations(Method fromMethod)
ContextBuilderApplies 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 HtmlSerializerBuilderfromMethod - The method on which the annotations are defined.Copyright © 2016–2019 The Apache Software Foundation. All rights reserved.