|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use FluentConstructor | |
---|---|
com.lexicalscope.fluentreflection | Library for java reflection in a fluent style. |
Uses of FluentConstructor in com.lexicalscope.fluentreflection |
---|
Methods in com.lexicalscope.fluentreflection that return FluentConstructor | |
---|---|
FluentConstructor<T> |
FluentClass.constructor(org.hamcrest.Matcher<? super FluentConstructor<?>> constructorMatcher)
Find the first constructor method matching the supplied matcher |
Methods in com.lexicalscope.fluentreflection that return types with arguments of type FluentConstructor | |
---|---|
List<FluentConstructor<T>> |
FluentClass.constructors(org.hamcrest.Matcher<? super FluentConstructor<?>> constructorMatcher)
Find all constructors matching the supplied matcher |
static ReflectionMatcher<FluentConstructor<?>> |
ReflectionMatchers.reflectingOnConstructor(Constructor<?> constructor)
|
Method parameters in com.lexicalscope.fluentreflection with type arguments of type FluentConstructor | |
---|---|
FluentConstructor<T> |
FluentClass.constructor(org.hamcrest.Matcher<? super FluentConstructor<?>> constructorMatcher)
Find the first constructor method matching the supplied matcher |
List<FluentConstructor<T>> |
FluentClass.constructors(org.hamcrest.Matcher<? super FluentConstructor<?>> constructorMatcher)
Find all constructors matching the supplied matcher |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |