Record Class AbstractEnumBeanIntrospectionAndReference.EnumConstantRef<E extends Enum<E>>
java.lang.Object
java.lang.Record
io.micronaut.inject.beans.AbstractEnumBeanIntrospectionAndReference.EnumConstantRef<E>
- All Implemented Interfaces:
AnnotationMetadata, AnnotationMetadataDelegate, AnnotationMetadataProvider, AnnotationSource, EnumBeanIntrospection.EnumConstant<E>
- Enclosing class:
AbstractEnumBeanIntrospectionAndReference<E extends Enum<E>>
@Internal
@Deprecated
public static record AbstractEnumBeanIntrospectionAndReference.EnumConstantRef<E extends Enum<E>>(E extends Enum<E> value, AnnotationMetadata annotationMetadata)
extends Record
implements EnumBeanIntrospection.EnumConstant<E>
Deprecated.
Enum value compile-time data container.
- Since:
- 4.4.0
- Author:
- Denis Stepanov
-
Field Summary
Fields inherited from interface AnnotationMetadata
CLASS_NAME_SUFFIX, EMPTY_METADATA, VALUE_MEMBERFields inherited from interface AnnotationSource
EMPTY -
Constructor Summary
ConstructorsConstructorDescriptionEnumConstantRef(E value, AnnotationMetadata annotationMetadata) Deprecated.Creates an instance of aEnumConstantRefrecord class. -
Method Summary
Modifier and TypeMethodDescriptionDeprecated.Returns the value of theannotationMetadatarecord component.final booleanDeprecated.Indicates whether some other object is "equal to" this one.Deprecated.Supplies the metadata.getValue()Deprecated.final inthashCode()Deprecated.Returns a hash code value for this object.final StringtoString()Deprecated.Returns a string representation of this record class.value()Deprecated.Returns the value of thevaluerecord component.Methods inherited from interface AnnotationMetadata
enumValuesSet, enumValuesSet, getValues, hasDeclaredStereotype, hasEvaluatedExpressions, hasStereotypeNonRepeating, isAnnotationPresent, isDeclaredAnnotationPresentMethods inherited from interface AnnotationMetadataDelegate
booleanValue, booleanValue, booleanValue, booleanValue, classValue, classValue, classValue, classValue, classValues, classValues, classValues, classValues, copyAnnotationMetadata, doubleValue, doubleValue, doubleValue, enumValue, enumValue, enumValue, enumValue, enumValues, enumValues, enumValues, enumValues, findAnnotation, findAnnotation, findDeclaredAnnotation, findDeclaredAnnotation, findRepeatableAnnotation, findRepeatableAnnotation, getAnnotation, getAnnotation, getAnnotationNameByStereotype, getAnnotationNameByStereotype, getAnnotationNames, getAnnotationNamesByStereotype, getAnnotationNamesByStereotype, getAnnotationType, getAnnotationType, getAnnotationTypeByStereotype, getAnnotationTypeByStereotype, getAnnotationTypesByStereotype, getAnnotationTypesByStereotype, getAnnotationTypesByStereotype, getAnnotationValuesByName, getAnnotationValuesByStereotype, getAnnotationValuesByType, getDeclaredAnnotation, getDeclaredAnnotation, getDeclaredAnnotationNameByStereotype, getDeclaredAnnotationNames, getDeclaredAnnotationNamesByStereotype, getDeclaredAnnotationTypeByStereotype, getDeclaredAnnotationTypeByStereotype, getDeclaredAnnotationValuesByName, getDeclaredAnnotationValuesByType, getDeclaredMetadata, getDeclaredStereotypeAnnotationNames, getDefaultValue, getDefaultValue, getDefaultValue, getDefaultValue, getDefaultValues, getStereotypeAnnotationNames, getTargetAnnotationMetadata, getValue, getValue, getValue, getValue, getValue, getValue, getValue, getValue, getValue, getValue, getValue, getValue, getValues, getValues, hasAnnotation, hasAnnotation, hasDeclaredAnnotation, hasDeclaredAnnotation, hasDeclaredStereotype, hasDeclaredStereotype, hasDeclaredStereotype, hasPropertyExpressions, hasSimpleAnnotation, hasSimpleDeclaredAnnotation, hasStereotype, hasStereotype, hasStereotype, hasStereotype, intValue, intValue, intValue, isAnnotationPresent, isDeclaredAnnotationPresent, isEmpty, isFalse, isFalse, isPresent, isPresent, isRepeatableAnnotation, isRepeatableAnnotation, isTrue, isTrue, longValue, longValue, stringValue, stringValue, stringValue, stringValue, stringValues, stringValues, stringValues, stringValues, synthesize, synthesize, synthesizeAll, synthesizeAnnotationsByType, synthesizeDeclared, synthesizeDeclared, synthesizeDeclared, synthesizeDeclaredAnnotationsByType
-
Constructor Details
-
EnumConstantRef
Deprecated.Creates an instance of aEnumConstantRefrecord class.- Parameters:
value- the value for thevaluerecord componentannotationMetadata- the value for theannotationMetadatarecord component
-
-
Method Details
-
getValue
-
getAnnotationMetadata
Deprecated.Description copied from interface:AnnotationMetadataProviderSupplies the metadata. Defaults toAnnotationMetadata.EMPTY_METADATA.- Specified by:
getAnnotationMetadatain interfaceAnnotationMetadataProvider- Returns:
- The
AnnotationMetadata
-
toString
-
hashCode
-
equals
Deprecated.Indicates whether some other object is "equal to" this one. The objects are equal if the other object is of the same class and if all the record components are equal. All components in this record class are compared withObjects::equals(Object,Object). -
value
Deprecated.Returns the value of thevaluerecord component.- Returns:
- the value of the
valuerecord component
-
annotationMetadata
Deprecated.Returns the value of theannotationMetadatarecord component.- Returns:
- the value of the
annotationMetadatarecord component
-
AbstractEnumBeanIntrospectionAndReference.EnumConstantRefis replaced byAbstractEnumBeanIntrospectionAndReference.EnumConstantDynamicRef