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