AbstractPropertyElement
, PropertyAccessor
, PropertyField
public interface PropertyElement
Modifier and Type | Method | Description |
---|---|---|
Class<?> |
getDeclaringClass() |
Get the class object representing the class or interface declaring this property.
|
AnnotatedElement |
getElement() |
Get the original annotated element that this property is derived from.
|
String |
getElementName() |
Get the name of the underlying field or method.
|
String |
getName() |
Get the name of this property.
|
Class<?> |
getPropertyType() |
Get the type of this property - the return type of a method, or the type of a field
|
String |
getType() |
Get the type of element returns either "field" or "method".
|
String getName()
AnnotatedElement getElement()
Class<?> getDeclaringClass()
String getElementName()
String getType()
Class<?> getPropertyType()
Copyright © 2008–2018. All rights reserved.