public class MethodValueResolver extends MemberValueResolver<Method>
MemberValueResolver with lookup and invocation
support for Method.
It matches a public method.| Modifier and Type | Field and Description |
|---|---|
static ValueResolver |
INSTANCE
The default instance.
|
UNRESOLVED, VALUE_RESOLVERS| Constructor and Description |
|---|
MethodValueResolver() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
matches(Method method,
String name)
True, if the member matches the one we look for.
|
propertySet, resolve, resolvepublic static final ValueResolver INSTANCE
public boolean matches(Method method, String name)
MemberValueResolvermatches in class MemberValueResolver<Method>method - The class Member.name - The attribute's name.Copyright © 2010 - 2020 Adobe. All Rights Reserved