public class HtmlParserBuilder extends XmlParserBuilder
psb| Constructor and Description |
|---|
HtmlParserBuilder()
Constructor, default settings.
|
HtmlParserBuilder(PropertyStore ps)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
HtmlParserBuilder |
add(Map<String,Object> properties)
Adds multiple configuration properties on this object.
|
HtmlParserBuilder |
addTo(String name,
Object value)
Adds a value to a SET or LIST property.
|
HtmlParserBuilder |
addTo(String name,
String key,
Object value)
Adds or overwrites a value to a SET, LIST, or MAP property.
|
HtmlParserBuilder |
apply(PropertyStore copyFrom)
Copies the settings from the specified property store into this builder.
|
HtmlParserBuilder |
applyAnnotations(AnnotationList al,
VarResolverSession vrs)
Applies a set of annotations to this property store.
|
HtmlParserBuilder |
autoCloseStreams()
Configuration property: Auto-close streams.
|
HtmlParserBuilder |
autoCloseStreams(boolean value)
Configuration property: Auto-close streams.
|
HtmlParserBuilder |
beanClassVisibility(Visibility value)
Configuration property: Minimum bean class visibility.
|
HtmlParserBuilder |
beanConstructorVisibility(Visibility value)
Configuration property: Minimum bean constructor visibility.
|
HtmlParserBuilder |
beanDictionary(Class<?>... values)
Deprecated.
|
HtmlParserBuilder |
beanDictionary(Object... values)
Deprecated.
|
HtmlParserBuilder |
beanDictionaryRemove(Class<?>... values)
Deprecated.
|
HtmlParserBuilder |
beanDictionaryRemove(Object... values)
Deprecated.
|
HtmlParserBuilder |
beanDictionaryReplace(Class<?>... values)
Deprecated.
|
HtmlParserBuilder |
beanDictionaryReplace(Object... values)
Deprecated.
|
HtmlParserBuilder |
beanFieldVisibility(Visibility value)
Configuration property: Minimum bean field visibility.
|
HtmlParserBuilder |
beanFilters(Class<?>... values)
Configuration property: Bean filters.
|
HtmlParserBuilder |
beanFilters(Object... values)
Configuration property: Bean filters.
|
HtmlParserBuilder |
beanFiltersRemove(Class<?>... values)
Configuration property: Bean filters.
|
HtmlParserBuilder |
beanFiltersRemove(Object... values)
Configuration property: Bean filters.
|
HtmlParserBuilder |
beanFiltersReplace(Class<?>... values)
Configuration property: Bean filters.
|
HtmlParserBuilder |
beanFiltersReplace(Object... values)
Configuration property: Bean filters.
|
HtmlParserBuilder |
beanMapPutReturnsOldValue()
Configuration property: BeanMap.put() returns old property value.
|
HtmlParserBuilder |
beanMapPutReturnsOldValue(boolean value)
Configuration property: BeanMap.put() returns old property value.
|
HtmlParserBuilder |
beanMethodVisibility(Visibility value)
Configuration property: Minimum bean method visibility.
|
HtmlParserBuilder |
beansRequireDefaultConstructor()
Configuration property: Beans require no-arg constructors.
|
HtmlParserBuilder |
beansRequireDefaultConstructor(boolean value)
Configuration property: Beans require no-arg constructors.
|
HtmlParserBuilder |
beansRequireSerializable()
Configuration property: Beans require Serializable interface.
|
HtmlParserBuilder |
beansRequireSerializable(boolean value)
Configuration property: Beans require Serializable interface.
|
HtmlParserBuilder |
beansRequireSettersForGetters()
Configuration property: Beans require setters for getters.
|
HtmlParserBuilder |
beansRequireSettersForGetters(boolean value)
Configuration property: Beans require setters for getters.
|
HtmlParserBuilder |
beansRequireSomeProperties(boolean value)
Configuration property: Beans require at least one property.
|
HtmlParserBuilder |
beanTypePropertyName(String value)
Configuration property: Bean type property name.
|
HtmlParserBuilder |
bpi(Class<?> beanClass,
String value)
Configuration property: Bean property includes.
|
HtmlParserBuilder |
bpi(Map<String,String> values)
Configuration property: Bean property includes.
|
HtmlParserBuilder |
bpi(String beanClassName,
String value)
Configuration property: Bean property includes.
|
HtmlParserBuilder |
bpro(Class<?> beanClass,
String value)
Configuration property: Read-only bean properties.
|
HtmlParserBuilder |
bpro(Map<String,String> values)
Configuration property: Read-only bean properties.
|
HtmlParserBuilder |
bpro(String beanClassName,
String value)
Configuration property: Read-only bean properties.
|
HtmlParserBuilder |
bpwo(Class<?> beanClass,
String properties)
Configuration property: Write-only bean properties.
|
HtmlParserBuilder |
bpwo(Map<String,String> values)
Configuration property: Write-only bean properties.
|
HtmlParserBuilder |
bpwo(String beanClassName,
String value)
Configuration property: Write-only bean properties.
|
HtmlParserBuilder |
bpx(Class<?> beanClass,
String properties)
Configuration property: Bean property excludes.
|
HtmlParserBuilder |
bpx(Map<String,String> values)
Configuration property: Bean property excludes.
|
HtmlParserBuilder |
bpx(String beanClassName,
String value)
Configuration property: Bean property excludes.
|
HtmlParser |
build()
Build the object.
|
HtmlParserBuilder |
debug()
Configuration property: Debug mode.
|
HtmlParserBuilder |
debugOutputLines(int value)
Configuration property: Debug output lines.
|
HtmlParserBuilder |
dictionary(Class<?>... values)
Configuration property: Bean dictionary.
|
HtmlParserBuilder |
dictionary(Object... values)
Configuration property: Bean dictionary.
|
HtmlParserBuilder |
dictionaryRemove(Class<?>... values)
Configuration property: Bean dictionary.
|
HtmlParserBuilder |
dictionaryRemove(Object... values)
Configuration property: Bean dictionary.
|
HtmlParserBuilder |
dictionaryReplace(Class<?>... values)
Configuration property: Bean dictionary.
|
HtmlParserBuilder |
dictionaryReplace(Object... values)
Configuration property: Bean dictionary.
|
HtmlParserBuilder |
eventAllocator(XMLEventAllocator value)
Configuration property: XML event allocator.
|
<T> HtmlParserBuilder |
example(Class<T> c,
T o)
Configuration property: POJO example.
|
<T> HtmlParserBuilder |
exampleJson(Class<T> c,
String value)
Configuration property: POJO example.
|
HtmlParserBuilder |
fileCharset(Charset value)
Configuration property: File charset.
|
HtmlParserBuilder |
ignoreInvocationExceptionsOnGetters()
Configuration property: Ignore invocation errors on getters.
|
HtmlParserBuilder |
ignoreInvocationExceptionsOnGetters(boolean value)
Configuration property: Ignore invocation errors on getters.
|
HtmlParserBuilder |
ignoreInvocationExceptionsOnSetters()
Configuration property: Ignore invocation errors on setters.
|
HtmlParserBuilder |
ignoreInvocationExceptionsOnSetters(boolean value)
Configuration property: Ignore invocation errors on setters.
|
HtmlParserBuilder |
ignorePropertiesWithoutSetters(boolean value)
Configuration property: Ignore properties without setters.
|
HtmlParserBuilder |
ignoreUnknownBeanProperties()
Configuration property: Ignore unknown properties.
|
HtmlParserBuilder |
ignoreUnknownBeanProperties(boolean value)
Configuration property: Ignore unknown properties.
|
HtmlParserBuilder |
ignoreUnknownNullBeanProperties(boolean value)
Configuration property: Ignore unknown properties with null values.
|
HtmlParserBuilder |
implClass(Class<?> interfaceClass,
Class<?> implClass)
Configuration property: Implementation classes.
|
HtmlParserBuilder |
implClasses(Map<String,Class<?>> values)
Configuration property: Implementation classes.
|
HtmlParserBuilder |
listener(Class<? extends ParserListener> value)
Configuration property: Parser listener.
|
HtmlParserBuilder |
locale(Locale value)
Configuration property: Locale.
|
HtmlParserBuilder |
mediaType(MediaType value)
Configuration property: Media type.
|
HtmlParserBuilder |
notBeanClasses(Class<?>... values)
Configuration property: Bean class exclusions.
|
HtmlParserBuilder |
notBeanClasses(Object... values)
Configuration property: Bean class exclusions.
|
HtmlParserBuilder |
notBeanClassesRemove(Class<?>... values)
Configuration property: Bean class exclusions.
|
HtmlParserBuilder |
notBeanClassesRemove(Object... values)
Configuration property: Bean class exclusions.
|
HtmlParserBuilder |
notBeanClassesReplace(Class<?>... values)
Configuration property: Bean class exclusions.
|
HtmlParserBuilder |
notBeanClassesReplace(Object... values)
Configuration property: Bean class exclusions.
|
HtmlParserBuilder |
notBeanPackages(Object... values)
Configuration property: Bean package exclusions.
|
HtmlParserBuilder |
notBeanPackages(String... values)
Configuration property: Bean package exclusions.
|
HtmlParserBuilder |
notBeanPackagesRemove(Object... values)
Configuration property: Bean package exclusions.
|
HtmlParserBuilder |
notBeanPackagesRemove(String... values)
Configuration property: Bean package exclusions.
|
HtmlParserBuilder |
notBeanPackagesReplace(Object... values)
Configuration property: Bean package exclusions.
|
HtmlParserBuilder |
notBeanPackagesReplace(String... values)
Configuration property: Bean package exclusions.
|
HtmlParserBuilder |
pojoSwaps(Class<?>... values)
Configuration property: POJO swaps.
|
HtmlParserBuilder |
pojoSwaps(Object... values)
Configuration property: POJO swaps.
|
HtmlParserBuilder |
pojoSwapsRemove(Class<?>... values)
Configuration property: POJO swaps.
|
HtmlParserBuilder |
pojoSwapsRemove(Object... values)
Configuration property: POJO swaps.
|
HtmlParserBuilder |
pojoSwapsReplace(Class<?>... values)
Configuration property: POJO swaps.
|
HtmlParserBuilder |
pojoSwapsReplace(Object... values)
Configuration property: POJO swaps.
|
HtmlParserBuilder |
removeFrom(String name,
Object value)
Removes a value from a SET, LIST, or MAP property.
|
HtmlParserBuilder |
reporter(XMLReporter value)
Configuration property: XML reporter.
|
HtmlParserBuilder |
resolver(XMLResolver value)
Configuration property: XML resolver.
|
HtmlParserBuilder |
set(Map<String,Object> properties)
Sets multiple configuration properties on this object.
|
HtmlParserBuilder |
set(String name,
Object value)
Sets a configuration property on this object.
|
HtmlParserBuilder |
sortProperties()
Configuration property: Sort bean properties.
|
HtmlParserBuilder |
sortProperties(boolean value)
Configuration property: Sort bean properties.
|
HtmlParserBuilder |
streamCharset(Charset value)
Configuration property: Input stream charset.
|
HtmlParserBuilder |
strict()
Configuration property: Strict mode.
|
HtmlParserBuilder |
strict(boolean value)
Configuration property: Strict mode.
|
HtmlParserBuilder |
timeZone(TimeZone value)
Configuration property: TimeZone.
|
HtmlParserBuilder |
trimStrings()
Configuration property: Trim parsed strings.
|
HtmlParserBuilder |
trimStrings(boolean value)
Configuration property: Trim parsed strings.
|
HtmlParserBuilder |
useEnumNames()
Configuration property: Use enum names.
|
HtmlParserBuilder |
useEnumNames(boolean value)
Configuration property: Use enum names.
|
HtmlParserBuilder |
useInterfaceProxies(boolean value)
Configuration property: Use interface proxies.
|
HtmlParserBuilder |
useJavaBeanIntrospector()
Configuration property: Use Java Introspector.
|
HtmlParserBuilder |
useJavaBeanIntrospector(boolean value)
Configuration property: Use Java Introspector.
|
HtmlParserBuilder |
validating()
Configuration property: Enable validation.
|
HtmlParserBuilder |
validating(boolean value)
Configuration property: Enable validation.
|
eventAllocator, preserveRootElement, preserveRootElement, reporter, resolver, unbuffered, unbufferedapplyAnnotations, applyAnnotationsdebug, examples, excludeProperties, excludeProperties, excludeProperties, fluentSetters, fluentSetters, includeProperties, includeProperties, includeProperties, propertyNamerbuild, getPropertyStore, getPropertyStoreBuilder, peek, peekpublic HtmlParserBuilder()
public HtmlParserBuilder(PropertyStore ps)
ps - The initial configuration settings for this builder.public HtmlParser build()
ContextBuilderbuild in class XmlParserBuilderpublic HtmlParserBuilder validating(boolean value)
XmlParserBuilder
If
validating in class XmlParserBuildervalue - The new value for this property.
public HtmlParserBuilder validating()
XmlParserBuilder
Shortcut for calling validating(.
validating in class XmlParserBuilderpublic HtmlParserBuilder reporter(XMLReporter value)
XmlParserBuilder
Associates an XMLReporter with this parser.
reporter in class XmlParserBuildervalue - The new value for this property.public HtmlParserBuilder resolver(XMLResolver value)
XmlParserBuilder
Associates an XMLResolver with this parser.
resolver in class XmlParserBuildervalue - The new value for this property.public HtmlParserBuilder eventAllocator(XMLEventAllocator value)
XmlParserBuilder
Associates an XMLEventAllocator with this parser.
eventAllocator in class XmlParserBuildervalue - The new value for this property.public HtmlParserBuilder fileCharset(Charset value)
ReaderParserBuilder
The character set to use for reading
fileCharset in class XmlParserBuildervalue - The new value for this property.
public HtmlParserBuilder streamCharset(Charset value)
ReaderParserBuilder
The character set to use for converting
streamCharset in class XmlParserBuildervalue - The new value for this property.
public HtmlParserBuilder autoCloseStreams(boolean value)
ParserBuilder
If
autoCloseStreams in class XmlParserBuildervalue - The new value for this property.
public HtmlParserBuilder autoCloseStreams()
ParserBuilder
Shortcut for calling autoCloseStreams(.
autoCloseStreams in class XmlParserBuilderpublic HtmlParserBuilder 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 XmlParserBuildervalue - The new value for this property.
public HtmlParserBuilder listener(Class<? extends ParserListener> value)
ParserBuilderClass used to listen for errors and warnings that occur during parsing.
listener in class XmlParserBuildervalue - The new value for this property.public HtmlParserBuilder strict(boolean value)
ParserBuilder
If
strict in class XmlParserBuildervalue - The new value for this property.
public HtmlParserBuilder strict()
ParserBuilder
Shortcut for calling strict(.
strict in class XmlParserBuilderpublic HtmlParserBuilder trimStrings(boolean value)
ParserBuilder
If String.trim() before being added to
the POJO.
trimStrings in class XmlParserBuildervalue - The new value for this property.
public HtmlParserBuilder trimStrings()
ParserBuilder
Shortcut for calling trimStrings(.
trimStrings in class XmlParserBuilderpublic HtmlParserBuilder beanClassVisibility(Visibility value)
BeanContextBuilderClasses are not considered beans unless they meet the minimum visibility requirements.
For example, if the visibility is
beanClassVisibility in class XmlParserBuildervalue - The new value for this property.
Visibility.PUBLIC.public HtmlParserBuilder beanConstructorVisibility(Visibility value)
BeanContextBuilderOnly look for constructors with the specified minimum visibility.
beanConstructorVisibility in class XmlParserBuildervalue - The new value for this property.
Visibility.PUBLIC.@Deprecated public HtmlParserBuilder beanDictionary(Class<?>... values)
BeanContextBuilder
Same as BeanContextBuilder.beanDictionary(Object...) but takes in an array of classes.
beanDictionary in class XmlParserBuildervalues - The values to add to this property.@Deprecated public HtmlParserBuilder beanDictionary(Object... values)
BeanContextBuilderAdds to the list of classes that make up the bean dictionary in this bean context.
beanDictionary in class XmlParserBuildervalues - The values to add to this property.@Deprecated public HtmlParserBuilder beanDictionaryReplace(Class<?>... values)
BeanContextBuilder
Same as BeanContextBuilder.beanDictionary(Object...) but replaces the existing value.
beanDictionaryReplace in class XmlParserBuildervalues - The new values for this property.@Deprecated public HtmlParserBuilder beanDictionaryReplace(Object... values)
BeanContextBuilder
Same as BeanContextBuilder.beanDictionary(Object...) but replaces the existing value.
beanDictionaryReplace in class XmlParserBuildervalues - The new values for this property.@Deprecated public HtmlParserBuilder beanDictionaryRemove(Class<?>... values)
BeanContextBuilderRemoves from the list of classes that make up the bean dictionary in this bean context.
beanDictionaryRemove in class XmlParserBuildervalues - The values to remove from this property.@Deprecated public HtmlParserBuilder beanDictionaryRemove(Object... values)
BeanContextBuilderRemoves from the list of classes that make up the bean dictionary in this bean context.
beanDictionaryRemove in class XmlParserBuildervalues - The values to remove from this property.public HtmlParserBuilder beanFieldVisibility(Visibility value)
BeanContextBuilderOnly look for bean fields with the specified minimum visibility.
beanFieldVisibility in class XmlParserBuildervalue - The new value for this property.
Visibility.PUBLIC.public HtmlParserBuilder beanFilters(Class<?>... values)
BeanContextBuilder
Same as BeanContextBuilder.beanFilters(Object...) but takes in an array of classes.
beanFilters in class XmlParserBuildervalues - The values to add to this property.public HtmlParserBuilder 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 XmlParserBuildervalues - 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 HtmlParserBuilder beanFiltersReplace(Class<?>... values)
BeanContextBuilder
Same as BeanContextBuilder.beanFilters(Object...) but replaces the existing values.
beanFiltersReplace in class XmlParserBuildervalues - 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 HtmlParserBuilder beanFiltersReplace(Object... values)
BeanContextBuilder
Same as BeanContextBuilder.beanFilters(Object...) but replaces the existing values.
beanFiltersReplace in class XmlParserBuildervalues - 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 HtmlParserBuilder beanFiltersRemove(Class<?>... values)
BeanContextBuilderRemoves from the list of classes that make up the bean filters in this bean context.
beanFiltersRemove in class XmlParserBuildervalues - 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 HtmlParserBuilder beanFiltersRemove(Object... values)
BeanContextBuilderRemoves from the list of classes that make up the bean filters in this bean context.
beanFiltersRemove in class XmlParserBuildervalues - 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 HtmlParserBuilder beanMapPutReturnsOldValue(boolean value)
BeanContextBuilder
If BeanMap.put() method will return old property
values.
Otherwise, it returns
beanMapPutReturnsOldValue in class XmlParserBuildervalue - The new value for this property.
public HtmlParserBuilder beanMapPutReturnsOldValue()
BeanContextBuilder
Shortcut for calling beanMapPutReturnsOldValue(.
beanMapPutReturnsOldValue in class XmlParserBuilderpublic HtmlParserBuilder beanMethodVisibility(Visibility value)
BeanContextBuilderOnly look for bean methods with the specified minimum visibility.
beanMethodVisibility in class XmlParserBuildervalue - The new value for this property.
Visibility.PUBLICpublic HtmlParserBuilder beansRequireDefaultConstructor(boolean value)
BeanContextBuilder
If
Otherwise, the bean will be serialized as a string using the Object.toString() method.
beansRequireDefaultConstructor in class XmlParserBuildervalue - The new value for this property.
public HtmlParserBuilder beansRequireDefaultConstructor()
BeanContextBuilder
Shortcut for calling beansRequireDefaultConstructor(.
beansRequireDefaultConstructor in class XmlParserBuilderpublic HtmlParserBuilder 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 XmlParserBuildervalue - The new value for this property.
public HtmlParserBuilder beansRequireSerializable()
BeanContextBuilder
Shortcut for calling beansRequireSerializable(.
beansRequireSerializable in class XmlParserBuilderpublic HtmlParserBuilder beansRequireSettersForGetters(boolean value)
BeanContextBuilder
If
Otherwise, they will be ignored.
beansRequireSettersForGetters in class XmlParserBuildervalue - The new value for this property.
public HtmlParserBuilder beansRequireSettersForGetters()
BeanContextBuilder
Shortcut for calling beansRequireSettersForGetters(.
beansRequireSettersForGetters in class XmlParserBuilderpublic HtmlParserBuilder beansRequireSomeProperties(boolean value)
BeanContextBuilder
If
Otherwise, the bean will be serialized as a string using the Object.toString() method.
beansRequireSomeProperties in class XmlParserBuildervalue - The new value for this property.
public HtmlParserBuilder 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 XmlParserBuildervalue - The new value for this property.
public HtmlParserBuilder bpi(Class<?> beanClass, String value)
BeanContextBuilderSpecifies the set and order of names of properties associated with the bean class.
bpi in class XmlParserBuilderbeanClass - The bean class.value - Comma-delimited list of property names.public HtmlParserBuilder bpi(Map<String,String> values)
BeanContextBuilderSpecifies the set and order of names of properties associated with the bean class.
bpi in class XmlParserBuildervalues - The new value for this property.public HtmlParserBuilder bpi(String beanClassName, String value)
BeanContextBuilderSpecifies the set and order of names of properties associated with the bean class.
bpi in class XmlParserBuilderbeanClassName - The bean class name.
value - Comma-delimited list of property names.public HtmlParserBuilder bpx(Class<?> beanClass, String properties)
BeanContextBuilderSpecifies to exclude the specified list of properties for the specified bean class.
bpx in class XmlParserBuilderbeanClass - The bean class.properties - Comma-delimited list of property names.public HtmlParserBuilder bpx(Map<String,String> values)
BeanContextBuilderSpecifies to exclude the specified list of properties for the specified bean classes.
bpx in class XmlParserBuildervalues - The new value for this property.public HtmlParserBuilder bpx(String beanClassName, String value)
BeanContextBuilderbpx in class XmlParserBuilderbeanClassName - The bean class name.
value - Comma-delimited list of property names.public HtmlParserBuilder bpro(Class<?> beanClass, String value)
BeanContextBuilderSpecifies the read-only properties for the specified bean class.
bpro in class XmlParserBuilderbeanClass - The bean class.value - Comma-delimited list of property names.public HtmlParserBuilder bpro(Map<String,String> values)
BeanContextBuilderSpecifies the read-only properties for the specified bean classes.
bpro in class XmlParserBuildervalues - The new value for this property.public HtmlParserBuilder bpro(String beanClassName, String value)
BeanContextBuilderSpecifies the read-only properties for the specified bean class.
bpro in class XmlParserBuilderbeanClassName - The bean class name.
value - Comma-delimited list of property names.public HtmlParserBuilder bpwo(Class<?> beanClass, String properties)
BeanContextBuilderSpecifies the write-only properties for the specified bean class.
bpwo in class XmlParserBuilderbeanClass - The bean class.properties - Comma-delimited list of property names.public HtmlParserBuilder bpwo(Map<String,String> values)
BeanContextBuilderSpecifies the write-only properties for the specified bean classes.
bpwo in class XmlParserBuildervalues - The new value for this property.public HtmlParserBuilder bpwo(String beanClassName, String value)
BeanContextBuilderSpecifies the write-only properties for the specified bean class.
bpwo in class XmlParserBuilderbeanClassName - The bean class name.
value - Comma-delimited list of property names.public HtmlParserBuilder debug()
BeanContextBuilder
Shortcut for calling debug(.
debug in class XmlParserBuilderpublic HtmlParserBuilder dictionary(Class<?>... values)
BeanContextBuilder
Same as BeanContextBuilder.beanDictionary(Object...) but takes in an array of classes.
dictionary in class XmlParserBuildervalues - The values to add to this property.public HtmlParserBuilder dictionary(Object... values)
BeanContextBuilderAdds to the list of classes that make up the bean dictionary in this bean context.
dictionary in class XmlParserBuildervalues - The values to add to this property.public HtmlParserBuilder dictionaryReplace(Class<?>... values)
BeanContextBuilder
Same as BeanContextBuilder.beanDictionary(Object...) but replaces the existing value.
dictionaryReplace in class XmlParserBuildervalues - The new values for this property.public HtmlParserBuilder dictionaryReplace(Object... values)
BeanContextBuilder
Same as BeanContextBuilder.beanDictionary(Object...) but replaces the existing value.
dictionaryReplace in class XmlParserBuildervalues - The new values for this property.public HtmlParserBuilder dictionaryRemove(Class<?>... values)
BeanContextBuilderRemoves from the list of classes that make up the bean dictionary in this bean context.
dictionaryRemove in class XmlParserBuildervalues - The values to remove from this property.public HtmlParserBuilder dictionaryRemove(Object... values)
BeanContextBuilderRemoves from the list of classes that make up the bean dictionary in this bean context.
dictionaryRemove in class XmlParserBuildervalues - The values to remove from this property.public <T> HtmlParserBuilder example(Class<T> c, T o)
BeanContextBuilderSpecifies an example of the specified class.
example in class XmlParserBuilderc - The POJO class.o - An instance of the POJO class used for examples.public <T> HtmlParserBuilder exampleJson(Class<T> c, String value)
BeanContextBuilderSpecifies an example of the specified class.
exampleJson in class XmlParserBuilderT - The POJO class type.c - The POJO class.value - The simple JSON representation of the example.public HtmlParserBuilder ignoreInvocationExceptionsOnGetters(boolean value)
BeanContextBuilder
If BeanRuntimeException is thrown.
ignoreInvocationExceptionsOnGetters in class XmlParserBuildervalue - The new value for this property.
public HtmlParserBuilder ignoreInvocationExceptionsOnGetters()
BeanContextBuilder
Shortcut for calling ignoreInvocationExceptionsOnGetters(.
ignoreInvocationExceptionsOnGetters in class XmlParserBuilderpublic HtmlParserBuilder ignoreInvocationExceptionsOnSetters(boolean value)
BeanContextBuilder
If
Otherwise, a BeanRuntimeException is thrown.
ignoreInvocationExceptionsOnSetters in class XmlParserBuildervalue - The new value for this property.
public HtmlParserBuilder ignoreInvocationExceptionsOnSetters()
BeanContextBuilder
Shortcut for calling ignoreInvocationExceptionsOnSetters(.
ignoreInvocationExceptionsOnSetters in class XmlParserBuilderpublic HtmlParserBuilder ignorePropertiesWithoutSetters(boolean value)
BeanContextBuilder
If
Otherwise, a BeanRuntimeException is thrown.
ignorePropertiesWithoutSetters in class XmlParserBuildervalue - The new value for this property.
public HtmlParserBuilder ignoreUnknownBeanProperties(boolean value)
BeanContextBuilder
If
Otherwise, a BeanRuntimeException is thrown.
ignoreUnknownBeanProperties in class XmlParserBuildervalue - The new value for this property.
public HtmlParserBuilder ignoreUnknownBeanProperties()
BeanContextBuilder
Shortcut for calling ignoreUnknownBeanProperties(.
ignoreUnknownBeanProperties in class XmlParserBuilderpublic HtmlParserBuilder ignoreUnknownNullBeanProperties(boolean value)
BeanContextBuilder
If
Otherwise, a BeanRuntimeException is thrown.
ignoreUnknownNullBeanProperties in class XmlParserBuildervalue - The new value for this property.
public HtmlParserBuilder implClass(Class<?> interfaceClass, Class<?> implClass)
BeanContextBuilderimplClass in class XmlParserBuilderinterfaceClass - The interface class.implClass - The implementation class.public HtmlParserBuilder 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 XmlParserBuildervalues - The new value for this property.public HtmlParserBuilder locale(Locale value)
BeanContextBuilderSpecifies a default locale for serializer and parser sessions.
locale in class XmlParserBuildervalue - The new value for this property.public HtmlParserBuilder mediaType(MediaType value)
BeanContextBuilderSpecifies a default media type value for serializer and parser sessions.
mediaType in class XmlParserBuildervalue - The new value for this property.public HtmlParserBuilder 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 XmlParserBuildervalues - The values to add to this property.public HtmlParserBuilder 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 XmlParserBuildervalues - The values to add to this property.
public HtmlParserBuilder notBeanClassesReplace(Class<?>... values)
BeanContextBuilder
Not-bean classes are converted to
notBeanClassesReplace in class XmlParserBuildervalues - The new value for this property.public HtmlParserBuilder notBeanClassesReplace(Object... values)
BeanContextBuilder
Not-bean classes are converted to
notBeanClassesReplace in class XmlParserBuildervalues - The new value for this property.
public HtmlParserBuilder notBeanClassesRemove(Class<?>... values)
BeanContextBuildernotBeanClassesRemove in class XmlParserBuildervalues - The values to remove from this property.public HtmlParserBuilder notBeanClassesRemove(Object... values)
BeanContextBuildernotBeanClassesRemove in class XmlParserBuildervalues - The values to remove from this property.
public HtmlParserBuilder notBeanPackages(Object... values)
BeanContextBuildernotBeanPackages in class XmlParserBuildervalues - The values to add to this property.
public HtmlParserBuilder notBeanPackages(String... values)
BeanContextBuildernotBeanPackages in class XmlParserBuildervalues - The values to add to this property.public HtmlParserBuilder notBeanPackagesReplace(String... values)
BeanContextBuildernotBeanPackagesReplace in class XmlParserBuildervalues - public HtmlParserBuilder notBeanPackagesReplace(Object... values)
BeanContextBuildernotBeanPackagesReplace in class XmlParserBuildervalues - public HtmlParserBuilder notBeanPackagesRemove(String... values)
BeanContextBuildernotBeanPackagesRemove in class XmlParserBuildervalues - The values to remove from this property.public HtmlParserBuilder notBeanPackagesRemove(Object... values)
BeanContextBuildernotBeanPackagesRemove in class XmlParserBuildervalues - public HtmlParserBuilder pojoSwaps(Class<?>... values)
BeanContextBuilderpojoSwaps in class XmlParserBuildervalues - The values to add to this property.public HtmlParserBuilder pojoSwaps(Object... values)
BeanContextBuilderpojoSwaps in class XmlParserBuildervalues - The values to add to this property.
PojoSwap.
SurrogateSwap.
public HtmlParserBuilder pojoSwapsReplace(Class<?>... values)
BeanContextBuilderpojoSwapsReplace in class XmlParserBuildervalues - The values to remove from this property.
PojoSwap.
SurrogateSwap.
public HtmlParserBuilder pojoSwapsReplace(Object... values)
BeanContextBuilderpojoSwapsReplace in class XmlParserBuildervalues - The values to remove from this property.
PojoSwap.
SurrogateSwap.
public HtmlParserBuilder pojoSwapsRemove(Class<?>... values)
BeanContextBuilderpojoSwapsRemove in class XmlParserBuildervalues - The values to remove from this property.
PojoSwap.
SurrogateSwap.
public HtmlParserBuilder pojoSwapsRemove(Object... values)
BeanContextBuilderpojoSwapsRemove in class XmlParserBuildervalues - The values to remove from this property.
PojoSwap.
SurrogateSwap.
public HtmlParserBuilder sortProperties(boolean value)
BeanContextBuilder
When
sortProperties in class XmlParserBuildervalue - The new value for this property.
public HtmlParserBuilder sortProperties()
BeanContextBuilder
Shortcut for calling sortProperties(.
sortProperties in class XmlParserBuilderpublic HtmlParserBuilder timeZone(TimeZone value)
BeanContextBuildertimeZone in class XmlParserBuildervalue - The new value for this property.public HtmlParserBuilder useEnumNames(boolean value)
BeanContextBuilder
When enabled, enums are always serialized by name instead of using Object.toString().
useEnumNames in class XmlParserBuildervalue - The property value.public HtmlParserBuilder useEnumNames()
BeanContextBuilder
When enabled, enums are always serialized by name instead of using Object.toString().
useEnumNames in class XmlParserBuilderpublic HtmlParserBuilder useInterfaceProxies(boolean value)
BeanContextBuilder
If InvocationHandler if there is no other way of instantiating them.
useInterfaceProxies in class XmlParserBuildervalue - The new value for this property.
public HtmlParserBuilder 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 XmlParserBuildervalue - The new value for this property.
public HtmlParserBuilder useJavaBeanIntrospector()
BeanContextBuilder
Shortcut for calling useJavaBeanIntrospector(.
useJavaBeanIntrospector in class XmlParserBuilderpublic HtmlParserBuilder set(String name, Object value)
ContextBuilderset in class XmlParserBuildername - The property name.value - The property value.PropertyStoreBuilder.set(String, Object)public HtmlParserBuilder set(Map<String,Object> properties)
ContextBuilderset in class XmlParserBuilderproperties - The properties to set on this class.PropertyStoreBuilder.set(java.util.Map)public HtmlParserBuilder add(Map<String,Object> properties)
ContextBuilderadd in class XmlParserBuilderproperties - The properties to set on this class.PropertyStoreBuilder.add(java.util.Map)public HtmlParserBuilder addTo(String name, Object value)
ContextBuilderaddTo in class XmlParserBuildername - The property name.value - The new value to add to the SET property.public HtmlParserBuilder addTo(String name, String key, Object value)
ContextBuilderaddTo in class XmlParserBuildername - The property name.key - The property value map key.value - The property value map value.public HtmlParserBuilder removeFrom(String name, Object value)
ContextBuilderremoveFrom in class XmlParserBuildername - The property name.value - The property value in the SET property.public HtmlParserBuilder apply(PropertyStore copyFrom)
ContextBuilderapply in class XmlParserBuildercopyFrom - The factory whose settings are being copied.public HtmlParserBuilder applyAnnotations(AnnotationList al, VarResolverSession vrs)
ContextBuilderapplyAnnotations in class XmlParserBuilderal - 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.