public class TField extends Object
| Constructor and Description |
|---|
TField(Class declaredClass,
String name,
int modifiers,
Class type,
Object accessorMethod,
Object mutationMethod,
int offset) |
| Modifier and Type | Method and Description |
|---|---|
Object |
get(Object o) |
Class |
getDeclaringClass() |
Type |
getGenericType() |
int |
getModifiers() |
String |
getName() |
Class |
getType() |
boolean |
isAccessible() |
void |
set(Object o,
Object value) |
void |
setAccessible(boolean a) |
public String getName()
public Class getDeclaringClass()
public int getModifiers()
public Class getType()
public boolean isAccessible()
public void setAccessible(boolean a)
public Type getGenericType()
Copyright © 2021 Systemprogrammierung Mirko Sertic. All rights reserved.