Serialized Form


Package org.jboss.beans.info.plugins

Class org.jboss.beans.info.plugins.AbstractPropertyInfo extends AnnotationHolder implements Serializable

serialVersionUID: 2L

Serialized Fields

name

String name
The property name


upperName

String upperName
The upper property name


type

TypeInfo type
The type

Class org.jboss.beans.info.plugins.DefaultPropertyInfo extends AbstractPropertyInfo implements Serializable

serialVersionUID: 1L

Serialized Fields

getter

MethodInfo getter
The getter


setter

MethodInfo setter
The setter

Class org.jboss.beans.info.plugins.FieldPropertyInfo extends AbstractPropertyInfo implements Serializable

serialVersionUID: 1L

Serialized Fields

field

FieldInfo field
The field info

Class org.jboss.beans.info.plugins.GetterAndFieldPropertyInfo extends FieldPropertyInfo implements Serializable

serialVersionUID: 1L

Serialized Fields

previous

PropertyInfo previous
Previous property info

Class org.jboss.beans.info.plugins.NestedPropertyInfo extends org.jboss.util.JBossObject implements Serializable

serialVersionUID: 1L

Serialized Fields

name

String name

beanInfo

BeanInfo beanInfo

propertys

List<E> propertys

Class org.jboss.beans.info.plugins.SetterAndFieldPropertyInfo extends FieldPropertyInfo implements Serializable

serialVersionUID: 1L

Serialized Fields

previous

PropertyInfo previous
Previous property info


Package org.jboss.config.spi

Class org.jboss.config.spi.ConfigurationPermission extends BasicPermission implements Serializable

serialVersionUID: 7599741180179381660L

Serialization Methods

readObject

private void readObject(ObjectInputStream ois)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException

Package org.jboss.joinpoint.spi

Class org.jboss.joinpoint.spi.JoinpointException extends RuntimeException implements Serializable

serialVersionUID: 3257572793343030583L


Package org.jboss.reflect.plugins

Class org.jboss.reflect.plugins.AbstractAnnotatedInfo extends org.jboss.util.JBossObject implements Serializable

serialVersionUID: 3546645408219542832L

Class org.jboss.reflect.plugins.AnnotationAttributeImpl extends org.jboss.util.JBossObject implements Serializable

serialVersionUID: 3546645408219542832L

Serialized Fields

name

String name
The name


type

TypeInfo type
The attribute type


defaultValue

Value defaultValue
The default value


hash

int hash
The hash code

Class org.jboss.reflect.plugins.AnnotationHolder extends AbstractAnnotatedInfo implements Serializable

serialVersionUID: 3546645408219542832L

Serialized Fields

annotationsArray

AnnotationValue[] annotationsArray
The annotations


annotationMap

HashMap<K,V> annotationMap
Annotations map Map

Class org.jboss.reflect.plugins.AnnotationInfoImpl extends InterfaceInfoImpl implements Serializable

serialVersionUID: 3546645408219542832L

Serialized Fields

attributes

AnnotationAttribute[] attributes
The attributes


attributeMap

HashMap<K,V> attributeMap
Attribute Map

Class org.jboss.reflect.plugins.AnnotationValueImpl extends AbstractValue implements Serializable

serialVersionUID: 3257290210164289843L

Serialized Fields

annotationType

AnnotationInfo annotationType
The annotation type


attributeValues

HashMap<K,V> attributeValues
The attribute values


underlying

Annotation underlying
The underlying annotation


hash

int hash
The hash code

Class org.jboss.reflect.plugins.ArrayInfoImpl extends ClassInfoImpl implements Serializable

serialVersionUID: 3905804162787980599L

Serialized Fields

componentType

TypeInfo componentType
The component type


hash

int hash
The hash code

Class org.jboss.reflect.plugins.ArrayValueImpl extends AbstractValue implements Serializable

serialVersionUID: 3979266949899367475L

Serialized Fields

type

TypeInfo type
The type


values

Value[] values
The values


hash

int hash
The hash code

