Package org.hibernate.models.internal
Class ShortTypeDescriptor
java.lang.Object
org.hibernate.models.internal.AbstractTypeDescriptor<Short>
org.hibernate.models.internal.ShortTypeDescriptor
- All Implemented Interfaces:
ValueTypeDescriptor<Short>
Descriptor for short values
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionValueExtractor<org.jboss.jandex.AnnotationInstance,Short> createJandexExtractor(SourceModelBuildingContext buildingContext) ValueWrapper<Short,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
-
SHORT_TYPE_DESCRIPTOR
-
-
Constructor Details
-
ShortTypeDescriptor
public ShortTypeDescriptor()
-
-
Method Details
-
getWrappedValueType
Description copied from interface:ValueTypeDescriptorThe type for the value as modeled in AnnotationUsage. -
createJandexWrapper
public ValueWrapper<Short,org.jboss.jandex.AnnotationValue> createJandexWrapper(SourceModelBuildingContext buildingContext) -
createJandexExtractor
public ValueExtractor<org.jboss.jandex.AnnotationInstance,Short> createJandexExtractor(SourceModelBuildingContext buildingContext) -
createJdkWrapper
-
createJdkExtractor
public ValueExtractor<Annotation,Short> createJdkExtractor(SourceModelBuildingContext buildingContext) -
unwrap
-