Interface PropertyInfo
- All Known Implementing Classes:
PropertyInfo.FieldInfo
,PropertyInfo.MethodInfo
public interface PropertyInfo
A simple wrapper that enables using annotations from methods while processing fields during metamodel creation.
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final record
static class
-
Method Summary
Modifier and TypeMethodDescriptionfield()
static PropertyInfo
static PropertyInfo
<T extends Annotation>
TgetAnnotation
(Class<T> annotationClass) getName()
Class<?>
getType()