Class PassThruExtractor<V>
java.lang.Object
org.hibernate.models.internal.jdk.AbstractValueExtractor<V,V>
org.hibernate.models.internal.jdk.PassThruExtractor<V>
- All Implemented Interfaces:
ValueExtractor<Annotation,V>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected Vwrap(V rawValue, AttributeDescriptor<V> attributeDescriptor, AnnotationTarget target, SourceModelBuildingContext buildingContext) Methods inherited from class org.hibernate.models.internal.jdk.AbstractValueExtractor
extractValue, extractValue
-
Field Details
-
PASS_THRU_EXTRACTOR
-
-
Constructor Details
-
PassThruExtractor
public PassThruExtractor()
-
-
Method Details
-
wrap
protected V wrap(V rawValue, AttributeDescriptor<V> attributeDescriptor, AnnotationTarget target, SourceModelBuildingContext buildingContext) - Specified by:
wrapin classAbstractValueExtractor<V,V>
-