Serialized Form
Package org.springframework.cglib.core
Class org.springframework.cglib.core.CodeGenerationException extends RuntimeException implements Serializable
Serialized Fields
cause
Throwable cause
Package org.springframework.core
Class org.springframework.core.AttributeAccessorSupport extends Object implements Serializable
Class org.springframework.core.ConstantException extends IllegalArgumentException implements Serializable
Class org.springframework.core.NestedCheckedException extends Exception implements Serializable
- serialVersionUID:
- 7100714597678207546L
Class org.springframework.core.NestedIOException extends IOException implements Serializable
Class org.springframework.core.NestedRuntimeException extends RuntimeException implements Serializable
- serialVersionUID:
- 5439915454935047936L
Package org.springframework.core.annotation
Class org.springframework.core.annotation.AnnotationAttributes extends LinkedHashMap<String,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
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 Object implements Serializable
Serialized Fields
type
Class<T> type
elementTypeDescriptor
TypeDescriptor elementTypeDescriptor
mapKeyTypeDescriptor
TypeDescriptor mapKeyTypeDescriptor
mapValueTypeDescriptor
TypeDescriptor mapValueTypeDescriptor
annotations
Annotation[] annotations
Package org.springframework.core.enums
Class org.springframework.core.enums.AbstractGenericLabeledEnum extends AbstractLabeledEnum implements Serializable
Serialized Fields
label
String label
Deprecated.A descriptive label for the enum.
Class org.springframework.core.enums.AbstractLabeledEnum extends Object implements Serializable
Class org.springframework.core.enums.LetterCodedLabeledEnum extends AbstractGenericLabeledEnum implements Serializable
Serialized Fields
code
Character code
Deprecated.The unique code of this enum.
Class org.springframework.core.enums.ShortCodedLabeledEnum extends AbstractGenericLabeledEnum implements Serializable
Serialized Fields
code
Short code
Deprecated.The unique code of this enum.
Class org.springframework.core.enums.StaticLabeledEnum extends AbstractLabeledEnum implements Serializable
Class org.springframework.core.enums.StringCodedLabeledEnum extends AbstractGenericLabeledEnum implements Serializable
Serialized Fields
code
String code
Deprecated.The unique code of this enum.
Package org.springframework.core.env
Class org.springframework.core.env.MissingRequiredPropertiesException extends IllegalStateException implements Serializable
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 executorthreadFactory
ThreadFactory threadFactory
Class org.springframework.core.task.SyncTaskExecutor extends Object implements Serializable
Class org.springframework.core.task.TaskRejectedException extends RejectedExecutionException implements Serializable
Class org.springframework.core.task.TaskTimeoutException extends TaskRejectedException implements Serializable
Package org.springframework.util
Class org.springframework.util.AutoPopulatingList extends Object implements Serializable
Serialized Fields
backingList
List<E> backingList
TheList
that all operations are eventually delegated to.elementFactory
AutoPopulatingList.ElementFactory<E> elementFactory
TheAutoPopulatingList.ElementFactory
to use to create newList
elements on demand.
Class org.springframework.util.AutoPopulatingList.ElementInstantiationException extends RuntimeException implements Serializable
Class org.springframework.util.CachingMapDecorator extends Object implements Serializable
Class org.springframework.util.ConcurrencyThrottleSupport extends Object implements Serializable
Serialization Methods
readObject
private void readObject(ObjectInputStream ois) throws IOException, ClassNotFoundException
- Throws:
-
IOException
-
ClassNotFoundException
Serialized Fields
concurrencyLimit
int concurrencyLimit
concurrencyCount
int concurrencyCount
Class org.springframework.util.ConcurrentReferenceHashMap.Segment extends 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 viaConcurrentReferenceHashMap.Segment.setReferences(org.springframework.util.ConcurrentReferenceHashMap.Reference<K, V>[])
to ensure that theresizeThreshold
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. Whencount
exceeds this value references will be resized.
Class org.springframework.util.CustomizableThreadCreator extends Object implements Serializable
Serialized Fields
threadNamePrefix
String threadNamePrefix
threadPriority
int threadPriority
daemon
boolean daemon
threadGroup
ThreadGroup threadGroup
threadCount
int threadCount
threadCountMonitor
Object threadCountMonitor
Class org.springframework.util.LinkedCaseInsensitiveMap extends LinkedHashMap<String,V> implements Serializable
Class org.springframework.util.LinkedMultiValueMap extends Object implements Serializable
- serialVersionUID:
- 3801124242820219131L
Package org.springframework.util.comparator
Class org.springframework.util.comparator.BooleanComparator extends Object implements Serializable
Class org.springframework.util.comparator.CompoundComparator extends Object implements Serializable
Class org.springframework.util.comparator.InvertibleComparator extends Object implements Serializable
Serialized Fields
comparator
Comparator<T> comparator
ascending
boolean ascending