Class TypeConverterRegistry
java.lang.Object
tech.guilhermekaua.spigotboot.data.jdbc.converter.TypeConverterRegistry
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription@Nullable AttributeConverter<?,?> getConverter(Class<?> javaType) booleanhasConverter(Class<?> javaType) <X,Y> void register(Class<X> javaType, AttributeConverter<X, Y> converter)
-
Constructor Details
-
TypeConverterRegistry
public TypeConverterRegistry()
-
-
Method Details
-
register
-
getConverter
-
hasConverter
-