Class Converters
java.lang.Object
cz.cvut.kbss.jopa.model.metamodel.Converters
Manages attribute converters.
-
Method Summary
Modifier and TypeMethodDescriptionstatic Optional<ConverterWrapper<?,
?>> getDefaultConverter
(Class<?> attributeType) static Map<Class<?>,
ConverterWrapper<?, ?>> Gets a map of default, built-in converters.
-
Method Details
-
getDefaultConverter
-
getDefaultConverters
Gets a map of default, built-in converters.- Returns:
- Map of built-in converters, where the key is the target attribute type
-