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