org.jboss.reflect.plugins.javassist
Interface JavassistField


public interface JavassistField

JavassistField.

Version:
$Revision: 41318 $
Author:
Adrian Brock

Method Summary
 Object get(Object target)
          Get the field
 void set(Object target, Object value)
          Set the field
 

Method Detail

get

Object get(Object target)
           throws Throwable
Get the field

Parameters:
target - the target
Returns:
the result
Throws:
Throwable - for any error

set

void set(Object target,
         Object value)
         throws Throwable
Set the field

Parameters:
target - the target
value - the value
Throws:
Throwable - for any error


Copyright © 2011 JBoss, a division of Red Hat, Inc.. All Rights Reserved.