Package org.hibernate.models.internal
Class DoubleTypeDescriptor
java.lang.Object
org.hibernate.models.internal.AbstractTypeDescriptor<Double>
org.hibernate.models.internal.DoubleTypeDescriptor
- All Implemented Interfaces:
ValueTypeDescriptor<Double>
Descriptor for double values
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionValueExtractor<org.jboss.jandex.AnnotationInstance,Double> createJandexExtractor(SourceModelBuildingContext buildingContext) ValueWrapper<Double,org.jboss.jandex.AnnotationValue> createJandexWrapper(SourceModelBuildingContext buildingContext) createJdkExtractor(SourceModelBuildingContext buildingContext) createJdkWrapper(SourceModelBuildingContext buildingContext) The type for the value as modeled in AnnotationUsage.Methods inherited from class org.hibernate.models.internal.AbstractTypeDescriptor
createAttributeDescriptor, createValue, toString
-
Field Details
-
DOUBLE_TYPE_DESCRIPTOR
-
-
Constructor Details
-
DoubleTypeDescriptor
public DoubleTypeDescriptor()
-
-
Method Details
-
getWrappedValueType
Description copied from interface:ValueTypeDescriptorThe type for the value as modeled in AnnotationUsage. -
createJandexWrapper
public ValueWrapper<Double,org.jboss.jandex.AnnotationValue> createJandexWrapper(SourceModelBuildingContext buildingContext) -
createJandexExtractor
public ValueExtractor<org.jboss.jandex.AnnotationInstance,Double> createJandexExtractor(SourceModelBuildingContext buildingContext) -
createJdkWrapper
-
createJdkExtractor
public ValueExtractor<Annotation,Double> createJdkExtractor(SourceModelBuildingContext buildingContext) -
unwrap
-