Package org.hibernate.internal.util.type
Class PrimitiveWrapperHelper.FloatDescriptor
- java.lang.Object
-
- org.hibernate.internal.util.type.PrimitiveWrapperHelper.FloatDescriptor
-
- All Implemented Interfaces:
PrimitiveWrapperHelper.PrimitiveWrapperDescriptor<Float>
- Enclosing class:
- PrimitiveWrapperHelper
public static class PrimitiveWrapperHelper.FloatDescriptor extends Object implements PrimitiveWrapperHelper.PrimitiveWrapperDescriptor<Float>
-
-
Field Summary
Fields Modifier and Type Field Description static PrimitiveWrapperHelper.FloatDescriptor
INSTANCE
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Class<Float>
getPrimitiveClass()
Class<Float>
getWrapperClass()
-
-
-
Field Detail
-
INSTANCE
public static final PrimitiveWrapperHelper.FloatDescriptor INSTANCE
-
-
Method Detail
-
getPrimitiveClass
public Class<Float> getPrimitiveClass()
- Specified by:
getPrimitiveClass
in interfacePrimitiveWrapperHelper.PrimitiveWrapperDescriptor<Float>
-
getWrapperClass
public Class<Float> getWrapperClass()
- Specified by:
getWrapperClass
in interfacePrimitiveWrapperHelper.PrimitiveWrapperDescriptor<Float>
-
-