Package | Description |
---|---|
org.dejava.component.reflection |
Modifier and Type | Method and Description |
---|---|
FieldMirror |
ClassMirror.getField(String fieldName)
Returns a field from the reflected class.
|
Modifier and Type | Method and Description |
---|---|
LinkedList<FieldMirror> |
FieldPath.getFieldPath()
Gets the field path.
|
Collection<FieldMirror> |
ClassMirror.getFields()
Returns all fields (public or not) from the reflected class (including inherited ones).
|
Collection<FieldMirror> |
ClassMirror.getFields(Class<? extends Annotation> annotation)
Returns the fields annotated with the given annotation.
|
Modifier and Type | Method and Description |
---|---|
void |
FieldPath.setFields(LinkedList<FieldMirror> fieldPath)
Sets the field path.
|
Constructor and Description |
---|
FieldPath(LinkedList<FieldMirror> fieldPath)
Public constructor for the reflection class.
|
Copyright © 2013. All Rights Reserved.