public class ReflectionUtils extends Object
| Constructor and Description |
|---|
ReflectionUtils() |
| Modifier and Type | Method and Description |
|---|---|
static List<Field> |
extractFieldsByPredicate(Class<?> type,
Predicate<Field> predicate) |
<T> T |
instantiate(Class<T> type) |
Copyright © 2022. All rights reserved.