Serialized Form

  • Package com.alipay.sofa.common.profile.diagnostic

  • Package com.alipay.sofa.common.profile.enumeration

  • Package com.alipay.sofa.common.thread

  • Package org.springframework.beans

    • Exception org.springframework.beans.BeanInstantiationException

      class BeanInstantiationException extends org.springframework.beans.FatalBeanException implements Serializable
      • Serialized Fields

        • beanClass
          Class<?> beanClass
        • constructingMethod
          Method constructingMethod
        • constructor
          Constructor<?> constructor
    • Class org.springframework.beans.BeanMetadataAttributeAccessor

      class BeanMetadataAttributeAccessor extends org.springframework.core.AttributeAccessorSupport implements Serializable
      • Serialized Fields

    • Exception org.springframework.beans.BeansException

      class BeansException extends org.springframework.core.NestedRuntimeException implements Serializable
    • Exception org.springframework.beans.ConversionNotSupportedException

      class ConversionNotSupportedException extends org.springframework.beans.TypeMismatchException implements Serializable
    • Exception org.springframework.beans.FatalBeanException

      class FatalBeanException extends org.springframework.beans.BeansException implements Serializable
    • Exception org.springframework.beans.InvalidPropertyException

      class InvalidPropertyException extends org.springframework.beans.FatalBeanException implements Serializable
      • Serialized Fields

        • beanClass
          Class<?> beanClass
        • propertyName
          String propertyName
    • Exception org.springframework.beans.MethodInvocationException

      class MethodInvocationException extends org.springframework.beans.PropertyAccessException implements Serializable
    • Class org.springframework.beans.MutablePropertyValues

      class MutablePropertyValues extends Object implements Serializable
      • Serialized Fields

        • converted
          boolean converted
        • processedProperties
          Set<String> processedProperties
        • propertyValueList
          List<org.springframework.beans.PropertyValue> propertyValueList
    • Exception org.springframework.beans.NotReadablePropertyException

      class NotReadablePropertyException extends org.springframework.beans.InvalidPropertyException implements Serializable
    • Exception org.springframework.beans.NotWritablePropertyException

      class NotWritablePropertyException extends org.springframework.beans.InvalidPropertyException implements Serializable
      • Serialized Fields

        • possibleMatches
          String[] possibleMatches
    • Exception org.springframework.beans.NullValueInNestedPathException

      class NullValueInNestedPathException extends org.springframework.beans.InvalidPropertyException implements Serializable
    • Exception org.springframework.beans.PropertyAccessException

      class PropertyAccessException extends org.springframework.beans.BeansException implements Serializable
    • Exception org.springframework.beans.PropertyBatchUpdateException

      class PropertyBatchUpdateException extends org.springframework.beans.BeansException implements Serializable
      • Serialized Fields

        • propertyAccessExceptions
          org.springframework.beans.PropertyAccessException[] propertyAccessExceptions
    • Class org.springframework.beans.PropertyValue

      class PropertyValue extends org.springframework.beans.BeanMetadataAttributeAccessor implements Serializable
      • Serialized Fields

        • conversionNecessary
          Boolean conversionNecessary
        • converted
          boolean converted
        • convertedValue
          Object convertedValue
        • name
          String name
        • optional
          boolean optional
        • value
          Object value
    • Exception org.springframework.beans.TypeMismatchException

      class TypeMismatchException extends org.springframework.beans.PropertyAccessException implements Serializable
      • Serialized Fields

        • propertyName
          String propertyName
        • requiredType
          Class<?> requiredType