| Package | Description |
|---|---|
| com.almasb.fxgl.core.reflect |
| Modifier and Type | Method and Description |
|---|---|
static Field |
ClassReflection.getField(Class c,
String name)
Returns a
Field that represents the specified public member field for the supplied class. |
static Field[] |
ClassReflection.getFields(Class c)
Returns an array of
Field containing the public fields of the class represented by the supplied Class. |
Copyright © 2018. All rights reserved.