public class XMethodAccessor extends Object implements XAccessor
Constructor and Description |
---|
XMethodAccessor(Method method,
Class klass) |
Modifier and Type | Method and Description |
---|---|
Class |
getType()
Gets the type of the object to be set by this setter.
|
Object |
getValue(Object instance) |
void |
setValue(Object instance,
Object value)
Sets the value of the underlying member.
|
String |
toString() |
public XMethodAccessor(Method method, Class klass)
Copyright © 2018 Nuxeo. All rights reserved.