public class MethodReflectProperty3 extends AbstractReflectProperty
| Constructor and Description |
|---|
MethodReflectProperty3(String name,
Field read,
Method write,
Object cleanInstance,
net.thevpc.nuts.reflect.NReflectType type,
net.thevpc.nuts.reflect.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 MethodReflectProperty3(String name, Field read, Method write, Object cleanInstance, net.thevpc.nuts.reflect.NReflectType type, net.thevpc.nuts.reflect.NReflectPropertyDefaultValueStrategy defaultValueStrategy)
Copyright © 2025 vpc open source initiative. All rights reserved.