Interface AttributeConverterInfo


@Deprecated(since="6.2", forRemoval=true) @Remove public interface AttributeConverterInfo
Deprecated, for removal: This API element is subject to removal in a future version.
no longer used
Delayed information about an AttributeConverter. Delayed until we have access to ClassmateContext during the MetadataSources to Metadata process.
  • Method Details

    • getConverterClass

      Class<? extends AttributeConverter> getConverterClass()
      Deprecated, for removal: This API element is subject to removal in a future version.
    • toConverterDescriptor

      ConverterDescriptor toConverterDescriptor(MetadataBuildingContext context)
      Deprecated, for removal: This API element is subject to removal in a future version.