Package | Description |
---|---|
org.jboss.beans.info.plugins |
Classes used to describe beans, an abstract implementation.
|
org.jboss.beans.info.spi |
Classes used to describe beans.
|
org.jboss.joinpoint.plugins |
Basic Join Points.
|
org.jboss.joinpoint.spi |
Join Point API.
|
org.jboss.reflect.plugins |
Abstract extended reflection implementations.
|
org.jboss.reflect.plugins.introspection |
Introspection based extended reflection.
|
org.jboss.reflect.plugins.javassist | |
org.jboss.reflect.spi |
Extended Reflection API.
|
Modifier and Type | Field and Description |
---|---|
protected Map<String,FieldInfo> |
FieldBeanInfo.fieldsByName
The fields
|
Modifier and Type | Method and Description |
---|---|
protected FieldInfo |
FieldBeanInfo.getField(String name)
Get a property
|
FieldInfo |
AbstractPropertyInfo.getFieldInfo() |
FieldInfo |
NestedPropertyInfo.getFieldInfo() |
FieldInfo |
FieldPropertyInfo.getFieldInfo() |
Modifier and Type | Method and Description |
---|---|
protected static Set<FieldInfo> |
FieldBeanInfo.getFields(ClassInfo classInfo,
org.jboss.beans.info.plugins.FieldFilter filter)
Get the fields
|
Modifier and Type | Method and Description |
---|---|
protected void |
FieldBeanInfo.setFields(Set<FieldInfo> fields)
Set fields
|
Constructor and Description |
---|
FieldPropertyInfo(FieldInfo field) |
FieldPropertyInfo(FieldInfo field,
boolean setAnnotations) |
GetterAndFieldPropertyInfo(PropertyInfo previous,
FieldInfo field) |
SetterAndFieldPropertyInfo(PropertyInfo previous,
FieldInfo field) |
Modifier and Type | Method and Description |
---|---|
FieldInfo |
PropertyInfo.getFieldInfo()
Get the field info
in case impl uses field to
handle property ops.
|
Modifier and Type | Field and Description |
---|---|
protected FieldInfo |
BasicFieldSetJoinPoint.fieldInfo
The field info
|
protected FieldInfo |
BasicFieldGetJoinPoint.fieldInfo
The field info
|
Modifier and Type | Method and Description |
---|---|
static FieldInfo |
Config.findFieldInfo(ClassInfo classInfo,
String name)
Find field info
|
FieldInfo |
BasicFieldSetJoinPoint.getFieldInfo() |
FieldInfo |
BasicFieldGetJoinPoint.getFieldInfo() |
Modifier and Type | Method and Description |
---|---|
FieldGetJoinpoint |
BasicJoinpointFactory.getFieldGetJoinpoint(FieldInfo fieldInfo) |
FieldSetJoinpoint |
BasicJoinpointFactory.getFieldSetJoinpoint(FieldInfo fieldInfo) |
Constructor and Description |
---|
BasicFieldGetJoinPoint(FieldInfo fieldInfo)
Create a new field get join point
|
BasicFieldSetJoinPoint(FieldInfo fieldInfo)
Create a new field set join point
|
Modifier and Type | Method and Description |
---|---|
FieldInfo |
FieldSetJoinpoint.getFieldInfo()
Get the field info for this join point
|
FieldInfo |
FieldGetJoinpoint.getFieldInfo()
Get the field info for this join point
|
Modifier and Type | Method and Description |
---|---|
FieldGetJoinpoint |
JoinpointFactory.getFieldGetJoinpoint(FieldInfo fieldInfo)
Get a field get join point
|
FieldSetJoinpoint |
JoinpointFactory.getFieldSetJoinpoint(FieldInfo fieldInfo)
Get a field set join point
|
Modifier and Type | Class and Description |
---|---|
class |
FieldInfoImpl
A field info
|
Modifier and Type | Field and Description |
---|---|
protected FieldInfo[] |
ClassInfoImpl.fields
The fields
|
static FieldInfo[] |
ClassInfoImpl.UNKNOWN_FIELDS
Marker for generation
|
Modifier and Type | Field and Description |
---|---|
protected HashMap<String,FieldInfo> |
ClassInfoImpl.fieldMap
Field map Map
|
Modifier and Type | Method and Description |
---|---|
FieldInfo |
ClassInfoImpl.getDeclaredField(String name) |
FieldInfo[] |
ClassInfoImpl.getDeclaredFields() |
Modifier and Type | Class and Description |
---|---|
class |
ReflectFieldInfoImpl
A field info
|
Modifier and Type | Class and Description |
---|---|
class |
JavassistFieldInfo
JavassistFieldInfo.
|
Modifier and Type | Method and Description |
---|---|
protected FieldInfo |
JavassistTypeInfo.generateFieldInfo(javassist.CtField field)
Generate field info
|
FieldInfo |
JavassistTypeInfo.getDeclaredField(String name) |
FieldInfo[] |
JavassistTypeInfo.getDeclaredFields() |
Modifier and Type | Method and Description |
---|---|
FieldInfo |
ClassInfo.getDeclaredField(String name)
Get the declared field
|
FieldInfo |
DelegateClassInfo.getDeclaredField(String name) |
FieldInfo |
NumberInfo.getDeclaredField(String name) |
FieldInfo[] |
ClassInfo.getDeclaredFields()
Get the declared fields
|
FieldInfo[] |
DelegateClassInfo.getDeclaredFields() |
FieldInfo[] |
NumberInfo.getDeclaredFields() |
Copyright © 2012 JBoss, a division of Red Hat, Inc.. All Rights Reserved.