public abstract static class PropertyType.PropertyMethod extends Object
| Modifier and Type | Field and Description |
|---|---|
protected Method |
method |
protected PropertyType |
type |
| Constructor and Description |
|---|
PropertyMethod(PropertyType type,
Method method) |
| Modifier and Type | Method and Description |
|---|---|
void |
confirmCompatible(PropertyType.PropertyStatement ps) |
Method |
getMethod() |
Class<?> |
getParameterType() |
void |
invoke(Object instance,
Object value) |
protected final PropertyType type
protected final Method method
public PropertyMethod(PropertyType type, Method method)
public Method getMethod()
public Class<?> getParameterType()
public void confirmCompatible(PropertyType.PropertyStatement ps) throws PropertyType.PropertyTypeException
public void invoke(Object instance, Object value) throws PropertyType.PropertyTypeException
Copyright © 2016. All rights reserved.