Package org.springframework.data.util
@NonNullApi
package org.springframework.data.util
Core utility APIs such as a type information framework to resolve generic types.
-
ClassDescriptionScanner to find types with annotations on the classpath.A
ReflectionUtils.FieldCallback
that will inspect each field for a given annotation.AnnotationDetectionMethodCallback<A extends Annotation>ReflectionUtils.MethodCallback
to find annotations of a given type.Simple helper to allow lenient lookup of beans of a given type from aListableBeanFactory
.Deprecated, for removal: This API element is subject to removal in a future version.since 3.0 to go package protected at some point.ACloseableIterator
serves as a bridging data structure for the underlying data store specific results that can be wrapped in a Java 8java.util.stream.Stream
.An SPI to register custom collection types.Central API to expose information about custom collections present for Spring Data.Custom extension ofBeanWrapperImpl
that falls back to direct field access in case the object or type being wrapped does not use accessor methods.Reflection utility methods specific to Kotlin reflection.Lazy<T>Simple value type to delay the creation of an object using aSupplier
returning the produced object for subsequent lookups.API to record method invocations via method references on a proxy.Utility methods to introspect nullability rules declared in packages, classes and methods.Simple value object to wrap a nullable delegate.Converters to wrap and unwrap nullable wrapper types potentially being available on the classpath.Utility methods to work withOptional
s.Pair<S,T> A tuple of things.Abstraction over a list of parameter value types.Utility methods forString
parsing.Utility methods to work withPredicate
s.Proxy type detection utilities, extensible viaProxyUtils.ProxyDetector
registered via Spring factories.SPI to extend Spring's default proxy detection capabilities.Utility class to expose details about reactive wrapper types.Enumeration of supported reactive libraries.Spring Data specific reflection utility methods and classes.AReflectionUtils.FieldFilter
for a given annotation.AReflectionUtils.FieldFilter
that has a description.Streamable<T>Simple interface to ease streamability ofIterable
s.Spring Data specific JavaStream
utility methods and classes.Collector to inspect domain types and discover the type graph that is relevant for Spring Data operations.Interface to access property types and resolving generics on the way.A scanner that searches the classpath for matching types within given target packages.Value object to represent a Version consisting of major, minor and bugfix part.