public interface ConverterDescriptor
| Modifier and Type | Method and Description | 
|---|---|
JpaAttributeConverter | 
createJpaAttributeConverter(JpaAttributeConverterCreationContext context)
Factory for the runtime representation of the converter 
 | 
Class<? extends AttributeConverter> | 
getAttributeConverterClass()
The AttributeConverter class 
 | 
AutoApplicableConverterDescriptor | 
getAutoApplyDescriptor()
Get the auto-apply checker for this converter. 
 | 
com.fasterxml.classmate.ResolvedType | 
getDomainValueResolvedType()
The resolved Classmate type descriptor for the conversion's domain type 
 | 
com.fasterxml.classmate.ResolvedType | 
getRelationalValueResolvedType()
The resolved Classmate type descriptor for the conversion's relational type 
 | 
Class<? extends AttributeConverter> getAttributeConverterClass()
com.fasterxml.classmate.ResolvedType getDomainValueResolvedType()
com.fasterxml.classmate.ResolvedType getRelationalValueResolvedType()
AutoApplicableConverterDescriptor getAutoApplyDescriptor()
AutoApplicableConverterDescriptorBypassedImpl.INSTANCE
 instead.JpaAttributeConverter createJpaAttributeConverter(JpaAttributeConverterCreationContext context)
Copyright © 2001-2018 Red Hat, Inc. All Rights Reserved.