public interface IMethodResolver
Methods.| Modifier and Type | Method and Description |
|---|---|
Serializable |
getId(Method method)
Get the identifier for the given method.
|
Method |
getMethod(Class<?> owner,
Serializable id)
Get method by identifier.
|
Method |
getSetter(Method getter)
Get a setter for the given method.
|
Method getMethod(Class<?> owner, Serializable id)
owner - the owning classid - method identifierSerializable getId(Method method)
method - methodCopyright © 2015. All rights reserved.