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