Uses of Interface
org.springframework.util.ReflectionUtils.FieldFilter
Packages that use ReflectionUtils.FieldFilter
Package
Description
Miscellaneous utility classes, such as String manipulation utilities,
a Log4J configurer, and a state holder for paged lists of objects.
-
Uses of ReflectionUtils.FieldFilter in org.springframework.util
Fields in org.springframework.util declared as ReflectionUtils.FieldFilterModifier and TypeFieldDescriptionstatic final ReflectionUtils.FieldFilterReflectionUtils.COPYABLE_FIELDSPre-built FieldFilter that matches all non-static, non-final fields.Methods in org.springframework.util that return ReflectionUtils.FieldFilterModifier and TypeMethodDescriptiondefault ReflectionUtils.FieldFilterReflectionUtils.FieldFilter.and(ReflectionUtils.FieldFilter next) Create a composite filter based on this filter and the provided filter.Methods in org.springframework.util with parameters of type ReflectionUtils.FieldFilterModifier and TypeMethodDescriptiondefault ReflectionUtils.FieldFilterReflectionUtils.FieldFilter.and(ReflectionUtils.FieldFilter next) Create a composite filter based on this filter and the provided filter.static voidReflectionUtils.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.