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