| Package | Description |
|---|---|
| net.thevpc.nuts.runtime.standalone.util.reflect |
| Modifier and Type | Class and Description |
|---|---|
class |
ClassReflectType |
| Modifier and Type | Method and Description |
|---|---|
ReflectType |
AbstractReflectProperty.getType() |
ReflectType |
ReflectProperty.getType() |
ReflectType |
ReflectRepository.getType(Type clazz) |
ReflectType |
DefaultReflectRepository.getType(Type clz) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
AbstractReflectProperty.init(String name,
ReflectType type,
Object cleanInstance,
Type propertyType,
ReflectPropertyDefaultValueStrategy defaultValueStrategy) |
| Constructor and Description |
|---|
FieldReflectProperty(Field field,
Object cleanInstance,
ReflectType type,
ReflectPropertyDefaultValueStrategy defaultValueStrategy) |
MethodReflectProperty1(String name,
Method read,
Method write,
Object cleanInstance,
ReflectType type,
ReflectPropertyDefaultValueStrategy defaultValueStrategy) |
MethodReflectProperty2(String name,
Method read,
Field write,
Object cleanInstance,
ReflectType type,
ReflectPropertyDefaultValueStrategy defaultValueStrategy) |
MethodReflectProperty3(String name,
Field read,
Method write,
Object cleanInstance,
ReflectType type,
ReflectPropertyDefaultValueStrategy defaultValueStrategy) |
Copyright © 2022 vpc open source initiative. All rights reserved.