See: Description
Interface | Description |
---|---|
CloseableIterator<T> |
A
CloseableIterator serves as a bridging data structure for the underlying data store specific results that
can be wrapped in a Java 8 Stream . |
ReflectionUtils.DescribedFieldFilter |
A
ReflectionUtils.FieldFilter that has a description. |
TypeInformation<S> |
Interface to access property types and resolving generics on the way.
|
Class | Description |
---|---|
AnnotatedTypeScanner |
Scanner to find types with annotations on the classpath.
|
AnnotationDetectionFieldCallback |
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. |
CacheValue<T> |
Wrapper to safely store null values in the value cache.
|
ClassTypeInformation<S> |
TypeInformation for a plain Class . |
DirectFieldAccessFallbackBeanWrapper |
Custom extension of
BeanWrapperImpl that falls back to direct field access in case the object or type being
wrapped does not use accessor methods. |
Pair<S,T> |
A tuple of things.
|
ParentTypeAwareTypeInformation<S> |
Base class for
TypeInformation implementations that need parent type awareness. |
ParsingUtils |
Utility methods for
String parsing. |
ReflectionUtils |
Spring Data specific reflection utility methods and classes.
|
ReflectionUtils.AnnotationFieldFilter |
A
ReflectionUtils.FieldFilter for a given annotation. |
StreamUtils |
Spring Data specific Java
Stream utility methods and classes. |
Version |
Value object to represent a Version consisting of major, minor and bugfix part.
|
Copyright © 2011-2015–2017 Pivotal Software, Inc.. All rights reserved.