| Package | Description |
|---|---|
| com.bol.reflection |
| Modifier and Type | Field and Description |
|---|---|
static Node |
Node.EMPTY |
| Modifier and Type | Field and Description |
|---|---|
List<Node> |
Node.children |
| Modifier and Type | Method and Description |
|---|---|
List<Node> |
ReflectionCache.reflectRecursive(Class<?> objectClass) |
List<Node> |
ReflectionCache.reflectSingle(Class<?> objectClass) |
| Constructor and Description |
|---|
Node(String fieldName,
List<Node> children,
Node.Type type) |
Node(String fieldName,
String documentName,
List<Node> children,
Node.Type type) |
Node(String fieldName,
String documentName,
List<Node> children,
Node.Type type,
Field field) |
Copyright © 2022. All rights reserved.