Class TypeBinderTypeAnnotation
java.lang.Object
org.hibernate.boot.models.annotations.internal.TypeBinderTypeAnnotation
- All Implemented Interfaces:
Annotation
@Generated("org.hibernate.orm.build.annotations.ClassGeneratorProcessor")
public class TypeBinderTypeAnnotation
extends Object
implements TypeBinderType
-
Constructor Summary
ConstructorsConstructorDescriptionTypeBinderTypeAnnotation(Map<String, Object> attributeValues, org.hibernate.models.spi.ModelsContext modelContext) Used in creating annotation instances from Jandex variantTypeBinderTypeAnnotation(TypeBinderType annotation, org.hibernate.models.spi.ModelsContext modelContext) Used in creating annotation instances from JDK variantTypeBinderTypeAnnotation(org.hibernate.models.spi.ModelsContext modelContext) Used in creating dynamic annotation instances (e.g. -
Method Summary
Modifier and TypeMethodDescriptionClass<? extends Annotation>Class<? extends TypeBinder<?>>binder()voidbinder(Class<? extends TypeBinder<?>> value)
-
Constructor Details
-
TypeBinderTypeAnnotation
public TypeBinderTypeAnnotation(org.hibernate.models.spi.ModelsContext modelContext) Used in creating dynamic annotation instances (e.g. from XML) -
TypeBinderTypeAnnotation
public TypeBinderTypeAnnotation(TypeBinderType annotation, org.hibernate.models.spi.ModelsContext modelContext) Used in creating annotation instances from JDK variant -
TypeBinderTypeAnnotation
public TypeBinderTypeAnnotation(Map<String, Object> attributeValues, org.hibernate.models.spi.ModelsContext modelContext) Used in creating annotation instances from Jandex variant
-
-
Method Details
-
annotationType
- Specified by:
annotationTypein interfaceAnnotation
-
binder
-
binder
-