Annotation Interface EnumValueProvider.BaseEnum
- Enclosing class:
- EnumValueProvider
Used when a JPA entity enum field is mapped to
a
DataResponseDTO field which type is not enum.
Necessary to define the type of field by which filtering will be performed.-
Required Element Summary
Required Elements
-
Element Details
-
value
- Returns:
- Class of the corresponding enum field in JPA entity.
-