Uses of Interface
com.github.drinkjava2.jdialects.springsrc.utils.ReflectionUtils.FieldFilter

Packages that use ReflectionUtils.FieldFilter
com.github.drinkjava2.jdialects.springsrc.utils   
 

Uses of ReflectionUtils.FieldFilter in com.github.drinkjava2.jdialects.springsrc.utils
 

Fields in com.github.drinkjava2.jdialects.springsrc.utils declared as ReflectionUtils.FieldFilter
static ReflectionUtils.FieldFilter ReflectionUtils.COPYABLE_FIELDS
          Pre-built FieldFilter that matches all non-static, non-final fields.
 

Methods in com.github.drinkjava2.jdialects.springsrc.utils with parameters of type ReflectionUtils.FieldFilter
static void ReflectionUtils.doWithFields(Class<?> clazz, ReflectionUtils.FieldCallback fc, ReflectionUtils.FieldFilter ff)
          Invoke the given callback on all fields in the target class, going up the class hierarchy to get all declared fields.
 



Copyright © 2018. All rights reserved.