JBoss Reflection 2.2.1.SP1

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

upperName

String upperName

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

writeReplace

protected Object writeReplace()
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.ClassInfoImpl.MarshalledClassInfo extends Object implements Serializable

serialVersionUID: 1L

Serialization Methods

readResolve

protected Object readResolve()
Serialized Fields

type

Class<T> type

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

Class org.jboss.reflect.plugins.bytecode.BytecodeAnnotatedInfo extends AbstractAnnotatedInfo implements Serializable

serialVersionUID: 1L

Serialized Fields

annotationsArray

AnnotationValue[] annotationsArray
The annotations


annotationMap

Map<K,V> annotationMap
Annotations map Map


annotationHelper

AnnotationHelper annotationHelper

Class org.jboss.reflect.plugins.bytecode.BytecodeAnnotationInfo extends BytecodeTypeInfo implements Serializable

serialVersionUID: 3546645408219542832L

Serialized Fields

attributes

AnnotationAttribute[] attributes
The attributes


attributeMap

HashMap<K,V> attributeMap
Attribute Map

Class org.jboss.reflect.plugins.bytecode.BytecodeArrayInfoImpl extends BytecodeTypeInfo implements Serializable

serialVersionUID: 1L

Serialized Fields

modifiers

int modifiers

componentType

TypeInfo componentType
The component type


hash

int hash
The hash code

Class org.jboss.reflect.plugins.bytecode.BytecodeBehaviourInfo extends BytecodeAnnotatedInfo implements Serializable

serialVersionUID: -494071110672611729L

Serialized Fields

typeInfo

BytecodeTypeInfo typeInfo
The type info


behaviour

BehaviourBytes behaviour
The constructor or method

Class org.jboss.reflect.plugins.bytecode.BytecodeConstructorInfo extends BytecodeBehaviourInfo implements Serializable

serialVersionUID: -2255405601790592604L

Class org.jboss.reflect.plugins.bytecode.BytecodeEnumInfo extends BytecodeTypeInfo implements Serializable

serialVersionUID: 3546645408219542832L

Serialized Fields

enumConstants

EnumConstantInfoImpl[] enumConstants
Enumeration constants


constants

Map<K,V> constants
The constants

Class org.jboss.reflect.plugins.bytecode.BytecodeFieldInfo extends BytecodeAnnotatedInfo implements Serializable

serialVersionUID: -104555531831318930L

Serialized Fields

fieldBytes

FieldBytes fieldBytes
The field


typeInfo

BytecodeTypeInfo typeInfo
The type info

Class org.jboss.reflect.plugins.bytecode.BytecodeInheritableAnnotationHolder extends BytecodeAnnotatedInfo implements Serializable

serialVersionUID: 1L

Serialized Fields

allAnnotations

Map<K,V> allAnnotations
All annotations Map


allAnnotationsArray

AnnotationValue[] allAnnotationsArray
All annotations


initialized

boolean initialized

classBytes

ClassBytes classBytes

Class org.jboss.reflect.plugins.bytecode.BytecodeMethodInfo extends BytecodeBehaviourInfo implements Serializable

serialVersionUID: 101183748227690112L

Class org.jboss.reflect.plugins.bytecode.BytecodeParameterInfo extends BytecodeAnnotatedInfo implements Serializable

serialVersionUID: 7388866103874412735L

Serialized Fields

annotated

BytecodeBehaviourInfo annotated
The annotated info


name

String name
The name


parameterType

TypeInfo parameterType
The paramter type

Class org.jboss.reflect.plugins.bytecode.BytecodeParameterizedClassInfo extends DelegateClassInfo implements Serializable

serialVersionUID: 2L

Serialized Fields

factory

BytecodeTypeInfoFactoryImpl factory
The factory


typeArgumentInfos

TypeInfo[] typeArgumentInfos
The type infos for the type arguments. They get lazily loaded


lazyTypeArgumentFactory

org.jboss.reflect.plugins.bytecode.BytecodeParameterizedClassInfo.LazyTypeArgumentFactory lazyTypeArgumentFactory
The factory to be used to lazily load up the type infos for the type arguments


typeVariable

String typeVariable

Class org.jboss.reflect.plugins.bytecode.BytecodeTypeInfo extends BytecodeInheritableAnnotationHolder implements Serializable

serialVersionUID: -5072033691434335775L

Serialization Methods

writeReplace

protected Object writeReplace()
Serialized Fields

EMPTY_VOLATILE_METHODS

