Dieser Commit ist enthalten in:
Ursprung
5f1fb5595e
Commit
8ea301b596
@ -110,6 +110,10 @@ public final class Reflection {
|
|||||||
return getField(getClass(className), name, fieldType, 0);
|
return getField(getClass(className), name, fieldType, 0);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public static <T> Reflection.FieldAccessor<T> getUntypedField(Class<?> target, Class fieldType, int index) {
|
||||||
|
return getField(target, fieldType, index);
|
||||||
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Retrieve a field accessor for a specific field type and name.
|
* Retrieve a field accessor for a specific field type and name.
|
||||||
*
|
*
|
||||||
|
In neuem Issue referenzieren
Einen Benutzer sperren