PropertyElement
PropertyAccessor
, PropertyField
public abstract class AbstractPropertyElement<E extends AccessibleObject & Member> extends Object implements PropertyElement
Modifier | Constructor | Description |
---|---|---|
protected |
AbstractPropertyElement(E element,
String name) |
Modifier and Type | Method | Description |
---|---|---|
boolean |
equals(Object obj) |
|
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 |
getName() |
Get the name of this property.
|
int |
hashCode() |
|
String |
toString() |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
getElementName, getPropertyType, getType
protected final E extends AccessibleObject & Member element
public String getName()
PropertyElement
getName
in interface PropertyElement
public AnnotatedElement getElement()
PropertyElement
getElement
in interface PropertyElement
public Class<?> getDeclaringClass()
PropertyElement
getDeclaringClass
in interface PropertyElement
Copyright © 2008–2018. All rights reserved.