public class MethodReflectProperty1 extends AbstractReflectProperty
| Constructor and Description |
|---|
MethodReflectProperty1(String name,
Method read,
Method 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 MethodReflectProperty1(String name, Method read, Method write, Object cleanInstance, ReflectType type, ReflectPropertyDefaultValueStrategy defaultValueStrategy)
Copyright © 2022 vpc open source initiative. All rights reserved.