Uses of Interface
org.jboss.reflect.spi.FieldInfo

Packages that use FieldInfo
org.jboss.joinpoint.plugins.config Bean config utilities. 
org.jboss.joinpoint.plugins.reflect Reflection based Join Points. 
org.jboss.joinpoint.spi Join Point API. 
org.jboss.reflect.plugins Abstract extended reflection implementations. 
org.jboss.reflect.spi Extended Reflection API. 
 

Uses of FieldInfo in org.jboss.joinpoint.plugins.config
 

Methods in org.jboss.joinpoint.plugins.config that return FieldInfo
static FieldInfo Config.findFieldInfo(ClassInfo classInfo, String name)
          Find field info
 

Uses of FieldInfo in org.jboss.joinpoint.plugins.reflect
 

Fields in org.jboss.joinpoint.plugins.reflect declared as FieldInfo
protected  FieldInfo ReflectFieldSetJoinPoint.fieldInfo
          The field info
protected  FieldInfo ReflectFieldGetJoinPoint.fieldInfo
          The field info
 

Methods in org.jboss.joinpoint.plugins.reflect that return FieldInfo
 FieldInfo ReflectFieldSetJoinPoint.getFieldInfo()
           
 FieldInfo ReflectFieldGetJoinPoint.getFieldInfo()
           
 

Methods in org.jboss.joinpoint.plugins.reflect with parameters of type FieldInfo
 FieldGetJoinpoint ReflectJoinpointFactory.getFieldGetJoinpoint(FieldInfo fieldInfo)
           
 FieldSetJoinpoint ReflectJoinpointFactory.getFieldSetJoinpoint(FieldInfo fieldInfo)
           
 

Constructors in org.jboss.joinpoint.plugins.reflect with parameters of type FieldInfo
ReflectFieldGetJoinPoint(FieldInfo fieldInfo)
          Create a new field get join point
ReflectFieldSetJoinPoint(FieldInfo fieldInfo)
          Create a new field set join point
 

Uses of FieldInfo in org.jboss.joinpoint.spi
 

Methods in org.jboss.joinpoint.spi that return FieldInfo
 FieldInfo FieldSetJoinpoint.getFieldInfo()
          Get the field info for this join point
 FieldInfo FieldGetJoinpoint.getFieldInfo()
          Get the field info for this join point
 

Methods in org.jboss.joinpoint.spi with parameters of type FieldInfo
 FieldGetJoinpoint JoinpointFactory.getFieldGetJoinpoint(FieldInfo fieldInfo)
          Get a field get join point
 FieldSetJoinpoint JoinpointFactory.getFieldSetJoinpoint(FieldInfo fieldInfo)
          Get a field set join point
 

Uses of FieldInfo in org.jboss.reflect.plugins
 

Classes in org.jboss.reflect.plugins that implement FieldInfo
 class FieldInfoImpl
          A field info
 

Fields in org.jboss.reflect.plugins declared as FieldInfo
protected  FieldInfo[] ClassInfoImpl.fields
          The fields
 

Methods in org.jboss.reflect.plugins that return FieldInfo
 FieldInfo ClassInfoImpl.getDeclaredField(String name)
           
 FieldInfo[] ClassInfoImpl.getDeclaredFields()
           
 

Uses of FieldInfo in org.jboss.reflect.spi
 

Methods in org.jboss.reflect.spi that return FieldInfo
 FieldInfo ClassInfo.getDeclaredField(String name)
          Get the declared field
 FieldInfo[] ClassInfo.getDeclaredFields()
          Get the declared fields
 



Copyright © 2002 JBoss Group, LLC. All Rights Reserved.