public abstract class FieldRef extends AnnotatedRef
Klass
.Klass.getDeclaredFields()
Constructor and Description |
---|
FieldRef() |
Modifier and Type | Method and Description |
---|---|
abstract Object |
get(Object instance)
Obtains the value of the field of the instance.
|
abstract String |
getName()
Name of the method.
|
abstract String |
getQualifiedName()
Gets a fully qualified name of this field that includes the declaring type.
|
boolean |
isRoutable()
Returns true if this method is a 'public' method that should be used for routing requests.
|
static FieldRef |
wrap(Field f) |
getAnnotation, hasAnnotation
public FieldRef()
public abstract String getName()
Field.getName()
public abstract Object get(Object instance) throws IllegalAccessException
IllegalAccessException
public abstract String getQualifiedName()
public boolean isRoutable()
Copyright © 2018. All rights reserved.