|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use FluentObject | |
---|---|
com.lexicalscope.fluentreflection | Library for java reflection in a fluent style. |
Uses of FluentObject in com.lexicalscope.fluentreflection |
---|
Methods in com.lexicalscope.fluentreflection that return FluentObject | ||
---|---|---|
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 |
|
FluentObject<T> |
FluentCall.call(Object... args)
|
|
FluentObject<?> |
FluentMember.call(Object... args)
Call the member using the given arguments |
|
FluentObject<?> |
FluentAccess.call(String name,
Object... args)
Call a method by name if one can be found that can be called with the given arguments |
|
FluentObject<T> |
FluentClass.construct(Object... args)
Construct an object of the type under reflection |
|
static
|
FluentReflection.object(T object)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |