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
Exception
protected abstract void internalSet(ExtendedBlueprintContainer container, Object instance, Object value) throws Exception
Exception
public Object get(Object instance, ExtendedBlueprintContainer container) throws Exception
Exception
public void set(Object instance, Object value, ExtendedBlueprintContainer container) throws Exception
Exception
Copyright © 2018. All rights reserved.