public abstract class AbstractReflectProperty extends Object implements NReflectProperty
| Constructor and Description |
|---|
AbstractReflectProperty() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
NReflectType |
getDeclaringType() |
NReflectPropertyDefaultValueStrategy |
getDefaultValueStrategy() |
String |
getName() |
NReflectType |
getPropertyType() |
int |
hashCode() |
protected void |
init(String name,
NReflectType declaringType,
Supplier<Object> cleanInstance,
Type propertyType,
NReflectPropertyDefaultValueStrategy defaultValueStrategy) |
boolean |
isDefaultValue(Object o) |
boolean |
isDefaultValue(Object value,
NReflectPropertyDefaultValueStrategy strategy) |
String |
toString() |
clone, finalize, getClass, notify, notifyAll, wait, wait, waitisRead, isWrite, read, writeprotected final void init(String name, NReflectType declaringType, Supplier<Object> cleanInstance, Type propertyType, NReflectPropertyDefaultValueStrategy defaultValueStrategy)
public String getName()
getName in interface NReflectPropertypublic NReflectType getDeclaringType()
getDeclaringType in interface NReflectPropertypublic NReflectType getPropertyType()
getPropertyType in interface NReflectPropertypublic NReflectPropertyDefaultValueStrategy getDefaultValueStrategy()
getDefaultValueStrategy in interface NReflectPropertypublic boolean isDefaultValue(Object value, NReflectPropertyDefaultValueStrategy strategy)
isDefaultValue in interface NReflectPropertypublic boolean isDefaultValue(Object o)
isDefaultValue in interface NReflectPropertyCopyright © 2026 vpc open source initiative. All rights reserved.