Class ArrayValueWrapper<V>
java.lang.Object
org.hibernate.models.internal.jandex.ArrayValueWrapper<V>
- All Implemented Interfaces:
ValueWrapper<List<V>,org.jboss.jandex.AnnotationValue>
public class ArrayValueWrapper<V>
extends Object
implements ValueWrapper<List<V>,org.jboss.jandex.AnnotationValue>
-
Constructor Summary
ConstructorsConstructorDescriptionArrayValueWrapper(ValueWrapper<V, org.jboss.jandex.AnnotationValue> elementWrapper) -
Method Summary
Modifier and TypeMethodDescriptionwrap(org.jboss.jandex.AnnotationValue rawValue, AnnotationTarget target, SourceModelBuildingContext buildingContext)
-
Constructor Details
-
ArrayValueWrapper
-
-
Method Details
-
wrap
public List<V> wrap(org.jboss.jandex.AnnotationValue rawValue, AnnotationTarget target, SourceModelBuildingContext buildingContext) - Specified by:
wrapin interfaceValueWrapper<List<V>,org.jboss.jandex.AnnotationValue>
-