Uses of Interface
cz.cvut.kbss.jopa.oom.converter.ConverterWrapper
Packages that use ConverterWrapper
Package
Description
-
Uses of ConverterWrapper in cz.cvut.kbss.jopa.loaders
Methods in cz.cvut.kbss.jopa.loaders that return types with arguments of type ConverterWrapperModifier and TypeMethodDescriptionMap<Class<?>,
ConverterWrapper<?, ?>> PersistenceUnitClassFinder.getAttributeConverters()
GetsAttributeConverter
implementations found during classpath scanning. -
Uses of ConverterWrapper in cz.cvut.kbss.jopa.model.metamodel
Methods in cz.cvut.kbss.jopa.model.metamodel that return ConverterWrapperModifier and TypeMethodDescriptionstatic ConverterWrapper<?,
?> ConverterResolver.createCustomConverter
(Class<?> converterType) AbstractAttribute.getConverter()
AbstractQueryAttribute.getConverter()
Methods in cz.cvut.kbss.jopa.model.metamodel that return types with arguments of type ConverterWrapperModifier and TypeMethodDescriptionstatic Optional<ConverterWrapper<?,
?>> Converters.getDefaultConverter
(Class<?> attributeType) static Map<Class<?>,
ConverterWrapper<?, ?>> Converters.getDefaultConverters()
Gets a map of default, built-in converters.Optional<ConverterWrapper<?,
?>> ConverterResolver.resolveConverter
(Type<?> type) Alternative method for resolving converter.Methods in cz.cvut.kbss.jopa.model.metamodel with parameters of type ConverterWrapperModifier and TypeMethodDescriptionSingularAttributeImpl.SingularAttributeBuilder.converter
(ConverterWrapper converter) void
ConverterResolver.registerConverter
(Class<?> attributeType, ConverterWrapper<?, ?> converter) Registers the specified converter for automatically converting values to the specified attribute type.Constructors in cz.cvut.kbss.jopa.model.metamodel with parameters of type ConverterWrapperModifierConstructorDescriptionAbstractQueryAttribute
(String query, boolean enableReferencingAttributes, Field field, ManagedType<X> declaringType, FetchType fetchType, ParticipationConstraint[] constraints, ConverterWrapper converter) PluralQueryAttributeImpl
(String query, boolean enableReferencingAttributes, Field field, ManagedType<X> declaringType, FetchType fetchType, ParticipationConstraint[] constraints, Type<E> elementType, Class<C> collectionType, ConverterWrapper converter) SingularQueryAttributeImpl
(String query, boolean enableReferencingAttributes, Field field, ManagedType<X> declaringType, FetchType fetchType, Type<Y> type, ParticipationConstraint[] constraints, ConverterWrapper converter) -
Uses of ConverterWrapper in cz.cvut.kbss.jopa.oom
Fields in cz.cvut.kbss.jopa.oom declared as ConverterWrapperModifier and TypeFieldDescriptionprotected final ConverterWrapper<Object,
Object> DataPropertyFieldStrategy.converter
-
Uses of ConverterWrapper in cz.cvut.kbss.jopa.oom.converter
Classes in cz.cvut.kbss.jopa.oom.converter that implement ConverterWrapperModifier and TypeClassDescriptionclass
Converts betweenCharacter
and a xsd:string representation.class
Instances of this class are used to wrap user-definedAttributeConverter
implementation.final class
Default converter implementing identity function - it just returns the provided argument.class
Allows to convert values between arbitrary types.class
ObjectOneOfEnumConverter<E extends Enum<E>>
class
OrdinalEnumConverter<E extends Enum<E>>
Built-in converter for mapping to/from enum-valued attributes.class
StringEnumConverter<E extends Enum<E>>
Built-in converter for mapping to/from enum-valued attributes.class
class
class
class
Converts language tagged and language-less values toLangString
attributes.class
Converts literal lexical form to JavaString
.class
class
Supports mapping selected value types to multilingual strings.class
Converter for working with RDF literals with explicit datatype mapping (Literal
).class
class
class
Converter toURI
.class
Converter toURL
. -
Uses of ConverterWrapper in cz.cvut.kbss.jopa.oom.converter.datetime
Classes in cz.cvut.kbss.jopa.oom.converter.datetime that implement ConverterWrapperModifier and TypeClassDescriptionclass
Converts between a xsd:dateTime representation andDate
instances.class
Converts between Java 8Instant
and a supported xsd:dateTime representation.class
Converts between Java 8LocalDateTime
and a supported xsd:dateTime representation.class
Converts between Java 8LocalTime
and a supported xsd:time representation.class
Converts between Java 8ZonedDateTime
and a supported xsd:dateTime representation.