public class MethodReflectProperty1 extends AbstractReflectProperty
| Constructor and Description |
|---|
MethodReflectProperty1(String name,
Method read,
Method write,
Object cleanInstance,
NReflectType type,
NReflectPropertyDefaultValueStrategy defaultValueStrategy) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isRead() |
boolean |
isWrite() |
Object |
read(Object instance) |
void |
write(Object instance,
Object value) |
equals, getDeclaringType, getDefaultValueStrategy, getName, getPropertyType, hashCode, init, isDefaultValue, isDefaultValue, toStringpublic MethodReflectProperty1(String name, Method read, Method write, Object cleanInstance, NReflectType type, NReflectPropertyDefaultValueStrategy defaultValueStrategy)
Copyright © 2025 vpc open source initiative. All rights reserved.