|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ReflectedMethod | |
---|---|
com.lexicalscope.fluentreflection | |
com.lexicalscope.fluentreflection.bean | |
com.lexicalscope.fluentreflection.dynamicproxy |
Uses of ReflectedMethod in com.lexicalscope.fluentreflection |
---|
Methods in com.lexicalscope.fluentreflection that return ReflectedMethod | |
---|---|
ReflectedMethod |
ReflectedType.method(org.hamcrest.Matcher<? super ReflectedMethod> methodMatcher)
Find the first method matching the supplied matcher |
static ReflectedMethod |
FluentReflection.method(Method method)
|
static ReflectedMethod |
FluentReflection.method(Method method,
Object instance)
|
ReflectedMethod |
ReflectedType.method(String name)
Find the first method with the given name |
ReflectedMethod |
ReflectedClass.staticMethod(org.hamcrest.Matcher<? super ReflectedMethod> methodNamed)
Find the first static method matching the supplied matcher |
Methods in com.lexicalscope.fluentreflection that return types with arguments of type ReflectedMethod | |
---|---|
List<ReflectedMethod> |
ReflectedMethods.declaredMethods()
|
List<ReflectedMethod> |
ReflectedType.declaredMethods()
All methods declared by this type |
org.hamcrest.Matcher<? super ReflectedMethod> |
MethodNotFoundException.getMethodMatcher()
|
static ReflectionMatcher<ReflectedMethod> |
ReflectionMatchers.methodIsNotStatic()
|
static ReflectionMatcher<ReflectedMethod> |
ReflectionMatchers.methodIsStatic()
|
List<ReflectedMethod> |
ReflectedMethods.methods()
|
List<ReflectedMethod> |
ReflectedType.methods()
All methods |
List<ReflectedMethod> |
ReflectedType.methods(org.hamcrest.Matcher<? super ReflectedMethod> methodMatcher)
Find all methods matching the supplied matcher |
Method parameters in com.lexicalscope.fluentreflection with type arguments of type ReflectedMethod | |
---|---|
ReflectedMethod |
ReflectedType.method(org.hamcrest.Matcher<? super ReflectedMethod> methodMatcher)
Find the first method matching the supplied matcher |
List<ReflectedMethod> |
ReflectedType.methods(org.hamcrest.Matcher<? super ReflectedMethod> methodMatcher)
Find all methods matching the supplied matcher |
ReflectedMethod |
ReflectedClass.staticMethod(org.hamcrest.Matcher<? super ReflectedMethod> methodNamed)
Find the first static method matching the supplied matcher |
Constructor parameters in com.lexicalscope.fluentreflection with type arguments of type ReflectedMethod | |
---|---|
MethodNotFoundException(Class<?> klass,
org.hamcrest.Matcher<? super ReflectedMethod> methodMatcher)
|
Uses of ReflectedMethod in com.lexicalscope.fluentreflection.bean |
---|
Methods in com.lexicalscope.fluentreflection.bean with parameters of type ReflectedMethod | |
---|---|
String |
BeanMap.PropertyNameConvertor.propertyName(ReflectedMethod method)
|
Method parameters in com.lexicalscope.fluentreflection.bean with type arguments of type ReflectedMethod | |
---|---|
Set<String> |
BeanMap.KeySetCalculation.supportedKeys(Map<String,ReflectedMethod> getters,
Map<String,ReflectedMethod> setters)
|
Set<String> |
BeanMap.KeySetCalculation.supportedKeys(Map<String,ReflectedMethod> getters,
Map<String,ReflectedMethod> setters)
|
Uses of ReflectedMethod in com.lexicalscope.fluentreflection.dynamicproxy |
---|
Methods in com.lexicalscope.fluentreflection.dynamicproxy that return ReflectedMethod | |
---|---|
ReflectedMethod |
Implementing.method()
|
Method parameters in com.lexicalscope.fluentreflection.dynamicproxy with type arguments of type ReflectedMethod | |
---|---|
MethodBinding<T> |
Implementing.whenProxying(org.hamcrest.Matcher<? super ReflectedMethod> methodMatcher)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |