Class NestedValueWrapper<A extends Annotation>
java.lang.Object
org.hibernate.models.internal.jdk.NestedValueWrapper<A>
- All Implemented Interfaces:
ValueWrapper<AnnotationUsage<A>,A>
public class NestedValueWrapper<A extends Annotation>
extends Object
implements ValueWrapper<AnnotationUsage<A>,A>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionwrap(A rawValue, AnnotationTarget target, SourceModelBuildingContext buildingContext)
-
Constructor Details
-
NestedValueWrapper
-
-
Method Details
-
wrap
public AnnotationUsage<A> wrap(A rawValue, AnnotationTarget target, SourceModelBuildingContext buildingContext) - Specified by:
wrapin interfaceValueWrapper<AnnotationUsage<A extends Annotation>,A extends Annotation>
-