Uses of Interface
com.lexicalscope.fluentreflection.FluentField

Packages that use FluentField
com.lexicalscope.fluentreflection Library for java reflection in a fluent style. 
 

Uses of FluentField in com.lexicalscope.fluentreflection
 

Methods in com.lexicalscope.fluentreflection that return FluentField
 FluentField FluentAccess.field(ReflectionMatcher<FluentMember> fieldMatcher)
          Find field matching the supplied matcher
 

Methods in com.lexicalscope.fluentreflection that return types with arguments of type FluentField
 List<FluentField> FluentAccess.declaredFields()
          All fields declared by this type
 List<FluentField> FluentAccess.fields()
          All fields
 List<FluentField> FluentAccess.fields(ReflectionMatcher<? super FluentField> fieldMatcher)
          Find all fields matching the supplied matcher
 org.hamcrest.Matcher<? super FluentField> FieldNotFoundException.getFieldMatcher()
           
static ReflectionMatcher<FluentField> ReflectionMatchers.isReflectingOnField(Field field)
           
 

Method parameters in com.lexicalscope.fluentreflection with type arguments of type FluentField
 List<FluentField> FluentAccess.fields(ReflectionMatcher<? super FluentField> fieldMatcher)
          Find all fields matching the supplied matcher
 

Constructor parameters in com.lexicalscope.fluentreflection with type arguments of type FluentField
FieldNotFoundException(Class<?> klass, org.hamcrest.Matcher<? super FluentField> fieldMatcher)
           
 



Copyright © 2011-2012 lexicalscope. All Rights Reserved.