Map<K,V> EMPTY_VOLATILE_METHODS

factory

BytecodeTypeInfoFactoryImpl 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


volatileMethods

Map<K,V> volatileMethods

methodArray

MethodInfo[] methodArray
The methods


packageInfo

PackageInfo packageInfo
The package info


genericSuperClass

ClassInfo genericSuperClass
The generic super class


genericInterfaces

InterfaceInfo[] genericInterfaces
The generic interfaces


componentType

TypeInfo componentType
The component type if this is a collection


keyType

TypeInfo keyType
The key type if this is a Map


valueType

TypeInfo valueType
The value type if this is a Map


isMap

Boolean isMap
Whether we are a map


isCollection

Boolean isCollection
Whether we are a map

Class org.jboss.reflect.plugins.bytecode.BytecodeTypeInfo.MarshalledClassInfo extends Object implements Serializable

serialVersionUID: 1L

Serialization Methods

readResolve

protected Object readResolve()
Serialized Fields

type

Class<T> 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


typeVariable

String typeVariable

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

serialVersionUID: 2719363625297177304L

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

serialVersionUID: 2L

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

serialVersionUID: 2L

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

serialVersionUID: 2L


Package org.jboss.reflect.plugins.javassist

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

serialVersionUID: -598578132033887927L

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

serialVersionUID: -494071110672611729L

Serialized Fields

typeInfo

JavassistTypeInfo typeInfo
The type info


ctBehavior

javassist.CtBehavior ctBehavior
The constructor or method

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

modifiers

int modifiers

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

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

serialVersionUID: 3546645408219542832L

Serialized Fields

enumConstants

EnumConstantInfoImpl[] enumConstants
Enumeration constants


constants

Map<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

serialVersionUID: -714018976926313160L

Serialized Fields

allAnnotations

Map<K,V> allAnnotations
All annotations Map


allAnnotationsArray

AnnotationValue[] allAnnotationsArray
All annotations


initialized

boolean initialized

ctClass

javassist.CtClass ctClass

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

serialVersionUID: 101183748227690112L

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.JavassistParameterizedClassInfo extends DelegateClassInfo implements Serializable

serialVersionUID: 2L

Serialized Fields

factory

JavassistTypeInfoFactoryImpl factory
The factory


typeArgumentInfos

TypeInfo[] typeArgumentInfos
The type infos for the type arguments. They get lazily loaded


lazyTypeArgumentFactory

org.jboss.reflect.plugins.javassist.JavassistParameterizedClassInfo.LazyTypeArgumentFactory lazyTypeArgumentFactory
The factory to be used to lazily load up the type infos for the type arguments


typeVariable

String typeVariable

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

serialVersionUID: -5072033691434335775L

Serialization Methods

writeReplace

protected Object writeReplace()
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

MutableConstructorInfo[] constructorArray
The constructors


fields

Map<K,V> fields
The fields


fieldArray

MutableFieldInfo[] fieldArray
The fields


methods

Map<K,V> methods
The methods


volatileMethods

Map<K,V> volatileMethods

methodArray

MutableMethodInfo[] methodArray
The methods


packageInfo

PackageInfo packageInfo
The package info


genericSuperClass

ClassInfo genericSuperClass
The generic super class


genericInterfaces

InterfaceInfo[] genericInterfaces
The generic interfaces


componentType

TypeInfo componentType
The component type if this is a collection


keyType

TypeInfo keyType
The key type if this is a Map


valueType

TypeInfo valueType
The value type if this is a Map


isMap

Boolean isMap
Whether we are a map


isCollection

Boolean isCollection
Whether we are a map

Class org.jboss.reflect.plugins.javassist.JavassistTypeInfo.MarshalledClassInfo extends Object implements Serializable

serialVersionUID: 1L

Serialization Methods

readResolve

protected Object readResolve()
Serialized Fields

type

Class<T> type

Package org.jboss.reflect.spi

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

serialVersionUID: -3395908398225434453L

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

serialVersionUID: -6618658144629045180L

Class org.jboss.reflect.spi.CannotCompileException extends RuntimeException implements Serializable

serialVersionUID: -3034352186071876723L

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

serialVersionUID: 6830276668550581673L

Serialized Fields

delegate

ClassInfo delegate
The delegate

Class org.jboss.reflect.spi.NotFoundException extends RuntimeException implements Serializable

serialVersionUID: -4143477618552256445L

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


JBoss Reflection 2.2.1.SP1

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