public final class Reflections extends Object
Modifier and Type | Method and Description |
---|---|
static Collection<Field> |
findAllFields(Class<?> clazz)
Find all declared fields of a class
|
static Field |
findField(Class<?> clazz,
String fieldName)
Find a field from all declared fields of a class
|
public static Collection<Field> findAllFields(Class<?> clazz)
clazz
- the class to start searching for fieldsnull
Copyright © 2016 Eclipse NeoSCADA Project. All rights reserved.