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

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

serialVersionUID: 5439915454935047936L


Package org.springframework.core.convert

Class org.springframework.core.convert.ConversionException extends NestedRuntimeException implements Serializable

Class org.springframework.core.convert.ConversionFailedException extends ConversionException implements Serializable

Serialized Fields

sourceType

TypeDescriptor sourceType

targetType

TypeDescriptor targetType

value

java.lang.Object value

Class org.springframework.core.convert.ConverterNotFoundException extends ConversionException implements Serializable

Serialized Fields

sourceType

TypeDescriptor sourceType

targetType

TypeDescriptor targetType

Class org.springframework.core.convert.TypeDescriptor extends java.lang.Object implements Serializable

Serialized Fields

type

java.lang.Class<T> type

elementTypeDescriptor

TypeDescriptor elementTypeDescriptor

mapKeyTypeDescriptor

TypeDescriptor mapKeyTypeDescriptor

mapValueTypeDescriptor

TypeDescriptor mapValueTypeDescriptor

annotations

java.lang.annotation.Annotation[] annotations

Package org.springframework.http

Class org.springframework.http.HttpHeaders extends java.lang.Object implements Serializable

serialVersionUID: -8578554704772377436L

Serialized Fields

headers

java.util.Map<K,V> headers

Class org.springframework.http.InvalidMediaTypeException extends java.lang.IllegalArgumentException implements Serializable

Serialized Fields

mediaType

java.lang.String mediaType

Package org.springframework.http.converter

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

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

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


Package org.springframework.util

Class org.springframework.util.ConcurrentReferenceHashMap.Segment extends java.util.concurrent.locks.ReentrantLock implements Serializable

Serialized Fields

referenceManager

ConcurrentReferenceHashMap.ReferenceManager referenceManager

initialSize

int initialSize

references

ConcurrentReferenceHashMap.Reference<K,V>[] references
Array of references indexed using the low order bits from the hash. This property should only be set via ConcurrentReferenceHashMap.Segment.setReferences(org.springframework.util.ConcurrentReferenceHashMap.Reference[]) to ensure that the resizeThreshold is maintained.


count

int count
The total number of references contained in this segment. This includes chained references and references that have been garbage collected but not purged.


resizeThreshold

int resizeThreshold
The threshold when resizing of the references should occur. When count exceeds this value references will be resized.

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

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.util.comparator

Class org.springframework.util.comparator.BooleanComparator extends java.lang.Object implements Serializable

Serialized Fields

trueLow

boolean trueLow

Class org.springframework.util.comparator.CompoundComparator extends java.lang.Object implements Serializable

Serialized Fields

comparators

java.util.List<E> comparators

Class org.springframework.util.comparator.InvertibleComparator extends java.lang.Object implements Serializable

Serialized Fields

comparator

java.util.Comparator<T> comparator

ascending

boolean ascending

Package org.springframework.web.client

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

serialVersionUID: 5177019431887513952L

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

serialVersionUID: -2915754006618138282L

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

serialVersionUID: -5807494703720513267L

Serialized Fields

statusCode

HttpStatus statusCode

statusText

java.lang.String statusText

responseBody

byte[] responseBody

responseHeaders

HttpHeaders responseHeaders

responseCharset

java.lang.String responseCharset

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

serialVersionUID: -8513182514355844870L

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

serialVersionUID: -4084444984163796577L

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

serialVersionUID: 4702443689088991600L

Serialized Fields

rawStatusCode

int rawStatusCode

statusText

java.lang.String statusText

responseBody

byte[] responseBody

responseHeaders

HttpHeaders responseHeaders

responseCharset

java.lang.String responseCharset

Package org.springframework.web.util

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

Serialized Fields

scheme

java.lang.String scheme

fragment

java.lang.String fragment

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

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