public class ReflectionMemberSet extends Object
| Constructor and Description |
|---|
ReflectionMemberSet() |
| Modifier and Type | Method and Description |
|---|---|
MatchSet<ReflectionMethod> |
getConstructors() |
MatchSet<String> |
getFields() |
MatchSet<String> |
getIndividualFields() |
MatchSet<ReflectionMethod> |
getIndividualMethodsAndConstructors() |
MatchSet<ReflectionMethod> |
getMethods() |
void |
printJson(JsonWriter writer,
String infix) |
public MatchSet<ReflectionMethod> getMethods()
public MatchSet<ReflectionMethod> getConstructors()
public MatchSet<ReflectionMethod> getIndividualMethodsAndConstructors()
public void printJson(JsonWriter writer, String infix) throws IOException
IOException