public class FieldReflectProperty extends AbstractReflectProperty
| Constructor and Description |
|---|
FieldReflectProperty(Field field,
Supplier<Object> cleanInstance,
NReflectType declaringType,
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 FieldReflectProperty(Field field, Supplier<Object> cleanInstance, NReflectType declaringType, NReflectPropertyDefaultValueStrategy defaultValueStrategy)
Copyright © 2026 vpc open source initiative. All rights reserved.