Package org.nuxeo.common.xmap
Class XMethodAccessor
- java.lang.Object
-
- org.nuxeo.common.xmap.XMethodAccessor
-
- All Implemented Interfaces:
XAccessor
public class XMethodAccessor extends Object implements XAccessor
- Author:
- Bogdan Stefanescu
-
-
Constructor Summary
Constructors Constructor Description XMethodAccessor(Method method, Class<?> klass)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Class<?>getType()Gets the type of the object to be set by this setter.ObjectgetValue(Object instance)voidsetValue(Object instance, Object value)Sets the value of the underlying member.StringtoString()
-