Interface EnumBeanIntrospection<E extends Enum<E>>

Type Parameters:
E - The type of the enum
All Superinterfaces:
AnnotationMetadata, AnnotationMetadataDelegate, AnnotationMetadataProvider, AnnotationSource, ArgumentCoercible<E>, BeanInfo<E>, BeanIntrospection<E>, Ordered
All Known Implementing Classes:
AbstractEnumBeanIntrospectionAndReference

public interface EnumBeanIntrospection<E extends Enum<E>> extends BeanIntrospection<E>
A variation of BeanIntrospection that is representing an enum as a bean.
Since:
4.4.0
Author:
Denis Stepanov