Package org.hibernate.internal.util.type
Class PrimitiveWrapperHelper
java.lang.Object
org.hibernate.internal.util.type.PrimitiveWrapperHelper
Helper for primitive/wrapper utilities.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
static class
static class
static class
static class
static class
static class
static interface
Describes a particular primitive/wrapper combostatic class
-
Method Summary
Modifier and TypeMethodDescriptionstatic boolean
arePrimitiveWrapperEquivalents
(Class converterDefinedType, Class propertyType) static <X> PrimitiveWrapperHelper.PrimitiveWrapperDescriptor<X>
getDescriptorByPrimitiveType
(Class<X> primitiveClazz) static <X> PrimitiveWrapperHelper.PrimitiveWrapperDescriptor<X>
getDescriptorByWrapperType
(Class<X> wrapperClass) static boolean
-
Method Details
-
getDescriptorByPrimitiveType
public static <X> PrimitiveWrapperHelper.PrimitiveWrapperDescriptor<X> getDescriptorByPrimitiveType(Class<X> primitiveClazz) -
getDescriptorByWrapperType
public static <X> PrimitiveWrapperHelper.PrimitiveWrapperDescriptor<X> getDescriptorByWrapperType(Class<X> wrapperClass) -
isWrapper
-
arePrimitiveWrapperEquivalents
-