Spring Data Core

Package org.springframework.data.util

Core utility APIs such as a type information framework to resolve generic types.

See:
          Description

Interface Summary
ReflectionUtils.DescribedFieldFilter A ReflectionUtils.FieldFilter that has a description.
TypeInformation<S> Interface to access property types and resolving generics on the way.
 

Class Summary
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.
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.
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.
Version Value object to represent a Version consisting of major, minor and bugfix part.
 

Package org.springframework.data.util Description

Core utility APIs such as a type information framework to resolve generic types.


Spring Data Core

Copyright © 2011-2014–2014 Pivotal Software, Inc.. All rights reserved.