Class JdkNestedValueExtractor<A extends Annotation>
java.lang.Object
org.hibernate.models.internal.jdk.AbstractJdkValueExtractor<A>
org.hibernate.models.internal.jdk.JdkNestedValueExtractor<A>
- All Implemented Interfaces:
JdkValueExtractor<A>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected Awrap(A rawValue, AttributeDescriptor<A> attributeDescriptor, ModelsContext modelsContext) Methods inherited from class org.hibernate.models.internal.jdk.AbstractJdkValueExtractor
extractValue, extractValue
-
Constructor Details
-
JdkNestedValueExtractor
-
-
Method Details
-
wrap
protected A wrap(A rawValue, AttributeDescriptor<A> attributeDescriptor, ModelsContext modelsContext) - Specified by:
wrapin classAbstractJdkValueExtractor<A extends Annotation>
-