Uses of Class
com.badlogic.gdx.utils.reflect.Field
-
Packages that use Field Package Description com.badlogic.gdx.utils com.badlogic.gdx.utils.reflect -
-
Uses of Field in com.badlogic.gdx.utils
Methods in com.badlogic.gdx.utils with parameters of type Field Modifier and Type Method Description voidJson. readField(java.lang.Object object, Field field, java.lang.String jsonName, java.lang.Class elementType, JsonValue jsonMap) -
Uses of Field in com.badlogic.gdx.utils.reflect
Methods in com.badlogic.gdx.utils.reflect that return Field Modifier and Type Method Description static FieldClassReflection. getDeclaredField(java.lang.Class c, java.lang.String name)Returns aFieldthat represents the specified declared field for the supplied class.static Field[]ClassReflection. getDeclaredFields(java.lang.Class c)Returns an array ofFieldobjects reflecting all the fields declared by the supplied class.static FieldClassReflection. getField(java.lang.Class c, java.lang.String name)Returns aFieldthat represents the specified public member field for the supplied class.static Field[]ClassReflection. getFields(java.lang.Class c)Returns an array ofFieldcontaining the public fields of the class represented by the supplied Class.
-