Class org.jboss.reflect.plugins.ClassInfoImpl extends InheritableAnnotationHolder implements Serializable

serialVersionUID: 3545798779904340792L

Serialization Methods

readResolve

Object readResolve()
Serialized Fields

name

String name
The class name


modifiers

int modifiers
The class modifiers


interfaces

InterfaceInfo[] interfaces
The interfaces


genericInterfaces

InterfaceInfo[] genericInterfaces
The generic interfaces


methods

MethodInfo[] methods
The methods


fields

FieldInfo[] fields
The fields


fieldMap

HashMap<K,V> fieldMap
Field map Map


superclass

ClassInfo superclass
The super class


genericSuperclass

ClassInfo genericSuperclass
The generic super class


constructors

ConstructorInfo[] constructors
The constructor info


packageInfo

PackageInfo packageInfo
The package info

Class org.jboss.reflect.plugins.ClassValueImpl extends AbstractValue implements Serializable

serialVersionUID: 3256721801307566649L

Serialized Fields

value

String value
The value


type

TypeInfo type
The type


hash

int hash
The hash code

Class org.jboss.reflect.plugins.ConstructorInfoImpl extends AnnotationHolder implements Serializable

serialVersionUID: 3256727273163272758L

Serialized Fields

declaringClass

ClassInfo declaringClass
The declring class


parameterTypes

TypeInfo[] parameterTypes
The parameter types


parameters

ParameterInfo[] parameters
The parameters


exceptionTypes

ClassInfo[] exceptionTypes
The exception types


modifiers

int modifiers
The modifiers


hash

int hash
The hash code

Class org.jboss.reflect.plugins.EnumConstantInfoImpl extends AnnotationHolder implements Serializable

serialVersionUID: 3761411923568243761L

Serialized Fields

name

String name
The constant name


declaring

EnumInfo declaring
The enumeration


hash

int hash
The hash code

Class org.jboss.reflect.plugins.EnumInfoImpl extends ClassInfoImpl implements Serializable

serialVersionUID: 3617851958849713457L

Serialized Fields

enumConstants

EnumConstantInfoImpl[] enumConstants
Enumeration constants


constants

HashMap<K,V> constants
The constants

Class org.jboss.reflect.plugins.EnumValueImpl extends AbstractValue implements Serializable

serialVersionUID: 4120848858889662517L

Serialized Fields

type

TypeInfo type
The type


value

String value
The value


hash

int hash
The hash code

Class org.jboss.reflect.plugins.FieldInfoImpl extends AnnotationHolder implements Serializable

serialVersionUID: 3546084661584539959L

Serialized Fields

name

String name
The field name


type

TypeInfo type
The field type


modifiers

int modifiers
The field modifier


declaringClass

ClassInfo declaringClass
The declaring class


hash

int hash
The hash code

Class org.jboss.reflect.plugins.InheritableAnnotationHolder extends AbstractAnnotatedInfo implements Serializable

serialVersionUID: 3257290210164289843L

Serialized Fields

declaredAnnotations

Map<K,V> declaredAnnotations
Declared annotations Map


allAnnotations

Map<K,V> allAnnotations
All annotations Map


allAnnotationsArray

AnnotationValue[] allAnnotationsArray
All annotations


declaredAnnotationsArray

AnnotationValue[] declaredAnnotationsArray
Declared annotations


annotatedElement

Object annotatedElement
The annotated element

Class org.jboss.reflect.plugins.InterfaceInfoImpl extends ClassInfoImpl implements Serializable

serialVersionUID: 3258690987944522291L

Class org.jboss.reflect.plugins.MethodInfoImpl extends AnnotationHolder implements Serializable

serialVersionUID: 3257007670035756341L

Serialized Fields

name

String name
The method name


declaringClass

ClassInfo declaringClass
The declaring class


parameterTypes

TypeInfo[] parameterTypes
The parameter types


parameters

ParameterInfo[] parameters
The parameters


exceptionTypes

ClassInfo[] exceptionTypes
The exception types


modifiers

int modifiers
The modifiers


returnType

TypeInfo returnType
The return type


hash

