public abstract class NamedMetric<M extends Metric<M>> extends Object implements InvocationHandler
| Constructor and Description |
|---|
NamedMetric(M metric,
String domain,
MetricProperty... properties) |
| Modifier and Type | Method and Description |
|---|---|
M |
getProxy() |
abstract Method[] |
getUpdatingMethods() |
Object |
invoke(Object proxy,
Method method,
Object[] args) |
public NamedMetric(M metric, String domain, MetricProperty... properties)
Copyright © 2017. All rights reserved.