Class ArrayValueWrapper<V,R>
java.lang.Object
org.hibernate.models.internal.jdk.ArrayValueWrapper<V,R>
- All Implemented Interfaces:
ValueWrapper<List<V>,R[]>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionwrap(R[] rawValues, AnnotationTarget target, SourceModelBuildingContext buildingContext)
-
Constructor Details
-
ArrayValueWrapper
-
-
Method Details
-
wrap
public List<V> wrap(R[] rawValues, AnnotationTarget target, SourceModelBuildingContext buildingContext) - Specified by:
wrapin interfaceValueWrapper<V,R>
-