int hash
The hash code

Class org.jboss.reflect.plugins.PackageInfoImpl extends AnnotationHolder implements Serializable

serialVersionUID: 3545798779904340792L

Serialized Fields

name

String name
The package name

Class org.jboss.reflect.plugins.ParameterInfoImpl extends AnnotationHolder implements Serializable

serialVersionUID: 3256725082746664754L

Serialized Fields

name

String name
The parameter name


parameterType

TypeInfo parameterType
The parameter type

Class org.jboss.reflect.plugins.StringValueImpl extends AbstractValue implements Serializable

serialVersionUID: 3977862864859836468L

Serialized Fields

value

String value
The value


type

TypeInfo type
The type


Package org.jboss.reflect.plugins.introspection

Class org.jboss.reflect.plugins.introspection.ParameterizedArrayInfo extends ParameterizedClassInfo implements Serializable

serialVersionUID: -2126867826240682161L

Class org.jboss.reflect.plugins.introspection.ParameterizedClassInfo extends DelegateClassInfo implements Serializable

serialVersionUID: 2L

Serialized Fields

ownerType

TypeInfo ownerType
The owner type


typeArguments

TypeInfo[] typeArguments
The type arguments

Class org.jboss.reflect.plugins.introspection.ReflectClassInfoImpl extends ClassInfoImpl implements Serializable

serialVersionUID: 2719363625297177304L

Serialization Methods

readResolve

Object readResolve()

Class org.jboss.reflect.plugins.introspection.ReflectConstructorInfoImpl extends ConstructorInfoImpl implements Serializable

serialVersionUID: 2L

Serialization Methods

readObject

private void readObject(ObjectInputStream oistream)
                 throws IOException,
                        ClassNotFoundException,
                        NoSuchMethodException
Read the object, handling constructor read.

Throws:
IOException - io error
ClassNotFoundException - cnf error
NoSuchMethodException - no such method error

Class org.jboss.reflect.plugins.introspection.ReflectFieldInfoImpl extends FieldInfoImpl implements Serializable

serialVersionUID: 2L

Serialization Methods

readObject

private void readObject(ObjectInputStream oistream)
                 throws IOException,
                        ClassNotFoundException,
                        NoSuchFieldException
Read the object, handling field read.

Throws:
IOException - io error
ClassNotFoundException - cnf error
NoSuchFieldException - no such field error

Class org.jboss.reflect.plugins.introspection.ReflectMethodInfoImpl extends MethodInfoImpl implements Serializable

serialVersionUID: 2L

Serialization Methods

readObject

private void readObject(ObjectInputStream oistream)
                 throws IOException,
                        ClassNotFoundException,
                        NoSuchMethodException
Read the object, handling method read.

Throws:
IOException - io error
ClassNotFoundException - cnf error
NoSuchMethodException - no such method error

Package org.jboss.reflect.plugins.javassist

Class org.jboss.reflect.plugins.javassist.JavassistAnnotatedInfo extends AbstractAnnotatedInfo implements Serializable

Serialized Fields

annotationsArray

AnnotationValue[] annotationsArray
The annotations


annotationMap

HashMap<K,V> annotationMap
Annotations map Map


annotationHelper

AnnotationHelper annotationHelper

Class org.jboss.reflect.plugins.javassist.JavassistAnnotatedParameterInfo extends JavassistAnnotatedInfo implements Serializable

Serialized Fields

typeInfo

JavassistTypeInfo typeInfo
The type info

Class org.jboss.reflect.plugins.javassist.JavassistAnnotationInfo extends JavassistTypeInfo implements Serializable

serialVersionUID: 3546645408219542832L

Serialized Fields

attributes

AnnotationAttribute[] attributes
The attributes


attributeMap

HashMap<K,V> attributeMap
Attribute Map

Class org.jboss.reflect.plugins.javassist.JavassistArrayInfoImpl extends JavassistTypeInfo implements Serializable

serialVersionUID: 9195834689976459024L

Serialized Fields

componentType

TypeInfo componentType
The component type


hash

int hash
The hash code

