public abstract static class ReflectionUtils.PropertyDescriptor extends Object
| Constructor and Description |
|---|
PropertyDescriptor(String name) |
| Modifier and Type | Method and Description |
|---|---|
abstract boolean |
allowsGet() |
abstract boolean |
allowsSet() |
protected Object |
convert(Object obj,
Type type) |
Object |
get(Object instance,
ExtendedBlueprintContainer container) |
String |
getName() |
protected abstract Object |
internalGet(ExtendedBlueprintContainer container,
Object instance) |
protected abstract void |
internalSet(ExtendedBlueprintContainer container,
Object instance,
Object value) |
void |
set(Object instance,
Object value,
ExtendedBlueprintContainer container) |
public PropertyDescriptor(String name)
public String getName()
public abstract boolean allowsGet()
public abstract boolean allowsSet()
protected abstract Object internalGet(ExtendedBlueprintContainer container, Object instance) throws Exception
Exceptionprotected abstract void internalSet(ExtendedBlueprintContainer container, Object instance, Object value) throws Exception
Exceptionpublic Object get(Object instance, ExtendedBlueprintContainer container) throws Exception
Exceptionpublic void set(Object instance, Object value, ExtendedBlueprintContainer container) throws Exception
ExceptionCopyright © 2009-2015 The Apache Software Foundation. All Rights Reserved.