public class MethodValueResolver extends MemberValueResolver<java.lang.reflect.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
Constructor and Description |
---|
MethodValueResolver() |
Modifier and Type | Method and Description |
---|---|
boolean |
matches(java.lang.reflect.Method method,
java.lang.String name)
True, if the member matches the one we look for.
|
propertySet, resolve, resolve
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
defaultValueResolvers
public static final ValueResolver INSTANCE
public boolean matches(java.lang.reflect.Method method, java.lang.String name)
MemberValueResolver
matches
in class MemberValueResolver<java.lang.reflect.Method>
method
- The class Member
.name
- The attribute's name.Copyright © 2010 - 2023 Adobe. All Rights Reserved