Uses of Interface
cz.cvut.kbss.jopa.model.AttributeConverter
Packages that use AttributeConverter
-
Uses of AttributeConverter in cz.cvut.kbss.jopa.oom.converter
Subinterfaces of AttributeConverter in cz.cvut.kbss.jopa.oom.converterModifier and TypeInterfaceDescriptioninterface
ConverterWrapper<X,
Y> Internal wrapper of aAttributeConverter
providing addition methods.Classes in cz.cvut.kbss.jopa.oom.converter that implement AttributeConverterModifier 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
.Methods in cz.cvut.kbss.jopa.oom.converter that return AttributeConverterConstructors in cz.cvut.kbss.jopa.oom.converter with parameters of type AttributeConverterModifierConstructorDescriptionCustomConverterWrapper
(AttributeConverter<X, Y> wrappedConverter, Class<Y> axiomValueType) -
Uses of AttributeConverter in cz.cvut.kbss.jopa.oom.converter.datetime
Classes in cz.cvut.kbss.jopa.oom.converter.datetime that implement AttributeConverterModifier 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.