public class RdfParserBuilder extends ParserBuilder
psb
Constructor and Description |
---|
RdfParserBuilder()
Constructor, default settings.
|
RdfParserBuilder(PropertyStore ps)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
RdfParserBuilder |
add(Map<String,Object> properties)
Adds multiple configuration properties on this object.
|
RdfParserBuilder |
addTo(String name,
Object value)
Adds a value to a SET or LIST property.
|
RdfParserBuilder |
addTo(String name,
String key,
Object value)
Adds or overwrites a value to a SET, LIST, or MAP property.
|
RdfParserBuilder |
apply(PropertyStore copyFrom)
Copies the settings from the specified property store into this builder.
|
RdfParserBuilder |
autoCloseStreams()
Configuration property: Auto-close streams.
|
RdfParserBuilder |
autoCloseStreams(boolean value)
Configuration property: Auto-close streams.
|
RdfParserBuilder |
beanClassVisibility(Visibility value)
Configuration property: Minimum bean class visibility.
|
RdfParserBuilder |
beanConstructorVisibility(Visibility value)
Configuration property: Minimum bean constructor visibility.
|
RdfParserBuilder |
beanDictionary(boolean append,
Object... values)
Configuration property: Bean dictionary.
|
RdfParserBuilder |
beanDictionary(Class<?>... values)
Configuration property: Bean dictionary.
|
RdfParserBuilder |
beanDictionary(Object... values)
Configuration property: Bean dictionary.
|
RdfParserBuilder |
beanDictionaryRemove(Object... values)
Configuration property: Bean dictionary.
|
RdfParserBuilder |
beanFieldVisibility(Visibility value)
Configuration property: Minimum bean field visibility.
|
RdfParserBuilder |
beanFilters(boolean append,
Object... values)
Configuration property: Bean filters.
|
RdfParserBuilder |
beanFilters(Class<?>... values)
Configuration property: Bean filters.
|
RdfParserBuilder |
beanFilters(Object... values)
Configuration property: Bean filters.
|
RdfParserBuilder |
beanFiltersRemove(Object... values)
Configuration property: Bean filters.
|
RdfParserBuilder |
beanMapPutReturnsOldValue()
Configuration property: BeanMap.put() returns old property value.
|
RdfParserBuilder |
beanMapPutReturnsOldValue(boolean value)
Configuration property: BeanMap.put() returns old property value.
|
RdfParserBuilder |
beanMethodVisibility(Visibility value)
Configuration property: Minimum bean method visibility.
|
RdfParserBuilder |
beansRequireDefaultConstructor()
Configuration property: Beans require no-arg constructors.
|
RdfParserBuilder |
beansRequireDefaultConstructor(boolean value)
Configuration property: Beans require no-arg constructors.
|
RdfParserBuilder |
beansRequireSerializable()
Configuration property: Beans require Serializable interface.
|
RdfParserBuilder |
beansRequireSerializable(boolean value)
Configuration property: Beans require Serializable interface.
|
RdfParserBuilder |
beansRequireSettersForGetters()
Configuration property: Beans require setters for getters.
|
RdfParserBuilder |
beansRequireSettersForGetters(boolean value)
Configuration property: Beans require setters for getters.
|
RdfParserBuilder |
beansRequireSomeProperties(boolean value)
Configuration property: Beans require at least one property.
|
RdfParserBuilder |
beanTypePropertyName(String value)
Configuration property: Bean type property name.
|
RdfParser |
build()
Build the object.
|
RdfParserBuilder |
collectionFormat(RdfCollectionFormat value)
Configuration property: RDF format for representing collections and arrays.
|
RdfParserBuilder |
debug()
Configuration property: Debug mode.
|
RdfParserBuilder |
fileCharset(String value)
Configuration property: File charset.
|
RdfParserBuilder |
ignoreInvocationExceptionsOnGetters()
Configuration property: Ignore invocation errors on getters.
|
RdfParserBuilder |
ignoreInvocationExceptionsOnGetters(boolean value)
Configuration property: Ignore invocation errors on getters.
|
RdfParserBuilder |
ignoreInvocationExceptionsOnSetters()
Configuration property: Ignore invocation errors on setters.
|
RdfParserBuilder |
ignoreInvocationExceptionsOnSetters(boolean value)
Configuration property: Ignore invocation errors on setters.
|
RdfParserBuilder |
ignorePropertiesWithoutSetters(boolean value)
Configuration property: Ignore properties without setters.
|
RdfParserBuilder |
ignoreUnknownBeanProperties()
Configuration property: Ignore unknown properties.
|
RdfParserBuilder |
ignoreUnknownBeanProperties(boolean value)
Configuration property: Ignore unknown properties.
|
RdfParserBuilder |
ignoreUnknownNullBeanProperties(boolean value)
Configuration property: Ignore unknown properties with null values.
|
<T> RdfParserBuilder |
implClass(Class<T> interfaceClass,
Class<? extends T> implClass)
Configuration property: Implementation classes.
|
RdfParserBuilder |
implClasses(Map<String,Class<?>> values)
Configuration property: Implementation classes.
|
RdfParserBuilder |
inputStreamCharset(String value)
Configuration property: Input stream charset.
|
RdfParserBuilder |
juneauBpNs(Namespace value)
Configuration property: Default XML namespace for bean properties.
|
RdfParserBuilder |
juneauNs(Namespace value)
Configuration property: XML namespace for Juneau properties.
|
RdfParserBuilder |
language(String value)
Configuration property: RDF language.
|
RdfParserBuilder |
listener(Class<? extends ParserListener> value)
Configuration property: Parser listener.
|
RdfParserBuilder |
locale(Locale value)
Configuration property: Locale.
|
RdfParserBuilder |
looseCollections()
Configuration property: Collections should be serialized and parsed as loose collections.
|
RdfParserBuilder |
looseCollections(boolean value)
Configuration property: Collections should be serialized and parsed as loose collections.
|
RdfParserBuilder |
mediaType(MediaType value)
Configuration property: Media type.
|
RdfParserBuilder |
n3()
Configuration property: RDF language.
|
RdfParserBuilder |
notBeanClasses(boolean append,
Object... values)
Configuration property: Bean class exclusions.
|
RdfParserBuilder |
notBeanClasses(Class<?>... values)
Configuration property: Bean class exclusions.
|
RdfParserBuilder |
notBeanClasses(Object... values)
Configuration property: Bean class exclusions.
|
RdfParserBuilder |
notBeanClassesRemove(Object... values)
Configuration property: Bean class exclusions.
|
RdfParserBuilder |
notBeanPackages(boolean append,
Object... values)
Configuration property: Bean package exclusions.
|
RdfParserBuilder |
notBeanPackages(Object... values)
Configuration property: Bean package exclusions.
|
RdfParserBuilder |
notBeanPackages(String... values)
Configuration property: Bean package exclusions.
|
RdfParserBuilder |
notBeanPackagesRemove(Object... values)
Configuration property: Bean package exclusions.
|
RdfParserBuilder |
ntriple()
Configuration property: RDF language.
|
RdfParserBuilder |
pojoSwaps(boolean append,
Object... values)
Configuration property: POJO swaps.
|
RdfParserBuilder |
pojoSwaps(Class<?>... values)
Configuration property: POJO swaps.
|
RdfParserBuilder |
pojoSwaps(Object... values)
Configuration property: POJO swaps.
|
RdfParserBuilder |
pojoSwapsRemove(Object... values)
Configuration property: POJO swaps.
|
RdfParserBuilder |
removeFrom(String name,
Object value)
Removes a value from a SET, LIST, or MAP property.
|
RdfParserBuilder |
set(boolean append,
String name,
Object value)
Sets or adds to a SET or LIST property.
|
RdfParserBuilder |
set(Map<String,Object> properties)
Sets multiple configuration properties on this object.
|
RdfParserBuilder |
set(String name,
Object value)
Sets a configuration property on this object.
|
RdfParserBuilder |
sortProperties()
Configuration property: Sort bean properties.
|
RdfParserBuilder |
sortProperties(boolean value)
Configuration property: Sort bean properties.
|
RdfParserBuilder |
strict()
Configuration property: Strict mode.
|
RdfParserBuilder |
strict(boolean value)
Configuration property: Strict mode.
|
RdfParserBuilder |
timeZone(TimeZone value)
Configuration property: TimeZone.
|
RdfParserBuilder |
trimStrings()
Configuration property: Trim parsed strings.
|
RdfParserBuilder |
trimStrings(boolean value)
Configuration property: Trim parsed strings.
|
RdfParserBuilder |
trimWhitespace()
Configuration property: Trim whitespace from text elements.
|
RdfParserBuilder |
trimWhitespace(boolean value)
Configuration property: Trim whitespace from text elements.
|
RdfParserBuilder |
turtle()
Shortcut for calling
language( . |
RdfParserBuilder |
unbuffered()
Configuration property: Unbuffered.
|
RdfParserBuilder |
unbuffered(boolean value)
Configuration property: Unbuffered.
|
RdfParserBuilder |
useInterfaceProxies(boolean value)
Configuration property: Use interface proxies.
|
RdfParserBuilder |
useJavaBeanIntrospector()
Configuration property: Use Java Introspector.
|
RdfParserBuilder |
useJavaBeanIntrospector(boolean value)
Configuration property: Use Java Introspector.
|
RdfParserBuilder |
useXmlNamespaces(boolean value)
Configuration property: Reuse XML namespaces when RDF namespaces not specified.
|
RdfParserBuilder |
xml()
Shortcut for calling
language( . |
RdfParserBuilder |
xmlabbrev()
Shortcut for calling
language( . |
fileCharset, inputStreamCharset
debug, excludeProperties, excludeProperties, excludeProperties, includeProperties, includeProperties, includeProperties, propertyNamer
build, getPropertyStore, getPropertyStoreBuilder
public RdfParserBuilder()
public RdfParserBuilder(PropertyStore ps)
ps
- The initial configuration settings for this builder.public RdfParser build()
ContextBuilder
build
in class ParserBuilder
public RdfParserBuilder collectionFormat(RdfCollectionFormat value)
Possible values:
value
- The new value for this property.public RdfParserBuilder juneauBpNs(Namespace value)
value
- The new value for this property.
{j:'http://www.apache.org/juneaubp/' }
.public RdfParserBuilder juneauNs(Namespace value)
value
- The new value for this property.
{j:'http://www.apache.org/juneau/' }
.public RdfParserBuilder language(String value)
Can be any of the following:
com.hp.hpl.jena.n3.N3JenaWriter.writer
.
value
- The new value for this property.public RdfParserBuilder 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 RdfParserBuilder looseCollections()
Shortcut for calling looseCollection(
.
public RdfParserBuilder n3()
Shortcut for calling language(
.
public RdfParserBuilder ntriple()
Shortcut for calling language(
.
public RdfParserBuilder trimWhitespace(boolean value)
If
value
- The new value for this property.
public RdfParserBuilder trimWhitespace()
Shortcut for calling trimWhitespace(
.
public RdfParserBuilder turtle()
public RdfParserBuilder useXmlNamespaces(boolean value)
When specified, namespaces defined using @XmlNs
and @Xml
will be
inherited by the RDF parsers.
Otherwise, namespaces will be defined using @RdfNs
and @Rdf
.
value
- The new value for this property.
public RdfParserBuilder xml()
public RdfParserBuilder xmlabbrev()
public RdfParserBuilder autoCloseStreams(boolean value)
ParserBuilder
If
autoCloseStreams
in class ParserBuilder
value
- The new value for this property.
public RdfParserBuilder autoCloseStreams()
ParserBuilder
Shortcut for calling autoCloseStreams(
.
autoCloseStreams
in class ParserBuilder
public RdfParserBuilder fileCharset(String value)
ParserBuilder
The character set to use for reading Files
from the file system.
fileCharset
in class ParserBuilder
value
- The new value for this property.
public RdfParserBuilder inputStreamCharset(String value)
ParserBuilder
The character set to use for converting InputStreams
and byte arrays to readers.
inputStreamCharset
in class ParserBuilder
value
- The new value for this property.
public RdfParserBuilder listener(Class<? extends ParserListener> value)
ParserBuilder
Class used to listen for errors and warnings that occur during parsing.
listener
in class ParserBuilder
value
- The new value for this property.public RdfParserBuilder strict(boolean value)
ParserBuilder
If
strict
in class ParserBuilder
value
- The new value for this property.
public RdfParserBuilder strict()
ParserBuilder
Shortcut for calling strict(
.
strict
in class ParserBuilder
public RdfParserBuilder trimStrings(boolean value)
ParserBuilder
If String.trim()
before being added to
the POJO.
trimStrings
in class ParserBuilder
value
- The new value for this property.
public RdfParserBuilder trimStrings()
ParserBuilder
Shortcut for calling trimStrings(
.
trimStrings
in class ParserBuilder
public RdfParserBuilder unbuffered(boolean value)
ParserBuilder
If
unbuffered
in class ParserBuilder
value
- The new value for this property.
public RdfParserBuilder unbuffered()
ParserBuilder
Shortcut for calling unbuffered(
.
unbuffered
in class ParserBuilder
public RdfParserBuilder beansRequireDefaultConstructor(boolean value)
BeanContextBuilder
If
Otherwise, the bean will be serialized as a string using the Object.toString()
method.
beansRequireDefaultConstructor
in class ParserBuilder
value
- The new value for this property.
public RdfParserBuilder beansRequireDefaultConstructor()
BeanContextBuilder
Shortcut for calling beansRequireDefaultConstructor(
.
beansRequireDefaultConstructor
in class ParserBuilder
public RdfParserBuilder 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 ParserBuilder
value
- The new value for this property.
public RdfParserBuilder beansRequireSerializable()
BeanContextBuilder
Shortcut for calling beansRequireSerializable(
.
beansRequireSerializable
in class ParserBuilder
public RdfParserBuilder beansRequireSettersForGetters(boolean value)
BeanContextBuilder
If
Otherwise, they will be ignored.
beansRequireSettersForGetters
in class ParserBuilder
value
- The new value for this property.
public RdfParserBuilder beansRequireSettersForGetters()
BeanContextBuilder
Shortcut for calling beansRequireSettersForGetters(
.
beansRequireSettersForGetters
in class ParserBuilder
public RdfParserBuilder beansRequireSomeProperties(boolean value)
BeanContextBuilder
If
Otherwise, the bean will be serialized as a string using the Object.toString()
method.
beansRequireSomeProperties
in class ParserBuilder
value
- The new value for this property.
public RdfParserBuilder beanMapPutReturnsOldValue(boolean value)
BeanContextBuilder
If BeanMap.put()
method will return old property
values.
Otherwise, it returns
beanMapPutReturnsOldValue
in class ParserBuilder
value
- The new value for this property.
public RdfParserBuilder beanMapPutReturnsOldValue()
BeanContextBuilder
Shortcut for calling beanMapPutReturnsOldValue(
.
beanMapPutReturnsOldValue
in class ParserBuilder
public RdfParserBuilder beanConstructorVisibility(Visibility value)
BeanContextBuilder
Only look for constructors with the specified minimum visibility.
beanConstructorVisibility
in class ParserBuilder
value
- The new value for this property.
Visibility.PUBLIC
.public RdfParserBuilder 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 ParserBuilder
value
- The new value for this property.
Visibility.PUBLIC
.public RdfParserBuilder beanFieldVisibility(Visibility value)
BeanContextBuilder
Only look for bean fields with the specified minimum visibility.
beanFieldVisibility
in class ParserBuilder
value
- The new value for this property.
Visibility.PUBLIC
.public RdfParserBuilder beanMethodVisibility(Visibility value)
BeanContextBuilder
Only look for bean methods with the specified minimum visibility.
beanMethodVisibility
in class ParserBuilder
value
- The new value for this property.
Visibility.PUBLIC
public RdfParserBuilder 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 ParserBuilder
value
- The new value for this property.
public RdfParserBuilder useJavaBeanIntrospector()
BeanContextBuilder
Shortcut for calling useJavaBeanIntrospector(
.
useJavaBeanIntrospector
in class ParserBuilder
public RdfParserBuilder useInterfaceProxies(boolean value)
BeanContextBuilder
If InvocationHandler
if there is no other way of instantiating them.
useInterfaceProxies
in class ParserBuilder
value
- The new value for this property.
public RdfParserBuilder ignoreUnknownBeanProperties(boolean value)
BeanContextBuilder
If
Otherwise, a BeanRuntimeException
is thrown.
ignoreUnknownBeanProperties
in class ParserBuilder
value
- The new value for this property.
public RdfParserBuilder ignoreUnknownBeanProperties()
BeanContextBuilder
Shortcut for calling ignoreUnknownBeanProperties(
.
ignoreUnknownBeanProperties
in class ParserBuilder
public RdfParserBuilder ignoreUnknownNullBeanProperties(boolean value)
BeanContextBuilder
If
Otherwise, a BeanRuntimeException
is thrown.
ignoreUnknownNullBeanProperties
in class ParserBuilder
value
- The new value for this property.
public RdfParserBuilder ignorePropertiesWithoutSetters(boolean value)
BeanContextBuilder
If
Otherwise, a BeanRuntimeException
is thrown.
ignorePropertiesWithoutSetters
in class ParserBuilder
value
- The new value for this property.
public RdfParserBuilder ignoreInvocationExceptionsOnGetters(boolean value)
BeanContextBuilder
If BeanRuntimeException
is thrown.
ignoreInvocationExceptionsOnGetters
in class ParserBuilder
value
- The new value for this property.
public RdfParserBuilder ignoreInvocationExceptionsOnGetters()
BeanContextBuilder
Shortcut for calling ignoreInvocationExceptionsOnGetters(
.
ignoreInvocationExceptionsOnGetters
in class ParserBuilder
public RdfParserBuilder ignoreInvocationExceptionsOnSetters(boolean value)
BeanContextBuilder
If
Otherwise, a BeanRuntimeException
is thrown.
ignoreInvocationExceptionsOnSetters
in class ParserBuilder
value
- The new value for this property.
public RdfParserBuilder ignoreInvocationExceptionsOnSetters()
BeanContextBuilder
Shortcut for calling ignoreInvocationExceptionsOnSetters(
.
ignoreInvocationExceptionsOnSetters
in class ParserBuilder
public RdfParserBuilder sortProperties(boolean value)
BeanContextBuilder
When
sortProperties
in class ParserBuilder
value
- The new value for this property.
public RdfParserBuilder sortProperties()
BeanContextBuilder
Shortcut for calling sortProperties(
.
sortProperties
in class ParserBuilder
public RdfParserBuilder notBeanPackages(Object... values)
BeanContextBuilder
notBeanPackages
in class ParserBuilder
values
- The values to add to this property.
public RdfParserBuilder notBeanPackages(String... values)
BeanContextBuilder
notBeanPackages
in class ParserBuilder
values
- The values to add to this property.public RdfParserBuilder notBeanPackages(boolean append, Object... values)
BeanContextBuilder
When specified, the current list of ignore packages are appended to.
notBeanPackages
in class ParserBuilder
append
- If values
- The new values for this property.
public RdfParserBuilder notBeanPackagesRemove(Object... values)
BeanContextBuilder
notBeanPackagesRemove
in class ParserBuilder
values
- public RdfParserBuilder 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 ParserBuilder
values
- The values to add to this property.
public RdfParserBuilder 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 ParserBuilder
values
- The values to add to this property.public RdfParserBuilder 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 ParserBuilder
append
- If values
- The new value for this property.
public RdfParserBuilder notBeanClassesRemove(Object... values)
BeanContextBuilder
notBeanClassesRemove
in class ParserBuilder
values
- The values to remove from this property.
public RdfParserBuilder 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 ParserBuilder
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 RdfParserBuilder beanFilters(Class<?>... values)
BeanContextBuilder
Same as BeanContextBuilder.beanFilters(Object...)
but takes in an array of classes.
beanFilters
in class ParserBuilder
values
- The values to add to this property.public RdfParserBuilder beanFilters(boolean append, Object... values)
BeanContextBuilder
Same as BeanContextBuilder.beanFilters(Object...)
but allows you to optionally overwrite the previous value.
beanFilters
in class ParserBuilder
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 RdfParserBuilder beanFiltersRemove(Object... values)
BeanContextBuilder
Removes from the list of classes that make up the bean filters in this bean context.
beanFiltersRemove
in class ParserBuilder
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 RdfParserBuilder pojoSwaps(Object... values)
BeanContextBuilder
pojoSwaps
in class ParserBuilder
values
- The values to add to this property.
PojoSwap
.
SurrogateSwap
.
public RdfParserBuilder pojoSwaps(Class<?>... values)
BeanContextBuilder
pojoSwaps
in class ParserBuilder
values
- The values to add to this property.public RdfParserBuilder 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 ParserBuilder
append
- If values
- The new value for this property.
public RdfParserBuilder pojoSwapsRemove(Object... values)
BeanContextBuilder
pojoSwapsRemove
in class ParserBuilder
values
- The values to remove from this property.
PojoSwap
.
SurrogateSwap
.
public RdfParserBuilder 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 ParserBuilder
values
- The new value for this property.public <T> RdfParserBuilder implClass(Class<T> interfaceClass, Class<? extends T> implClass)
BeanContextBuilder
implClass
in class ParserBuilder
T
- The class type of the interface.interfaceClass
- The interface class.implClass
- The implementation class.public RdfParserBuilder beanDictionary(Object... values)
BeanContextBuilder
Adds to the list of classes that make up the bean dictionary in this bean context.
beanDictionary
in class ParserBuilder
values
- The values to add to this property.public RdfParserBuilder beanDictionary(Class<?>... values)
BeanContextBuilder
Same as BeanContextBuilder.beanDictionary(Object...)
but takes in an array of classes.
beanDictionary
in class ParserBuilder
values
- The values to add to this property.public RdfParserBuilder beanDictionary(boolean append, Object... values)
BeanContextBuilder
Same as BeanContextBuilder.beanDictionary(Object...)
but allows you to optionally overwrite the previous value.
beanDictionary
in class ParserBuilder
append
- If values
- The new values for this property.public RdfParserBuilder beanDictionaryRemove(Object... values)
BeanContextBuilder
Removes from the list of classes that make up the bean dictionary in this bean context.
beanDictionaryRemove
in class ParserBuilder
values
- The values to remove from this property.public RdfParserBuilder 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 ParserBuilder
value
- The new value for this property.
public RdfParserBuilder locale(Locale value)
BeanContextBuilder
Specifies a default locale for serializer and parser sessions.
locale
in class ParserBuilder
value
- The new value for this property.public RdfParserBuilder timeZone(TimeZone value)
BeanContextBuilder
timeZone
in class ParserBuilder
value
- The new value for this property.public RdfParserBuilder mediaType(MediaType value)
BeanContextBuilder
Specifies a default media type value for serializer and parser sessions.
mediaType
in class ParserBuilder
value
- The new value for this property.public RdfParserBuilder debug()
BeanContextBuilder
Shortcut for calling debug(
.
debug
in class ParserBuilder
public RdfParserBuilder set(String name, Object value)
ContextBuilder
set
in class ParserBuilder
name
- The property name.value
- The property value.PropertyStoreBuilder.set(String, Object)
public RdfParserBuilder set(boolean append, String name, Object value)
ContextBuilder
set
in class ParserBuilder
append
- If name
- The property name.value
- The property value.PropertyStoreBuilder.set(String, Object)
public RdfParserBuilder set(Map<String,Object> properties)
ContextBuilder
set
in class ParserBuilder
properties
- The properties to set on this class.PropertyStoreBuilder.set(java.util.Map)
public RdfParserBuilder add(Map<String,Object> properties)
ContextBuilder
add
in class ParserBuilder
properties
- The properties to set on this class.PropertyStoreBuilder.add(java.util.Map)
public RdfParserBuilder addTo(String name, Object value)
ContextBuilder
addTo
in class ParserBuilder
name
- The property name.value
- The new value to add to the SET property.public RdfParserBuilder addTo(String name, String key, Object value)
ContextBuilder
addTo
in class ParserBuilder
name
- The property name.key
- The property value map key.value
- The property value map value.public RdfParserBuilder removeFrom(String name, Object value)
ContextBuilder
removeFrom
in class ParserBuilder
name
- The property name.value
- The property value in the SET property.public RdfParserBuilder apply(PropertyStore copyFrom)
ContextBuilder
apply
in class ParserBuilder
copyFrom
- The factory whose settings are being copied.Copyright © 2018 Apache. All rights reserved.