Spring for Android

Package org.springframework.core

Interface Summary
ConcurrentMap Deprecated. since standard ConcurrentMap is available on Android 2.3
ErrorCoded Interface that can be implemented by exceptions etc that are error coded.
ParameterNameDiscoverer Interface to discover parameter names for methods and constructors.
 

Class Summary
BridgeMethodResolver Helper for resolving synthetic bridge Methods to the Method being bridged.
CollectionFactory Factory for collections, being aware of Java 5 and Java 6 collections.
GenericCollectionTypeResolver Helper class for determining element types of collections and maps.
GenericTypeResolver Helper class for resolving generic types against type variables.
MethodParameter Helper class that encapsulates the specification of a method parameter, i.e.
NestedExceptionUtils Helper class for implementing exception classes which are capable of holding nested exceptions.
ParameterizedTypeReference<T> The purpose of this class is to enable capturing and passing a generic Type.
 

Exception Summary
NestedCheckedException Handy class for wrapping checked Exceptions with a root cause.
NestedIOException Subclass of IOException that properly handles a root cause, exposing the root cause just like NestedChecked/RuntimeException does.
NestedRuntimeException Handy class for wrapping runtime Exceptions with a root cause.
 


Spring for Android