|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use FluentAnnotated | |
---|---|
com.lexicalscope.fluentreflection | Library for java reflection in a fluent style. |
Uses of FluentAnnotated in com.lexicalscope.fluentreflection |
---|
Subinterfaces of FluentAnnotated in com.lexicalscope.fluentreflection | |
---|---|
interface |
FluentAccess<T>
Reflection access to a class or an object. |
interface |
FluentClass<T>
Reflection information about a class. |
interface |
FluentConstructor<T>
Reflection information about a constructor. |
interface |
FluentField
Reflection access to a field. |
interface |
FluentMember
Reflection information about a class member, such as a field or method. |
interface |
FluentMethod
Reflection information about a method. |
interface |
FluentObject<T>
Reflection information about a Object (an instance of a class). |
Methods in com.lexicalscope.fluentreflection that return types with arguments of type FluentAnnotated | |
---|---|
static ReflectionMatcher<FluentAnnotated> |
ReflectionMatchers.annotatedWith(Class<? extends Annotation> annotation)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |