Class PassThruWrapper<V>
java.lang.Object
org.hibernate.models.internal.jdk.PassThruWrapper<V>
- All Implemented Interfaces:
ValueWrapper<V,V>
Common ValueWrapper support for implementations with the same raw and
wrapped form (Byte, Boolean, etc.) as opposed to ClassDetails, AnnotationUsage, etc.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionwrap(V rawValue, AnnotationTarget target, SourceModelBuildingContext buildingContext)
-
Field Details
-
PASS_THRU_WRAPPER
-
-
Constructor Details
-
PassThruWrapper
public PassThruWrapper()
-
-
Method Details
-
wrap
- Specified by:
wrapin interfaceValueWrapper<V,V>
-