Uses of Interface
org.aopalliance.intercept.FieldAccess
Packages that use FieldAccess
Package
Description
This package provides a set of interfaces for interception
mechanisms.
-
Uses of FieldAccess in org.aopalliance.intercept
Methods in org.aopalliance.intercept with parameters of type FieldAccessModifier and TypeMethodDescriptionFieldInterceptor.get(FieldAccess fieldRead) Do the stuff you want to do before and after the field is getted.FieldInterceptor.set(FieldAccess fieldWrite) Do the stuff you want to do before and after the field is setted.