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