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 ValueConverterContext.converterThe value converter currently in use, ornullforDEFAULT.Methods in org.apache.sis.internal.jaxb that return ValueConverterModifier and TypeMethodDescriptionstatic ValueConverterReturns 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 ValueConverterPooled.converterThe object converters to use during (un)marshalling.static final ValueConverterValueConverter.DEFAULTThe default, thread-safe and immutable instance.