Package org.hibernate.internal.util.type
Interface PrimitiveWrapperHelper.PrimitiveWrapperDescriptor<T>
-
- All Known Implementing Classes:
PrimitiveWrapperHelper.BooleanDescriptor
,PrimitiveWrapperHelper.ByteDescriptor
,PrimitiveWrapperHelper.CharacterDescriptor
,PrimitiveWrapperHelper.DoubleDescriptor
,PrimitiveWrapperHelper.FloatDescriptor
,PrimitiveWrapperHelper.IntegerDescriptor
,PrimitiveWrapperHelper.LongDescriptor
,PrimitiveWrapperHelper.ShortDescriptor
- Enclosing class:
- PrimitiveWrapperHelper
public static interface PrimitiveWrapperHelper.PrimitiveWrapperDescriptor<T>
Describes a particular primitive/wrapper combo
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Class<T>
getPrimitiveClass()
Class<T>
getWrapperClass()
-