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 TypeInterfaceDescriptioninterfaceConverterWrapper<X,Y> Internal wrapper of aAttributeConverterproviding addition methods.Classes in cz.cvut.kbss.jopa.oom.converter that implement AttributeConverterModifier and TypeClassDescriptionclassConverts betweenCharacterand a xsd:string representation.classInstances of this class are used to wrap user-definedAttributeConverterimplementation.final classDefault converter implementing identity function - it just returns the provided argument.classAllows to convert values between arbitrary types.classObjectOneOfEnumConverter<E extends Enum<E>>classOrdinalEnumConverter<E extends Enum<E>>Built-in converter for mapping to/from enum-valued attributes.classStringEnumConverter<E extends Enum<E>>Built-in converter for mapping to/from enum-valued attributes.classclassclassclassConverts language tagged and language-less values toLangStringattributes.classConverts literal lexical form to JavaString.classDefault converter for instances ofLocale.classclassSupports mapping selected value types to multilingual strings.classConverter for working with RDF literals with explicit datatype mapping (Literal).classclassclassConverter toURI.classConverter 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 TypeClassDescriptionclassConverts between a xsd:dateTime representation andDateinstances.classConverts between Java 8Instantand a supported xsd:dateTime representation.classConverts between Java 8LocalDateTimeand a supported xsd:dateTime representation.classConverts between Java 8LocalTimeand a supported xsd:time representation.classConverts between Java 8ZonedDateTimeand a supported xsd:dateTime representation.