Class BooleanValueWrapper
java.lang.Object
org.hibernate.models.internal.jandex.BooleanValueWrapper
- All Implemented Interfaces:
ValueWrapper<Boolean,org.jboss.jandex.AnnotationValue>
public class BooleanValueWrapper
extends Object
implements ValueWrapper<Boolean,org.jboss.jandex.AnnotationValue>
Wraps AnnotationValue as a boolean
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionwrap(org.jboss.jandex.AnnotationValue rawValue, AnnotationTarget target, SourceModelBuildingContext buildingContext)
-
Field Details
-
JANDEX_BOOLEAN_VALUE_WRAPPER
-
-
Constructor Details
-
BooleanValueWrapper
public BooleanValueWrapper()
-
-
Method Details
-
wrap
public Boolean wrap(org.jboss.jandex.AnnotationValue rawValue, AnnotationTarget target, SourceModelBuildingContext buildingContext) - Specified by:
wrapin interfaceValueWrapper<Boolean,org.jboss.jandex.AnnotationValue>
-