|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use FluentMethod | |
---|---|
com.lexicalscope.fluentreflection | Library for java reflection in a fluent style. |
com.lexicalscope.fluentreflection.bean | |
com.lexicalscope.fluentreflection.dynamicproxy |
Uses of FluentMethod in com.lexicalscope.fluentreflection |
---|
Methods in com.lexicalscope.fluentreflection that return FluentMethod | |
---|---|
FluentMethod |
FluentAccess.method(org.hamcrest.Matcher<? super FluentMethod> methodMatcher)
Find the first method matching the supplied matcher |
static FluentMethod |
FluentReflection.method(Method method)
|
static FluentMethod |
FluentReflection.method(Method method,
Object instance)
|
FluentMethod |
FluentAccess.method(String name)
Find the first method with the given name |
FluentMethod |
FluentClass.staticMethod(org.hamcrest.Matcher<? super FluentMethod> methodNamed)
Find the first static method matching the supplied matcher |
Methods in com.lexicalscope.fluentreflection that return types with arguments of type FluentMethod | |
---|---|
List<FluentMethod> |
FluentAccess.declaredMethods()
All methods declared by this type |
List<FluentMethod> |
FluentAccess.methods()
All methods |
List<FluentMethod> |
FluentAccess.methods(org.hamcrest.Matcher<? super FluentMethod> methodMatcher)
Find all methods matching the supplied matcher |
Method parameters in com.lexicalscope.fluentreflection with type arguments of type FluentMethod | |
---|---|
FluentObject<?> |
FluentAccess.call(org.hamcrest.Matcher<? super FluentMethod> methodMatcher,
Object... args)
Call a method using a matcher, if one can be found that can also be called with the given arguments |
FluentMethod |
FluentAccess.method(org.hamcrest.Matcher<? super FluentMethod> methodMatcher)
Find the first method matching the supplied matcher |
List<FluentMethod> |
FluentAccess.methods(org.hamcrest.Matcher<? super FluentMethod> methodMatcher)
Find all methods matching the supplied matcher |
FluentMethod |
FluentClass.staticMethod(org.hamcrest.Matcher<? super FluentMethod> methodNamed)
Find the first static method matching the supplied matcher |
Uses of FluentMethod in com.lexicalscope.fluentreflection.bean |
---|
Methods in com.lexicalscope.fluentreflection.bean with parameters of type FluentMethod | |
---|---|
String |
BeanMap.PropertyNameConvertor.propertyName(FluentMethod method)
|
Method parameters in com.lexicalscope.fluentreflection.bean with type arguments of type FluentMethod | |
---|---|
Set<String> |
BeanMap.KeySetCalculation.supportedKeys(Map<String,FluentMethod> getters,
Map<String,FluentMethod> setters)
|
Set<String> |
BeanMap.KeySetCalculation.supportedKeys(Map<String,FluentMethod> getters,
Map<String,FluentMethod> setters)
|
Uses of FluentMethod in com.lexicalscope.fluentreflection.dynamicproxy |
---|
Methods in com.lexicalscope.fluentreflection.dynamicproxy that return FluentMethod | |
---|---|
FluentMethod |
Implementing.method()
|
Method parameters in com.lexicalscope.fluentreflection.dynamicproxy with type arguments of type FluentMethod | |
---|---|
MethodBinding<T> |
Implementing.whenProxying(org.hamcrest.Matcher<? super FluentMethod> methodMatcher)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |