public class ExactMethodNamePropertyMethodFinder extends java.lang.Object implements PropertyMethodFinder
| Constructor and Description |
|---|
ExactMethodNamePropertyMethodFinder(MethodArgumentsMatcher methodArgumentsMatcher) |
| Modifier and Type | Method and Description |
|---|---|
com.google.common.base.Optional<org.jtwig.reflection.model.java.JavaMethod> |
find(org.jtwig.reflection.model.java.JavaClass type,
java.lang.String identifier,
java.util.List<java.lang.Object> arguments) |
public ExactMethodNamePropertyMethodFinder(MethodArgumentsMatcher methodArgumentsMatcher)
public com.google.common.base.Optional<org.jtwig.reflection.model.java.JavaMethod> find(org.jtwig.reflection.model.java.JavaClass type,
java.lang.String identifier,
java.util.List<java.lang.Object> arguments)
find in interface PropertyMethodFinder