Serialized Form


Package org.springframework.aop.framework

Class org.springframework.aop.framework.AbstractSingletonProxyFactoryBean extends ProxyConfig implements Serializable

Serialized Fields

target

Object target

proxyInterfaces

Class<T>[] proxyInterfaces

preInterceptors

Object[] preInterceptors

postInterceptors

Object[] postInterceptors

advisorAdapterRegistry

AdvisorAdapterRegistry advisorAdapterRegistry

proxy

Object proxy

Class org.springframework.aop.framework.AdvisedSupport extends ProxyConfig implements Serializable

serialVersionUID: 2651364800145442165L

Serialization Methods

readObject

private void readObject(ObjectInputStream arg0)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException
Serialized Fields

targetSource

TargetSource targetSource

preFiltered

boolean preFiltered

advisorChainFactory

AdvisorChainFactory advisorChainFactory

interfaces

List<E> interfaces

advisors

List<E> advisors

advisorArray

Advisor[] advisorArray

Class org.springframework.aop.framework.AopConfigException extends NestedRuntimeException implements Serializable

Class org.springframework.aop.framework.Cglib2AopProxy.SerializableNoOp extends Object implements Serializable

Class org.springframework.aop.framework.CountingBeforeAdvice extends MethodCounter implements Serializable

Class org.springframework.aop.framework.DefaultAdvisorChainFactory extends Object implements Serializable

Class org.springframework.aop.framework.DefaultAopProxyFactory extends Object implements Serializable

Class org.springframework.aop.framework.MethodCounter extends Object implements Serializable

Serialized Fields

map

HashMap<K,V> map
Method name --> count, does not understand overloading


allCount

int allCount

Class org.springframework.aop.framework.ProxyConfig extends Object implements Serializable

serialVersionUID: -8409359707199703185L

Serialized Fields

proxyTargetClass

boolean proxyTargetClass

optimize

boolean optimize

opaque

boolean opaque

exposeProxy

boolean exposeProxy

frozen

boolean frozen

Class org.springframework.aop.framework.ProxyCreatorSupport extends AdvisedSupport implements Serializable

Serialized Fields

aopProxyFactory

AopProxyFactory aopProxyFactory

listeners

List<E> listeners

active

boolean active

Class org.springframework.aop.framework.ProxyFactory extends ProxyCreatorSupport implements Serializable

Class org.springframework.aop.framework.ProxyFactoryBean extends ProxyCreatorSupport implements Serializable

Serialization Methods

readObject

private void readObject(ObjectInputStream arg0)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException
Serialized Fields

logger

Log logger

interceptorNames

String[] interceptorNames

targetName

String targetName

autodetectInterfaces

boolean autodetectInterfaces

singleton

boolean singleton

advisorAdapterRegistry

AdvisorAdapterRegistry advisorAdapterRegistry

freezeProxy

boolean freezeProxy

advisorChainInitialized

boolean advisorChainInitialized

singletonInstance

Object singletonInstance

Package org.springframework.beans

Class org.springframework.beans.BeanInstantiationException extends FatalBeanException implements Serializable

Serialized Fields

beanClass

Class<T> beanClass

Class org.springframework.beans.BeanMetadataAttributeAccessor extends AttributeAccessorSupport implements Serializable

Serialized Fields

source

Object source

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

Class org.springframework.beans.Colour extends ShortCodedLabeledEnum implements Serializable

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

Class org.springframework.beans.InvalidPropertyException extends FatalBeanException implements Serializable

Serialized Fields

beanClass

Class<T> beanClass

propertyName

String propertyName

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

Class org.springframework.beans.MutablePropertyValues extends Object implements Serializable

Serialized Fields

propertyValueList

List<E> propertyValueList

converted

boolean converted

Class org.springframework.beans.NotReadablePropertyException extends InvalidPropertyException implements Serializable

Class org.springframework.beans.NotWritablePropertyException extends InvalidPropertyException implements Serializable

Serialized Fields

possibleMatches

String[] possibleMatches

Class org.springframework.beans.NullValueInNestedPathException extends InvalidPropertyException implements Serializable

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

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

Serialized Fields

propertyAccessExceptions

PropertyAccessException[] propertyAccessExceptions

Class org.springframework.beans.PropertyValue extends BeanMetadataAttributeAccessor implements Serializable

Serialized Fields

name

String name

value

Object value

source

Object source

converted

boolean converted

convertedValue

Object convertedValue

conversionNecessary

Boolean conversionNecessary

resolvedTokens

Object resolvedTokens

resolvedDescriptor

PropertyDescriptor resolvedDescriptor

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

Serialized Fields

requiredType

Class<T> requiredType

Package org.springframework.config.java.valuesource

Class org.springframework.config.java.valuesource.ValueResolutionException extends BeanDefinitionStoreException implements Serializable

serialVersionUID: 1L

Serialized Fields

name

String name



Copyright ? 2005-2008 Spring Framework. All Rights Reserved.