public class MetricsJavassistField extends Metrics implements JavassistField
Metrics.Entry
Constructor and Description |
---|
MetricsJavassistField(JavassistField delegate,
String sig) |
Modifier and Type | Method and Description |
---|---|
Object |
get(Object target)
Get the field
|
void |
set(Object target,
Object value)
Set the field
|
doRecordTime, outputEntriesByInvocations, outputEntriesByTime, recordTime, sortByInvocations, sortByTime
public MetricsJavassistField(JavassistField delegate, String sig)
public Object get(Object target) throws Throwable
JavassistField
get
in interface JavassistField
target
- the targetThrowable
- for any errorpublic void set(Object target, Object value) throws Throwable
JavassistField
set
in interface JavassistField
target
- the targetvalue
- the valueThrowable
- for any errorCopyright © 2013 JBoss, a division of Red Hat, Inc.. All Rights Reserved.