Spring Data Core

Uses of Interface
org.springframework.data.util.ReflectionUtils.DescribedFieldFilter

Packages that use ReflectionUtils.DescribedFieldFilter
org.springframework.data.util Core utility APIs such as a type information framework to resolve generic types. 
 

Uses of ReflectionUtils.DescribedFieldFilter in org.springframework.data.util
 

Classes in org.springframework.data.util that implement ReflectionUtils.DescribedFieldFilter
static class ReflectionUtils.AnnotationFieldFilter
          A ReflectionUtils.FieldFilter for a given annotation.
 

Methods in org.springframework.data.util with parameters of type ReflectionUtils.DescribedFieldFilter
static Field ReflectionUtils.findField(Class<?> type, ReflectionUtils.DescribedFieldFilter filter)
          Finds the field matching the given ReflectionUtils.DescribedFieldFilter.
static Field ReflectionUtils.findField(Class<?> type, ReflectionUtils.DescribedFieldFilter filter, boolean enforceUniqueness)
          Finds the field matching the given ReflectionUtils.DescribedFieldFilter.
 


Spring Data Core

Copyright © 2011-2013-2013 Pivotal. All Rights Reserved.