public class RdfSerializerBuilder extends SerializerBuilder
Type | Property and Description |
---|---|
RdfSerializerBuilder |
addRoot
Configuration property: Add RDF root identifier property to root node.
|
psb
Constructor and Description |
---|
RdfSerializerBuilder()
Constructor, default settings.
|
RdfSerializerBuilder(PropertyStore ps)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
RdfSerializerBuilder |
abridged()
Configuration property: Abridged output.
|
RdfSerializerBuilder |
abridged(boolean value)
Configuration property: Abridged output.
|
RdfSerializerBuilder |
add(Map<String,Object> properties)
Adds multiple configuration properties on this object.
|
RdfSerializerBuilder |
addBeanTypeProperties(boolean value)
Configuration property: Add
|
RdfSerializerBuilder |
addLiteralTypes()
Configuration property: Add XSI data types to non-
String literals. |
RdfSerializerBuilder |
addLiteralTypes(boolean value)
Configuration property: Add XSI data types to non-
String literals. |
RdfSerializerBuilder |
addRootProperty()
Configuration property: Add RDF root identifier property to root node.
|
RdfSerializerBuilder |
addRootProperty(boolean value)
Configuration property: Add RDF root identifier property to root node.
|
RdfSerializerBuilder |
addTo(String name,
Object value)
Adds a value to a SET or LIST property.
|
RdfSerializerBuilder |
addTo(String name,
String key,
Object value)
Adds or overwrites a value to a SET, LIST, or MAP property.
|
RdfSerializerBuilder |
apply(PropertyStore copyFrom)
Copies the settings from the specified property store into this builder.
|
RdfSerializerBuilder |
autoDetectNamespaces(boolean value)
Configuration property: Auto-detect namespace usage.
|
RdfSerializerBuilder |
beanClassVisibility(Visibility value)
Configuration property: Minimum bean class visibility.
|
RdfSerializerBuilder |
beanConstructorVisibility(Visibility value)
Configuration property: Minimum bean constructor visibility.
|
RdfSerializerBuilder |
beanDictionary(boolean append,
Object... values)
Configuration property: Bean dictionary.
|
RdfSerializerBuilder |
beanDictionary(Class<?>... values)
Configuration property: Bean dictionary.
|
RdfSerializerBuilder |
beanDictionary(Object... values)
Configuration property: Bean dictionary.
|
RdfSerializerBuilder |
beanDictionaryRemove(Object... values)
Configuration property: Bean dictionary.
|
RdfSerializerBuilder |
beanFieldVisibility(Visibility value)
Configuration property: Minimum bean field visibility.
|
RdfSerializerBuilder |
beanFilters(boolean append,
Object... values)
Configuration property: Bean filters.
|
RdfSerializerBuilder |
beanFilters(Class<?>... values)
Configuration property: Bean filters.
|
RdfSerializerBuilder |
beanFilters(Object... values)
Configuration property: Bean filters.
|
RdfSerializerBuilder |
beanFiltersRemove(Object... values)
Configuration property: Bean filters.
|
RdfSerializerBuilder |
beanMapPutReturnsOldValue()
Configuration property: BeanMap.put() returns old property value.
|
RdfSerializerBuilder |
beanMapPutReturnsOldValue(boolean value)
Configuration property: BeanMap.put() returns old property value.
|
RdfSerializerBuilder |
beanMethodVisibility(Visibility value)
Configuration property: Minimum bean method visibility.
|
RdfSerializerBuilder |
beansRequireDefaultConstructor()
Configuration property: Beans require no-arg constructors.
|
RdfSerializerBuilder |
beansRequireDefaultConstructor(boolean value)
Configuration property: Beans require no-arg constructors.
|
RdfSerializerBuilder |
beansRequireSerializable()
Configuration property: Beans require Serializable interface.
|
RdfSerializerBuilder |
beansRequireSerializable(boolean value)
Configuration property: Beans require Serializable interface.
|
RdfSerializerBuilder |
beansRequireSettersForGetters()
Configuration property: Beans require setters for getters.
|
RdfSerializerBuilder |
beansRequireSettersForGetters(boolean value)
Configuration property: Beans require setters for getters.
|
RdfSerializerBuilder |
beansRequireSomeProperties(boolean value)
Configuration property: Beans require at least one property.
|
RdfSerializerBuilder |
beanTypePropertyName(String value)
Configuration property: Bean type property name.
|
RdfSerializer |
build()
Build the object.
|
RdfSerializerBuilder |
collectionFormat(RdfCollectionFormat value)
Configuration property: RDF format for representing collections and arrays.
|
RdfSerializerBuilder |
debug()
Configuration property: Debug mode.
|
RdfSerializerBuilder |
detectRecursions()
Configuration property: Automatically detect POJO recursions.
|
RdfSerializerBuilder |
detectRecursions(boolean value)
Configuration property: Automatically detect POJO recursions.
|
RdfSerializerBuilder |
ignoreInvocationExceptionsOnGetters()
Configuration property: Ignore invocation errors on getters.
|
RdfSerializerBuilder |
ignoreInvocationExceptionsOnGetters(boolean value)
Configuration property: Ignore invocation errors on getters.
|
RdfSerializerBuilder |
ignoreInvocationExceptionsOnSetters()
Configuration property: Ignore invocation errors on setters.
|
RdfSerializerBuilder |
ignoreInvocationExceptionsOnSetters(boolean value)
Configuration property: Ignore invocation errors on setters.
|
RdfSerializerBuilder |
ignorePropertiesWithoutSetters(boolean value)
Configuration property: Ignore properties without setters.
|
RdfSerializerBuilder |
ignoreRecursions()
Configuration property: Ignore recursion errors.
|
RdfSerializerBuilder |
ignoreRecursions(boolean value)
Configuration property: Ignore recursion errors.
|
RdfSerializerBuilder |
ignoreUnknownBeanProperties()
Configuration property: Ignore unknown properties.
|
RdfSerializerBuilder |
ignoreUnknownBeanProperties(boolean value)
Configuration property: Ignore unknown properties.
|
RdfSerializerBuilder |
ignoreUnknownNullBeanProperties(boolean value)
Configuration property: Ignore unknown properties with null values.
|
<T> RdfSerializerBuilder |
implClass(Class<T> interfaceClass,
Class<? extends T> implClass)
Configuration property: Implementation classes.
|
RdfSerializerBuilder |
implClasses(Map<String,Class<?>> values)
Configuration property: Implementation classes.
|
RdfSerializerBuilder |
initialDepth(int value)
Configuration property: Initial depth.
|
RdfSerializerBuilder |
juneauBpNs(Namespace value)
Configuration property: Default XML namespace for bean properties.
|
RdfSerializerBuilder |
juneauNs(Namespace value)
Configuration property: XML namespace for Juneau properties.
|
RdfSerializerBuilder |
language(String value)
Configuration property: RDF language.
|
RdfSerializerBuilder |
listener(Class<? extends SerializerListener> value)
Configuration property: Serializer listener.
|
RdfSerializerBuilder |
locale(Locale value)
Configuration property: Locale.
|
RdfSerializerBuilder |
looseCollections()
Configuration property: Collections should be serialized and parsed as loose collections.
|
RdfSerializerBuilder |
looseCollections(boolean value)
Configuration property: Collections should be serialized and parsed as loose collections.
|
RdfSerializerBuilder |
maxDepth(int value)
Configuration property: Max serialization depth.
|
RdfSerializerBuilder |
maxIndent(int value)
Configuration property: Maximum indentation.
|
RdfSerializerBuilder |
mediaType(MediaType value)
Configuration property: Media type.
|
RdfSerializerBuilder |
n3()
Configuration property: RDF language.
|
RdfSerializerBuilder |
namespaces(Namespace... values)
Configuration property: Default namespaces.
|
RdfSerializerBuilder |
notBeanClasses(boolean append,
Object... values)
Configuration property: Bean class exclusions.
|
RdfSerializerBuilder |
notBeanClasses(Class<?>... values)
Configuration property: Bean class exclusions.
|
RdfSerializerBuilder |
notBeanClasses(Object... values)
Configuration property: Bean class exclusions.
|
RdfSerializerBuilder |
notBeanClassesRemove(Object... values)
Configuration property: Bean class exclusions.
|
RdfSerializerBuilder |
notBeanPackages(boolean append,
Object... values)
Configuration property: Bean package exclusions.
|
RdfSerializerBuilder |
notBeanPackages(Object... values)
Configuration property: Bean package exclusions.
|
RdfSerializerBuilder |
notBeanPackages(String... values)
Configuration property: Bean package exclusions.
|
RdfSerializerBuilder |
notBeanPackagesRemove(Object... values)
Configuration property: Bean package exclusions.
|
RdfSerializerBuilder |
ntriple()
Configuration property: RDF language.
|
RdfSerializerBuilder |
pojoSwaps(boolean append,
Object... values)
Configuration property: POJO swaps.
|
RdfSerializerBuilder |
pojoSwaps(Class<?>... values)
Configuration property: POJO swaps.
|
RdfSerializerBuilder |
pojoSwaps(Object... values)
Configuration property: POJO swaps.
|
RdfSerializerBuilder |
pojoSwapsRemove(Object... values)
Configuration property: POJO swaps.
|
RdfSerializerBuilder |
quoteChar(char value)
Configuration property: Quote character.
|
RdfSerializerBuilder |
removeFrom(String name,
Object value)
Removes a value from a SET, LIST, or MAP property.
|
RdfSerializerBuilder |
set(boolean append,
String name,
Object value)
Sets or adds to a SET or LIST property.
|
RdfSerializerBuilder |
set(Map<String,Object> properties)
Sets multiple configuration properties on this object.
|
RdfSerializerBuilder |
set(String name,
Object value)
Sets a configuration property on this object.
|
RdfSerializerBuilder |
sortCollections()
Configuration property: Sort arrays and collections alphabetically.
|
RdfSerializerBuilder |
sortCollections(boolean value)
Configuration property: Sort arrays and collections alphabetically.
|
RdfSerializerBuilder |
sortMaps()
Configuration property: Sort maps alphabetically.
|
RdfSerializerBuilder |
sortMaps(boolean value)
Configuration property: Sort maps alphabetically.
|
RdfSerializerBuilder |
sortProperties()
Configuration property: Sort bean properties.
|
RdfSerializerBuilder |
sortProperties(boolean value)
Configuration property: Sort bean properties.
|
RdfSerializerBuilder |
sq()
Configuration property: Quote character.
|
RdfSerializerBuilder |
timeZone(TimeZone value)
Configuration property: TimeZone.
|
RdfSerializerBuilder |
trimEmptyCollections()
Configuration property: Trim empty lists and arrays.
|
RdfSerializerBuilder |
trimEmptyCollections(boolean value)
Configuration property: Trim empty lists and arrays.
|
RdfSerializerBuilder |
trimEmptyMaps()
Configuration property: Trim empty maps.
|
RdfSerializerBuilder |
trimEmptyMaps(boolean value)
Configuration property: Trim empty maps.
|
RdfSerializerBuilder |
trimNullProperties(boolean value)
Configuration property: Trim null bean property values.
|
RdfSerializerBuilder |
trimStrings()
Configuration property: Trim strings.
|
RdfSerializerBuilder |
trimStrings(boolean value)
Configuration property: Trim strings.
|
RdfSerializerBuilder |
turtle()
Configuration property: RDF language.
|
RdfSerializerBuilder |
uriContext(UriContext value)
Configuration property: URI context bean.
|
RdfSerializerBuilder |
uriRelativity(UriRelativity value)
Configuration property: URI relativity.
|
RdfSerializerBuilder |
uriResolution(UriResolution value)
Configuration property: URI resolution.
|
RdfSerializerBuilder |
useInterfaceProxies(boolean value)
Configuration property: Use interface proxies.
|
RdfSerializerBuilder |
useJavaBeanIntrospector()
Configuration property: Use Java Introspector.
|
RdfSerializerBuilder |
useJavaBeanIntrospector(boolean value)
Configuration property: Use Java Introspector.
|
RdfSerializerBuilder |
useWhitespace()
Configuration property: Use whitespace.
|
RdfSerializerBuilder |
useWhitespace(boolean value)
Configuration property: Use whitespace.
|
RdfSerializerBuilder |
useXmlNamespaces(boolean value)
Configuration property: Reuse XML namespaces when RDF namespaces not specified.
|
RdfSerializerBuilder |
ws()
Configuration property: Use whitespace.
|
RdfSerializerBuilder |
xml()
Configuration property: RDF language.
|
RdfSerializerBuilder |
xmlabbrev()
Configuration property: RDF language.
|
uriContext, uriRelativity, uriResolution
debug, excludeProperties, excludeProperties, excludeProperties, includeProperties, includeProperties, includeProperties, propertyNamer
build, getPropertyStore, getPropertyStoreBuilder
public RdfSerializerBuilder addRootProperty
Shortcut for calling addRootProperty(
.
public RdfSerializerBuilder()
public RdfSerializerBuilder(PropertyStore ps)
ps
- The initial configuration settings for this builder.public RdfSerializer build()
ContextBuilder
build
in class SerializerBuilder
public RdfSerializerBuilder addLiteralTypes(boolean value)
String
literals.
value
- The new value for this property.
public RdfSerializerBuilder addLiteralTypes()
String
literals.
Shortcut for calling addLiteralTypes(
.
public RdfSerializerBuilder addRootProperty(boolean value)
When enabled an RDF property http://www.apache.org/juneau/root
is added with a value of
If disabled, the parser has to search through the model to find any resources without incoming predicates to identify root notes, which can introduce a considerable performance degradation.
value
- The new value for this property.
public RdfSerializerBuilder addRootProperty()
Shortcut for calling addRootProperty(
.
public RdfSerializerBuilder autoDetectNamespaces(boolean value)
Detect namespace usage before serialization.
value
- The new value for this property.
public RdfSerializerBuilder collectionFormat(RdfCollectionFormat value)
value
- The new value for this property.
public RdfSerializerBuilder juneauBpNs(Namespace value)
value
- The new value for this property.
{j:'http://www.apache.org/juneaubp/' }
.public RdfSerializerBuilder juneauNs(Namespace value)
value
- The new value for this property.
{j:'http://www.apache.org/juneau/' }
.public RdfSerializerBuilder language(String value)
Can be any of the following:
com.hp.hpl.jena.n3.N3JenaWriter.writer
.
value
- The new value for this property.public RdfSerializerBuilder looseCollections(boolean value)
When specified, collections of resources are handled as loose collections of resources in RDF instead of resources that are children of an RDF collection (e.g. Sequence, Bag).
value
- The new value for this property.
public RdfSerializerBuilder looseCollections()
Shortcut for looseCollections(
.
public RdfSerializerBuilder n3()
Shortcut for calling language(
public RdfSerializerBuilder namespaces(Namespace... values)
The default list of namespaces associated with this serializer.
values
- The new value for this property.public RdfSerializerBuilder ntriple()
Shortcut for calling language(
public RdfSerializerBuilder turtle()
Shortcut for calling language(
public RdfSerializerBuilder useXmlNamespaces(boolean value)
When specified, namespaces defined using @XmlNs
and Xml
will be
inherited by the RDF serializers.
Otherwise, namespaces will be defined using @RdfNs
and @Rdf
.
value
- The new value for this property.
public RdfSerializerBuilder xml()
Shortcut for calling language(
public RdfSerializerBuilder xmlabbrev()
Shortcut for calling language(
public RdfSerializerBuilder 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 SerializerBuilder
value
- The new value for this property.
public RdfSerializerBuilder abridged()
SerializerBuilder
Shortcut for calling abridged(
.
abridged
in class SerializerBuilder
public RdfSerializerBuilder addBeanTypeProperties(boolean value)
SerializerBuilder
If
addBeanTypeProperties
in class SerializerBuilder
value
- The new value for this property.
public RdfSerializerBuilder detectRecursions(boolean value)
SerializerBuilder
Specifies that recursions should be checked for during serialization.
detectRecursions
in class SerializerBuilder
value
- The new value for this property.
public RdfSerializerBuilder detectRecursions()
SerializerBuilder
Shortcut for calling detectRecursions(
.
detectRecursions
in class SerializerBuilder
public RdfSerializerBuilder ignoreRecursions(boolean value)
SerializerBuilder
If
ignoreRecursions
in class SerializerBuilder
value
- The new value for this property.
public RdfSerializerBuilder ignoreRecursions()
SerializerBuilder
Shortcut for calling ignoreRecursions(
.
ignoreRecursions
in class SerializerBuilder
public RdfSerializerBuilder initialDepth(int value)
SerializerBuilder
The initial indentation level at the root.
initialDepth
in class SerializerBuilder
value
- The new value for this property.
0
.public RdfSerializerBuilder listener(Class<? extends SerializerListener> value)
SerializerBuilder
Class used to listen for errors and warnings that occur during serialization.
listener
in class SerializerBuilder
value
- The new value for this property.public RdfSerializerBuilder 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 SerializerBuilder
value
- The new value for this property.
100
.public RdfSerializerBuilder maxIndent(int value)
SerializerBuilder
Specifies the maximum indentation level in the serialized document.
maxIndent
in class SerializerBuilder
value
- The new value for this property.
100
.public RdfSerializerBuilder quoteChar(char value)
SerializerBuilder
This is the character used for quoting attributes and values.
quoteChar
in class SerializerBuilder
value
- The new value for this property.
public RdfSerializerBuilder sortCollections(boolean value)
SerializerBuilder
Copies and sorts the contents of arrays and collections before serializing them.
sortCollections
in class SerializerBuilder
value
- The new value for this property.
public RdfSerializerBuilder sortCollections()
SerializerBuilder
Shortcut for calling sortCollections(
.
sortCollections
in class SerializerBuilder
public RdfSerializerBuilder sortMaps(boolean value)
SerializerBuilder
Copies and sorts the contents of maps before serializing them.
sortMaps
in class SerializerBuilder
value
- The new value for this property.
public RdfSerializerBuilder sortMaps()
SerializerBuilder
Shortcut for calling sortMaps(
.
sortMaps
in class SerializerBuilder
public RdfSerializerBuilder sq()
SerializerBuilder
Shortcut for calling quoteChar(
.
sq
in class SerializerBuilder
public RdfSerializerBuilder trimEmptyCollections(boolean value)
SerializerBuilder
If
trimEmptyCollections
in class SerializerBuilder
value
- The new value for this property.
public RdfSerializerBuilder trimEmptyCollections()
SerializerBuilder
Shortcut for calling trimEmptyCollections(
.
trimEmptyCollections
in class SerializerBuilder
public RdfSerializerBuilder trimEmptyMaps(boolean value)
SerializerBuilder
If
trimEmptyMaps
in class SerializerBuilder
value
- The new value for this property.
public RdfSerializerBuilder trimEmptyMaps()
SerializerBuilder
Shortcut for calling trimEmptyMaps(
.
trimEmptyMaps
in class SerializerBuilder
public RdfSerializerBuilder trimNullProperties(boolean value)
SerializerBuilder
If
trimNullProperties
in class SerializerBuilder
value
- The new value for this property.
public RdfSerializerBuilder trimStrings(boolean value)
SerializerBuilder
If String.trim()
before being serialized.
trimStrings
in class SerializerBuilder
value
- The new value for this property.
public RdfSerializerBuilder trimStrings()
SerializerBuilder
Shortcut for calling trimStrings(
.
trimStrings
in class SerializerBuilder
public RdfSerializerBuilder uriContext(UriContext value)
SerializerBuilder
Bean used for resolution of URIs to absolute or root-relative form.
uriContext
in class SerializerBuilder
value
- The new value for this property.public RdfSerializerBuilder uriRelativity(UriRelativity value)
SerializerBuilder
Defines what relative URIs are relative to when serializing URI/URL objects.
uriRelativity
in class SerializerBuilder
value
- The new value for this property.
UriRelativity.RESOURCE
public RdfSerializerBuilder uriResolution(UriResolution value)
SerializerBuilder
Defines the resolution level for URIs when serializing URI/URL objects.
uriResolution
in class SerializerBuilder
value
- The new value for this property.
UriResolution.NONE
public RdfSerializerBuilder useWhitespace(boolean value)
SerializerBuilder
If
useWhitespace
in class SerializerBuilder
value
- The new value for this property.
public RdfSerializerBuilder useWhitespace()
SerializerBuilder
Shortcut for calling useWhitespace(
.
useWhitespace
in class SerializerBuilder
public RdfSerializerBuilder ws()
SerializerBuilder
Shortcut for calling useWhitespace(
.
ws
in class SerializerBuilder
public RdfSerializerBuilder beansRequireDefaultConstructor(boolean value)
BeanContextBuilder
If
Otherwise, the bean will be serialized as a string using the Object.toString()
method.
beansRequireDefaultConstructor
in class SerializerBuilder
value
- The new value for this property.
public RdfSerializerBuilder beansRequireDefaultConstructor()
BeanContextBuilder
Shortcut for calling beansRequireDefaultConstructor(
.
beansRequireDefaultConstructor
in class SerializerBuilder
public RdfSerializerBuilder 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 SerializerBuilder
value
- The new value for this property.
public RdfSerializerBuilder beansRequireSerializable()
BeanContextBuilder
Shortcut for calling beansRequireSerializable(
.
beansRequireSerializable
in class SerializerBuilder
public RdfSerializerBuilder beansRequireSettersForGetters(boolean value)
BeanContextBuilder
If
Otherwise, they will be ignored.
beansRequireSettersForGetters
in class SerializerBuilder
value
- The new value for this property.
public RdfSerializerBuilder beansRequireSettersForGetters()
BeanContextBuilder
Shortcut for calling beansRequireSettersForGetters(
.
beansRequireSettersForGetters
in class SerializerBuilder
public RdfSerializerBuilder beansRequireSomeProperties(boolean value)
BeanContextBuilder
If
Otherwise, the bean will be serialized as a string using the Object.toString()
method.
beansRequireSomeProperties
in class SerializerBuilder
value
- The new value for this property.
public RdfSerializerBuilder beanMapPutReturnsOldValue(boolean value)
BeanContextBuilder
If BeanMap.put()
method will return old property
values.
Otherwise, it returns
beanMapPutReturnsOldValue
in class SerializerBuilder
value
- The new value for this property.
public RdfSerializerBuilder beanMapPutReturnsOldValue()
BeanContextBuilder
Shortcut for calling beanMapPutReturnsOldValue(
.
beanMapPutReturnsOldValue
in class SerializerBuilder
public RdfSerializerBuilder beanConstructorVisibility(Visibility value)
BeanContextBuilder
Only look for constructors with the specified minimum visibility.
beanConstructorVisibility
in class SerializerBuilder
value
- The new value for this property.
Visibility.PUBLIC
.public RdfSerializerBuilder 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 SerializerBuilder
value
- The new value for this property.
Visibility.PUBLIC
.public RdfSerializerBuilder beanFieldVisibility(Visibility value)
BeanContextBuilder
Only look for bean fields with the specified minimum visibility.
beanFieldVisibility
in class SerializerBuilder
value
- The new value for this property.
Visibility.PUBLIC
.public RdfSerializerBuilder beanMethodVisibility(Visibility value)
BeanContextBuilder
Only look for bean methods with the specified minimum visibility.
beanMethodVisibility
in class SerializerBuilder
value
- The new value for this property.
Visibility.PUBLIC
public RdfSerializerBuilder 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 SerializerBuilder
value
- The new value for this property.
public RdfSerializerBuilder useJavaBeanIntrospector()
BeanContextBuilder
Shortcut for calling useJavaBeanIntrospector(
.
useJavaBeanIntrospector
in class SerializerBuilder
public RdfSerializerBuilder useInterfaceProxies(boolean value)
BeanContextBuilder
If InvocationHandler
if there is no other way of instantiating them.
useInterfaceProxies
in class SerializerBuilder
value
- The new value for this property.
public RdfSerializerBuilder ignoreUnknownBeanProperties(boolean value)
BeanContextBuilder
If
Otherwise, a BeanRuntimeException
is thrown.
ignoreUnknownBeanProperties
in class SerializerBuilder
value
- The new value for this property.
public RdfSerializerBuilder ignoreUnknownBeanProperties()
BeanContextBuilder
Shortcut for calling ignoreUnknownBeanProperties(
.
ignoreUnknownBeanProperties
in class SerializerBuilder
public RdfSerializerBuilder ignoreUnknownNullBeanProperties(boolean value)
BeanContextBuilder
If
Otherwise, a BeanRuntimeException
is thrown.
ignoreUnknownNullBeanProperties
in class SerializerBuilder
value
- The new value for this property.
public RdfSerializerBuilder ignorePropertiesWithoutSetters(boolean value)
BeanContextBuilder
If
Otherwise, a BeanRuntimeException
is thrown.
ignorePropertiesWithoutSetters
in class SerializerBuilder
value
- The new value for this property.
public RdfSerializerBuilder ignoreInvocationExceptionsOnGetters(boolean value)
BeanContextBuilder
If BeanRuntimeException
is thrown.
ignoreInvocationExceptionsOnGetters
in class SerializerBuilder
value
- The new value for this property.
public RdfSerializerBuilder ignoreInvocationExceptionsOnGetters()
BeanContextBuilder
Shortcut for calling ignoreInvocationExceptionsOnGetters(
.
ignoreInvocationExceptionsOnGetters
in class SerializerBuilder
public RdfSerializerBuilder ignoreInvocationExceptionsOnSetters(boolean value)
BeanContextBuilder
If
Otherwise, a BeanRuntimeException
is thrown.
ignoreInvocationExceptionsOnSetters
in class SerializerBuilder
value
- The new value for this property.
public RdfSerializerBuilder ignoreInvocationExceptionsOnSetters()
BeanContextBuilder
Shortcut for calling ignoreInvocationExceptionsOnSetters(
.
ignoreInvocationExceptionsOnSetters
in class SerializerBuilder
public RdfSerializerBuilder sortProperties(boolean value)
BeanContextBuilder
When
sortProperties
in class SerializerBuilder
value
- The new value for this property.
public RdfSerializerBuilder sortProperties()
BeanContextBuilder
Shortcut for calling sortProperties(
.
sortProperties
in class SerializerBuilder
public RdfSerializerBuilder notBeanPackages(Object... values)
BeanContextBuilder
notBeanPackages
in class SerializerBuilder
values
- The values to add to this property.
public RdfSerializerBuilder notBeanPackages(String... values)
BeanContextBuilder
notBeanPackages
in class SerializerBuilder
values
- The values to add to this property.public RdfSerializerBuilder notBeanPackages(boolean append, Object... values)
BeanContextBuilder
When specified, the current list of ignore packages are appended to.
notBeanPackages
in class SerializerBuilder
append
- If values
- The new values for this property.
public RdfSerializerBuilder notBeanPackagesRemove(Object... values)
BeanContextBuilder
notBeanPackagesRemove
in class SerializerBuilder
values
- public RdfSerializerBuilder 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 SerializerBuilder
values
- The values to add to this property.
public RdfSerializerBuilder 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 SerializerBuilder
values
- The values to add to this property.public RdfSerializerBuilder 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 SerializerBuilder
append
- If values
- The new value for this property.
public RdfSerializerBuilder notBeanClassesRemove(Object... values)
BeanContextBuilder
notBeanClassesRemove
in class SerializerBuilder
values
- The values to remove from this property.
public RdfSerializerBuilder 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 SerializerBuilder
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 RdfSerializerBuilder beanFilters(Class<?>... values)
BeanContextBuilder
Same as BeanContextBuilder.beanFilters(Object...)
but takes in an array of classes.
beanFilters
in class SerializerBuilder
values
- The values to add to this property.public RdfSerializerBuilder beanFilters(boolean append, Object... values)
BeanContextBuilder
Same as BeanContextBuilder.beanFilters(Object...)
but allows you to optionally overwrite the previous value.
beanFilters
in class SerializerBuilder
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 RdfSerializerBuilder beanFiltersRemove(Object... values)
BeanContextBuilder
Removes from the list of classes that make up the bean filters in this bean context.
beanFiltersRemove
in class SerializerBuilder
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 RdfSerializerBuilder pojoSwaps(Object... values)
BeanContextBuilder
pojoSwaps
in class SerializerBuilder
values
- The values to add to this property.
PojoSwap
.
SurrogateSwap
.
public RdfSerializerBuilder pojoSwaps(Class<?>... values)
BeanContextBuilder
pojoSwaps
in class SerializerBuilder
values
- The values to add to this property.public RdfSerializerBuilder 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 SerializerBuilder
append
- If values
- The new value for this property.
public RdfSerializerBuilder pojoSwapsRemove(Object... values)
BeanContextBuilder
pojoSwapsRemove
in class SerializerBuilder
values
- The values to remove from this property.
PojoSwap
.
SurrogateSwap
.
public RdfSerializerBuilder 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 SerializerBuilder
values
- The new value for this property.public <T> RdfSerializerBuilder implClass(Class<T> interfaceClass, Class<? extends T> implClass)
BeanContextBuilder
implClass
in class SerializerBuilder
T
- The class type of the interface.interfaceClass
- The interface class.implClass
- The implementation class.public RdfSerializerBuilder beanDictionary(Object... values)
BeanContextBuilder
Adds to the list of classes that make up the bean dictionary in this bean context.
beanDictionary
in class SerializerBuilder
values
- The values to add to this property.public RdfSerializerBuilder beanDictionary(Class<?>... values)
BeanContextBuilder
Same as BeanContextBuilder.beanDictionary(Object...)
but takes in an array of classes.
beanDictionary
in class SerializerBuilder
values
- The values to add to this property.public RdfSerializerBuilder beanDictionary(boolean append, Object... values)
BeanContextBuilder
Same as BeanContextBuilder.beanDictionary(Object...)
but allows you to optionally overwrite the previous value.
beanDictionary
in class SerializerBuilder
append
- If values
- The new values for this property.public RdfSerializerBuilder beanDictionaryRemove(Object... values)
BeanContextBuilder
Removes from the list of classes that make up the bean dictionary in this bean context.
beanDictionaryRemove
in class SerializerBuilder
values
- The values to remove from this property.public RdfSerializerBuilder 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 SerializerBuilder
value
- The new value for this property.
public RdfSerializerBuilder locale(Locale value)
BeanContextBuilder
Specifies a default locale for serializer and parser sessions.
locale
in class SerializerBuilder
value
- The new value for this property.public RdfSerializerBuilder timeZone(TimeZone value)
BeanContextBuilder
timeZone
in class SerializerBuilder
value
- The new value for this property.public RdfSerializerBuilder mediaType(MediaType value)
BeanContextBuilder
Specifies a default media type value for serializer and parser sessions.
mediaType
in class SerializerBuilder
value
- The new value for this property.public RdfSerializerBuilder debug()
BeanContextBuilder
Shortcut for calling debug(
.
debug
in class SerializerBuilder
public RdfSerializerBuilder set(String name, Object value)
ContextBuilder
set
in class SerializerBuilder
name
- The property name.value
- The property value.PropertyStoreBuilder.set(String, Object)
public RdfSerializerBuilder set(boolean append, String name, Object value)
ContextBuilder
set
in class SerializerBuilder
append
- If name
- The property name.value
- The property value.PropertyStoreBuilder.set(String, Object)
public RdfSerializerBuilder set(Map<String,Object> properties)
ContextBuilder
set
in class SerializerBuilder
properties
- The properties to set on this class.PropertyStoreBuilder.set(java.util.Map)
public RdfSerializerBuilder add(Map<String,Object> properties)
ContextBuilder
add
in class SerializerBuilder
properties
- The properties to set on this class.PropertyStoreBuilder.add(java.util.Map)
public RdfSerializerBuilder addTo(String name, Object value)
ContextBuilder
addTo
in class SerializerBuilder
name
- The property name.value
- The new value to add to the SET property.public RdfSerializerBuilder addTo(String name, String key, Object value)
ContextBuilder
addTo
in class SerializerBuilder
name
- The property name.key
- The property value map key.value
- The property value map value.public RdfSerializerBuilder removeFrom(String name, Object value)
ContextBuilder
removeFrom
in class SerializerBuilder
name
- The property name.value
- The property value in the SET property.public RdfSerializerBuilder apply(PropertyStore copyFrom)
ContextBuilder
apply
in class SerializerBuilder
copyFrom
- The factory whose settings are being copied.Copyright © 2018 Apache. All rights reserved.