Uses of Interface
org.jboss.joinpoint.spi.FieldGetJoinpoint

Packages that use FieldGetJoinpoint
org.jboss.joinpoint.plugins.config Bean config utilities. 
org.jboss.joinpoint.plugins.reflect Reflection based Join Points. 
org.jboss.joinpoint.spi Join Point API. 
 

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

Methods in org.jboss.joinpoint.plugins.config that return FieldGetJoinpoint
static FieldGetJoinpoint Config.getFieldGetJoinpoint(Object object, JoinpointFactory jpf, String name)
          Get a field get joinpoint
 

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

Classes in org.jboss.joinpoint.plugins.reflect that implement FieldGetJoinpoint
 class ReflectFieldGetJoinPoint
          A field get joinpoint
 

Methods in org.jboss.joinpoint.plugins.reflect that return FieldGetJoinpoint
 FieldGetJoinpoint ReflectJoinpointFactory.getFieldGetJoinpoint(FieldInfo fieldInfo)
           
 

Uses of FieldGetJoinpoint in org.jboss.joinpoint.spi
 

Methods in org.jboss.joinpoint.spi that return FieldGetJoinpoint
 FieldGetJoinpoint JoinpointFactory.getFieldGetJoinpoint(FieldInfo fieldInfo)
          Get a field get join point
 



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