Serialized Form


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.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 org.jboss.util.JBossObject 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 org.jboss.util.JBossObject implements Serializable

serialVersionUID: 3257290210164289843L

Serialized Fields

annotationType

AnnotationInfo annotationType
The annotation type


attributeValues

HashMap<K,V> attributeValues
The attribute values


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 org.jboss.util.JBossObject 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

Serialized Fields

name

String name
The class name


modifiers

int modifiers
The class modifiers


interfaces

InterfaceInfo[] interfaces
The 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


constructors

ConstructorInfo[] constructors
The constructor info

Class org.jboss.reflect.plugins.ClassValueImpl extends org.jboss.util.JBossObject 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

constructor

Constructor<T> constructor
The constructor


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 org.jboss.util.JBossObject 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 org.jboss.util.JBossObject 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


field

Field field
The field


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 org.jboss.util.JBossObject 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


typeInfoFactory

IntrospectionTypeInfoFactoryImpl typeInfoFactory
The typeinfo factory

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


method

Method method
The method


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.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 org.jboss.util.JBossObject implements Serializable

serialVersionUID: 3977862864859836468L

Serialized Fields

value

String value
The value


type

TypeInfo type
The type


Package org.jboss.reflect.spi

Class org.jboss.reflect.spi.PrimitiveInfo extends Object 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 org.jboss.util.JBossObject implements Serializable

serialVersionUID: 3907214866304741945L

Serialized Fields

value

String value
The value


type

PrimitiveInfo type
The type



Copyright © 2004 JBoss Inc. All Rights Reserved.