Uses of Class
org.apache.sis.xml.ValueConverter
Packages that use ValueConverter
Package
Description
A set of helper classes for JAXB handling in the SIS implementation.
Provides methods for marshalling and unmarshalling SIS objects in XML.
-
Uses of ValueConverter in org.apache.sis.internal.jaxb
Fields in org.apache.sis.internal.jaxb declared as ValueConverterModifier and TypeFieldDescriptionprivate final ValueConverter
Context.converter
The value converter currently in use, ornull
forDEFAULT
.Methods in org.apache.sis.internal.jaxb that return ValueConverterModifier and TypeMethodDescriptionstatic ValueConverter
Returns the value converter in use for the current marshalling or unmarshalling process.Constructors in org.apache.sis.internal.jaxb with parameters of type ValueConverterModifierConstructorDescriptionContext
(int bitMasks, Locale locale, TimeZone timezone, Map<String, String> schemas, Version versionGML, Version versionMetadata, ReferenceResolver resolver, ValueConverter converter, Filter logFilter) Invoked when a marshalling or unmarshalling process is about to begin. -
Uses of ValueConverter in org.apache.sis.xml
Fields in org.apache.sis.xml declared as ValueConverterModifier and TypeFieldDescriptionprivate ValueConverter
Pooled.converter
The object converters to use during (un)marshalling.static final ValueConverter
ValueConverter.DEFAULT
The default, thread-safe and immutable instance.