public final class FieldHelper
extends java.lang.Object
Field
.Modifier | Constructor and Description |
---|---|
private |
FieldHelper()
FieldHelper is utility class and will be never instantiated.
|
Modifier and Type | Method and Description |
---|---|
static java.lang.reflect.Field |
getField(java.lang.Class<?> aOwnerClass,
Finds field on given class using field name.
|
Class.getField(String)
which throws exception if field is not found.aOwnerClass
- Class where to look for fieldaFieldName
- Name of field to be searchedClass#getFieldMethod(String)