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