|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||