Interface AttributeConverterRegistry


  • public interface AttributeConverterRegistry
    Attribute converter registry.
    Since:
    3.1
    • Method Detail

      • getConverter

        @NonNull
        AttributeConverter<java.lang.Object,​java.lang.Object> getConverter​(@NonNull
                                                                                 java.lang.Class<?> converterClass)
        Returns the converter instance. NOTE: The converter class might not implement AttributeConverter when supporting external converters.
        Parameters:
        converterClass - The converter class.
        Returns:
        new instance of type converter.