Interface ConverterDescriptor


  • public interface ConverterDescriptor
    Boot-time descriptor of a JPA AttributeConverter
    • Method Detail

      • getAttributeConverterClass

        Class<? extends AttributeConverter> getAttributeConverterClass()
        The AttributeConverter class
      • getDomainValueResolvedType

        com.fasterxml.classmate.ResolvedType getDomainValueResolvedType()
        The resolved Classmate type descriptor for the conversion's domain type
      • getRelationalValueResolvedType

        com.fasterxml.classmate.ResolvedType getRelationalValueResolvedType()
        The resolved Classmate type descriptor for the conversion's relational type
      • getAutoApplyDescriptor

        AutoApplicableConverterDescriptor getAutoApplyDescriptor()
        Get the auto-apply checker for this converter. Should never return `null` - prefer AutoApplicableConverterDescriptorBypassedImpl.INSTANCE instead.