spring-core

Serialized Form


Package org.springframework.core

Class org.springframework.core.AttributeAccessorSupport extends java.lang.Object implements Serializable

Serialized Fields

attributes

java.util.Map<K,V> attributes
Map with String keys and Object values

Class org.springframework.core.ConstantException extends java.lang.IllegalArgumentException implements Serializable

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.annotation

Class org.springframework.core.annotation.AnnotationAttributes extends java.util.LinkedHashMap<java.lang.String,java.lang.Object> implements Serializable


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

Package org.springframework.core.enums

Class org.springframework.core.enums.AbstractGenericLabeledEnum extends AbstractLabeledEnum implements Serializable

Serialized Fields

label

java.lang.String label
Deprecated. 
A descriptive label for the enum.

Class org.springframework.core.enums.AbstractLabeledEnum extends java.lang.Object implements Serializable

Class org.springframework.core.enums.LetterCodedLabeledEnum extends AbstractGenericLabeledEnum implements Serializable

Serialized Fields

code

java.lang.Character code
Deprecated. 
The unique code of this enum.

Class org.springframework.core.enums.ShortCodedLabeledEnum extends AbstractGenericLabeledEnum implements Serializable

Serialized Fields

code

java.lang.Short code
Deprecated. 
The unique code of this enum.

Class org.springframework.core.enums.StaticLabeledEnum extends AbstractLabeledEnum implements Serializable

Serialization Methods

readResolve

protected java.lang.Object readResolve()
Deprecated. 
Return the resolved type safe static enum instance.

Serialized Fields

code

java.lang.Short code
Deprecated. 
The unique code of the enum.

Class org.springframework.core.enums.StringCodedLabeledEnum extends AbstractGenericLabeledEnum implements Serializable

Serialized Fields

code

java.lang.String code
Deprecated. 
The unique code of this enum.


Package org.springframework.core.env

Class org.springframework.core.env.MissingRequiredPropertiesException extends java.lang.IllegalStateException implements Serializable

Serialized Fields

missingRequiredProperties

java.util.Set<E> missingRequiredProperties

Package org.springframework.core.serializer.support

Class org.springframework.core.serializer.support.SerializationFailedException extends NestedRuntimeException implements Serializable


Package org.springframework.core.task

Class org.springframework.core.task.SimpleAsyncTaskExecutor extends CustomizableThreadCreator implements Serializable

Serialized Fields

concurrencyThrottle

org.springframework.core.task.SimpleAsyncTaskExecutor.ConcurrencyThrottleAdapter concurrencyThrottle
Internal concurrency throttle used by this executor


threadFactory

java.util.concurrent.ThreadFactory threadFactory

Class org.springframework.core.task.SyncTaskExecutor extends java.lang.Object implements Serializable

Class org.springframework.core.task.TaskRejectedException extends java.util.concurrent.RejectedExecutionException implements Serializable

Class org.springframework.core.task.TaskTimeoutException extends TaskRejectedException implements Serializable


Package org.springframework.util

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

Serialized Fields

backingList

java.util.List<E> backingList
The List that all operations are eventually delegated to.


elementFactory

AutoPopulatingList.ElementFactory<E> elementFactory
The AutoPopulatingList.ElementFactory to use to create new List elements on demand.

Class org.springframework.util.AutoPopulatingList.ElementInstantiationException extends java.lang.RuntimeException implements Serializable

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

Serialized Fields

targetMap

java.util.Map<K,V> targetMap

synchronize

boolean synchronize

weak

boolean weak

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

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream ois)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException
Serialized Fields

concurrencyLimit

int concurrencyLimit

concurrencyCount

int concurrencyCount

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

Serialized Fields

threadNamePrefix

java.lang.String threadNamePrefix

threadPriority

int threadPriority

daemon

boolean daemon

threadGroup

java.lang.ThreadGroup threadGroup

threadCount

int threadCount

threadCountMonitor

java.lang.Object threadCountMonitor

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


spring-core