Spring for Android

Serialized Form


Package org.springframework.beans

Class org.springframework.beans.BeansException extends NestedRuntimeException implements Serializable

serialVersionUID: 1L

Class org.springframework.beans.PropertyAccessException extends BeansException implements Serializable

serialVersionUID: 1L

Class org.springframework.beans.TypeMismatchException extends PropertyAccessException implements Serializable

serialVersionUID: 1L

Serialized Fields

requiredType

java.lang.Class<T> requiredType

Package org.springframework.core

Class org.springframework.core.NestedCheckedException extends java.lang.Exception implements Serializable

serialVersionUID: 7100714597678207546L

Class org.springframework.core.NestedIOException extends java.io.IOException implements Serializable

serialVersionUID: 1L

Class org.springframework.core.NestedRuntimeException extends java.lang.RuntimeException implements Serializable

serialVersionUID: 5439915454935047936L


Package org.springframework.http.converter

Class org.springframework.http.converter.HttpMessageConversionException extends NestedRuntimeException implements Serializable

serialVersionUID: 1L

Class org.springframework.http.converter.HttpMessageNotReadableException extends HttpMessageConversionException implements Serializable

serialVersionUID: 1L

Class org.springframework.http.converter.HttpMessageNotWritableException extends HttpMessageConversionException implements Serializable

serialVersionUID: 1L


Package org.springframework.util

Class org.springframework.util.LinkedCaseInsensitiveMap extends java.util.LinkedHashMap<java.lang.String,V> implements Serializable

serialVersionUID: 1L

Serialized Fields

caseInsensitiveKeys

java.util.Map<K,V> caseInsensitiveKeys

locale

java.util.Locale locale

Class org.springframework.util.LinkedMultiValueMap extends java.lang.Object implements Serializable

serialVersionUID: 3801124242820219131L

Serialized Fields

targetMap

java.util.Map<K,V> targetMap

Package org.springframework.web.client

Class org.springframework.web.client.HttpClientErrorException extends HttpStatusCodeException implements Serializable

serialVersionUID: 1L

Class org.springframework.web.client.HttpServerErrorException extends HttpStatusCodeException implements Serializable

serialVersionUID: 1L

Class org.springframework.web.client.HttpStatusCodeException extends RestClientException implements Serializable

serialVersionUID: 1L

Serialized Fields

statusCode

HttpStatus statusCode

statusText

java.lang.String statusText

responseBody

byte[] responseBody

responseCharset

java.nio.charset.Charset responseCharset

Class org.springframework.web.client.ResourceAccessException extends RestClientException implements Serializable

serialVersionUID: 1L

Class org.springframework.web.client.RestClientException extends NestedRuntimeException implements Serializable

serialVersionUID: 1L


Package org.springframework.web.util

Class org.springframework.web.util.UriTemplate extends java.lang.Object implements Serializable

serialVersionUID: 1L

Serialized Fields

uriComponents

UriComponents uriComponents

variableNames

java.util.List<E> variableNames

matchPattern

java.util.regex.Pattern matchPattern

uriTemplate

java.lang.String uriTemplate


Spring for Android