Uses of Interface
org.hibernate.models.spi.ValueWrapper
Packages that use ValueWrapper
Package
Description
-
Uses of ValueWrapper in org.hibernate.models.internal
Methods in org.hibernate.models.internal that return ValueWrapperModifier and TypeMethodDescriptionValueWrapper<List<V>,org.jboss.jandex.AnnotationValue> ArrayTypeDescriptor.createJandexWrapper(SourceModelBuildingContext buildingContext) ValueWrapper<Boolean,org.jboss.jandex.AnnotationValue> BooleanTypeDescriptor.createJandexWrapper(SourceModelBuildingContext buildingContext) ValueWrapper<Byte,org.jboss.jandex.AnnotationValue> ByteTypeDescriptor.createJandexWrapper(SourceModelBuildingContext buildingContext) ValueWrapper<Character,org.jboss.jandex.AnnotationValue> CharacterTypeDescriptor.createJandexWrapper(SourceModelBuildingContext buildingContext) ValueWrapper<ClassDetails,org.jboss.jandex.AnnotationValue> ClassTypeDescriptor.createJandexWrapper(SourceModelBuildingContext buildingContext) ValueWrapper<Double,org.jboss.jandex.AnnotationValue> DoubleTypeDescriptor.createJandexWrapper(SourceModelBuildingContext buildingContext) ValueWrapper<E,org.jboss.jandex.AnnotationValue> EnumTypeDescriptor.createJandexWrapper(SourceModelBuildingContext buildingContext) ValueWrapper<Float,org.jboss.jandex.AnnotationValue> FloatTypeDescriptor.createJandexWrapper(SourceModelBuildingContext buildingContext) ValueWrapper<Integer,org.jboss.jandex.AnnotationValue> IntegerTypeDescriptor.createJandexWrapper(SourceModelBuildingContext buildingContext) ValueWrapper<Long,org.jboss.jandex.AnnotationValue> LongTypeDescriptor.createJandexWrapper(SourceModelBuildingContext buildingContext) ValueWrapper<AnnotationUsage<A>,org.jboss.jandex.AnnotationValue> NestedTypeDescriptor.createJandexWrapper(SourceModelBuildingContext buildingContext) ValueWrapper<Short,org.jboss.jandex.AnnotationValue> ShortTypeDescriptor.createJandexWrapper(SourceModelBuildingContext buildingContext) ValueWrapper<String,org.jboss.jandex.AnnotationValue> StringTypeDescriptor.createJandexWrapper(SourceModelBuildingContext buildingContext) ValueWrapper<List<V>,Object[]> ArrayTypeDescriptor.createJdkWrapper(SourceModelBuildingContext buildingContext) BooleanTypeDescriptor.createJdkWrapper(SourceModelBuildingContext buildingContext) ValueWrapper<Byte,?> ByteTypeDescriptor.createJdkWrapper(SourceModelBuildingContext buildingContext) CharacterTypeDescriptor.createJdkWrapper(SourceModelBuildingContext buildingContext) ClassTypeDescriptor.createJdkWrapper(SourceModelBuildingContext buildingContext) DoubleTypeDescriptor.createJdkWrapper(SourceModelBuildingContext buildingContext) ValueWrapper<E,?> EnumTypeDescriptor.createJdkWrapper(SourceModelBuildingContext buildingContext) FloatTypeDescriptor.createJdkWrapper(SourceModelBuildingContext buildingContext) IntegerTypeDescriptor.createJdkWrapper(SourceModelBuildingContext buildingContext) ValueWrapper<Long,?> LongTypeDescriptor.createJdkWrapper(SourceModelBuildingContext buildingContext) NestedTypeDescriptor.createJdkWrapper(SourceModelBuildingContext buildingContext) ShortTypeDescriptor.createJdkWrapper(SourceModelBuildingContext buildingContext) StringTypeDescriptor.createJdkWrapper(SourceModelBuildingContext buildingContext) ValueWrapper<List<V>,Object[]> ArrayTypeDescriptor.resolveJkWrapper(SourceModelBuildingContext buildingContext) -
Uses of ValueWrapper in org.hibernate.models.internal.jandex
Classes in org.hibernate.models.internal.jandex that implement ValueWrapperModifier and TypeClassDescriptionclassclassWraps AnnotationValue as a booleanclassWraps AnnotationValue as a byteclassWraps AnnotationValue as a characterclassWraps AnnotationValue as a classclassWraps AnnotationValue as a doubleclassEnumValueWrapper<E extends Enum<E>>Wraps AnnotationValue as an enumclassWraps AnnotationValue as a floatclassWraps AnnotationValue as a floatclassWraps AnnotationValue as a floatclassNestedValueWrapper<A extends Annotation>Wraps AnnotationValue as an annotationclassWraps AnnotationValue as a floatclassWraps AnnotationValue as a floatConstructors in org.hibernate.models.internal.jandex with parameters of type ValueWrapperModifierConstructorDescriptionArrayValueExtractor(ValueWrapper<List<V>, org.jboss.jandex.AnnotationValue> wrapper) ArrayValueWrapper(ValueWrapper<V, org.jboss.jandex.AnnotationValue> elementWrapper) -
Uses of ValueWrapper in org.hibernate.models.internal.jdk
Classes in org.hibernate.models.internal.jdk that implement ValueWrapperModifier and TypeClassDescriptionclassArrayValueWrapper<V,R> classclassNestedValueWrapper<A extends Annotation>classCommon ValueWrapper support for implementations with the same raw and wrapped form (Byte, Boolean, etc.) as opposed to ClassDetails, AnnotationUsage, etc.Constructors in org.hibernate.models.internal.jdk with parameters of type ValueWrapperModifierConstructorDescriptionArrayValueExtractor(ValueWrapper<List<V>, R[]> wrapper) ArrayValueWrapper(ValueWrapper<V, R> elementWrapper) NestedValueExtractor(ValueWrapper<AnnotationUsage<A>, A> wrapper) -
Uses of ValueWrapper in org.hibernate.models.spi
Methods in org.hibernate.models.spi that return ValueWrapperModifier and TypeMethodDescriptionValueWrapper<V,org.jboss.jandex.AnnotationValue> ValueTypeDescriptor.createJandexWrapper(SourceModelBuildingContext buildingContext) ValueWrapper<V,?> ValueTypeDescriptor.createJdkWrapper(SourceModelBuildingContext buildingContext)