public class MethodReflectProperty2 extends AbstractReflectProperty
| Constructor and Description |
|---|
MethodReflectProperty2(String name,
Method read,
Field write,
Object cleanInstance,
ReflectType type,
ReflectPropertyDefaultValueStrategy defaultValueStrategy) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isRead() |
boolean |
isWrite() |
Object |
read(Object instance) |
void |
write(Object instance,
Object value) |
getDefaultValueStrategy, getName, getPropertyType, getType, init, isDefaultValue, isDefaultValuepublic MethodReflectProperty2(String name, Method read, Field write, Object cleanInstance, ReflectType type, ReflectPropertyDefaultValueStrategy defaultValueStrategy)
Copyright © 2021 vpc open source initiative. All rights reserved.