Class TypeConverterRegistry

java.lang.Object
tech.guilhermekaua.spigotboot.data.jdbc.converter.TypeConverterRegistry

public class TypeConverterRegistry extends Object
  • Constructor Details

    • TypeConverterRegistry

      public TypeConverterRegistry()
  • Method Details

    • register

      public <X, Y> void register(Class<X> javaType, AttributeConverter<X,Y> converter)
    • getConverter

      @Nullable public @Nullable AttributeConverter<?,?> getConverter(Class<?> javaType)
    • hasConverter

      public boolean hasConverter(Class<?> javaType)