Class org.jboss.reflect.plugins.javassist.JavassistConstructorInfo extends JavassistAnnotatedParameterInfo implements Serializable

serialVersionUID: -2255405601790592604L

Serialized Fields

ctConstructor

javassist.CtConstructor ctConstructor
The constructor

Class org.jboss.reflect.plugins.javassist.JavassistEnumInfo extends JavassistTypeInfo implements Serializable

serialVersionUID: 3546645408219542832L

Serialized Fields

enumConstants

EnumConstantInfoImpl[] enumConstants
Enumeration constants


constants

HashMap<K,V> constants
The constants

Class org.jboss.reflect.plugins.javassist.JavassistFieldInfo extends JavassistAnnotatedInfo implements Serializable

serialVersionUID: -104555531831318930L

Serialized Fields

ctField

javassist.CtField ctField
The field


typeInfo

JavassistTypeInfo typeInfo
The type info

Class org.jboss.reflect.plugins.javassist.JavassistInheritableAnnotationHolder extends JavassistAnnotatedInfo implements Serializable

Serialized Fields

allAnnotations

Map<K,V> allAnnotations
All annotations Map


allAnnotationsArray

AnnotationValue[] allAnnotationsArray
All annotations


ctClass

javassist.CtClass ctClass

Class org.jboss.reflect.plugins.javassist.JavassistMethodInfo extends JavassistAnnotatedParameterInfo implements Serializable

serialVersionUID: 101183748227690112L

Serialized Fields

key

org.jboss.reflect.plugins.javassist.SignatureKey key
The key


ctMethod

javassist.CtMethod ctMethod
The method

Class org.jboss.reflect.plugins.javassist.JavassistParameterInfo extends JavassistAnnotatedInfo implements Serializable

serialVersionUID: 7388866103874412735L

Serialized Fields

annotated

JavassistAnnotatedParameterInfo annotated
The annotated info


name

String name
The name


parameterType

TypeInfo parameterType
The paramter type

Class org.jboss.reflect.plugins.javassist.JavassistTypeInfo extends JavassistInheritableAnnotationHolder implements Serializable

serialVersionUID: -5072033691434335775L

Serialized Fields

factory

JavassistTypeInfoFactoryImpl factory
The factory


name

String name
The name


clazz

Class<T> clazz
The class


constructors

Map<K,V> constructors
The constructors


constructorArray

ConstructorInfo[] constructorArray
The constructors


fields

Map<K,V> fields
The fields


fieldArray

FieldInfo[] fieldArray
The fields


methods

Map<K,V> methods
The methods


methodArray

MethodInfo[] methodArray
The methods


packageInfo

PackageInfo packageInfo
The package info


Package org.jboss.reflect.spi

Class org.jboss.reflect.spi.AbstractTypeInfo extends org.jboss.util.JBossObject implements Serializable

Class org.jboss.reflect.spi.AbstractValue extends org.jboss.util.JBossObject implements Serializable

Class org.jboss.reflect.spi.DelegateClassInfo extends AbstractTypeInfo implements Serializable

serialVersionUID: 6830276668550581673L

Serialized Fields

delegate

ClassInfo delegate
The delegate

Class org.jboss.reflect.spi.NumberInfo extends PrimitiveInfo implements Serializable

serialVersionUID: 1L

Serialization Methods

readResolve

Object readResolve()
             throws ObjectStreamException
Throws:
ObjectStreamException

Class org.jboss.reflect.spi.PrimitiveInfo extends AbstractTypeInfo implements Serializable

serialVersionUID: 3256718498443835449L

Serialization Methods

readResolve

Object readResolve()
             throws ObjectStreamException
Throws:
ObjectStreamException
Serialized Fields

ordinal

int ordinal
The ordinal

Class org.jboss.reflect.spi.PrimitiveValue extends AbstractValue implements Serializable

serialVersionUID: 3907214866304741945L

Serialized Fields

value

String value
The value


type

PrimitiveInfo type
The type



Copyright © 2010 JBoss, a division of Red Hat, Inc.. All Rights Reserved.