public interface PropertyInvoker
| Modifier and Type | Method and Description |
|---|---|
java.util.Set<java.lang.String> |
getProperties()
Returns the property names for this invoker.
|
boolean |
hasProperty(java.lang.String name)
Returns whether a property with the supplied name exists on this invoker.
|
void |
setProperty(java.lang.Object object,
java.lang.String name,
java.lang.String value)
Invokes the setter method on the supplied object for the supplied property name and value.
|
void setProperty(java.lang.Object object,
java.lang.String name,
java.lang.String value)
object - to invoke property setter onname - of the property to invokevalue - of the property to setboolean hasProperty(java.lang.String name)
name - of the property to checkjava.util.Set<java.lang.String> getProperties()