Package | Description |
---|---|
org.javasimon.console.reflect |
Reflection tools to dynamically extract information from Simons.
|
Modifier and Type | Method and Description |
---|---|
static Getter |
GetterFactory.getGetter(Class type,
String name)
Search getter for given class and property name.
|
Modifier and Type | Method and Description |
---|---|
static Collection<Getter> |
GetterFactory.getGetters(Class type)
Extract all getters for given class.
|
Copyright © 2019. All rights reserved.