Uses of Interface
org.springframework.data.util.ReflectionUtils.DescribedFieldFilter
Packages that use ReflectionUtils.DescribedFieldFilter
Package
Description
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.DescribedFieldFilterModifier and TypeClassDescriptionstatic classAReflectionUtils.FieldFilterfor a given annotation.Methods in org.springframework.data.util with parameters of type ReflectionUtils.DescribedFieldFilterModifier and TypeMethodDescriptionstatic FieldReflectionUtils.findField(Class<?> type, ReflectionUtils.DescribedFieldFilter filter) Finds the field matching the givenReflectionUtils.DescribedFieldFilter.static FieldReflectionUtils.findField(Class<?> type, ReflectionUtils.DescribedFieldFilter filter, boolean enforceUniqueness) Finds the field matching the givenReflectionUtils.DescribedFieldFilter.