public class MetricCustomizer extends BeanCustomizer
| Constructor and Description |
|---|
MetricCustomizer() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Class |
getType()
The type which this customizer customizes.
|
java.lang.String |
label(java.lang.Object bean,
java.lang.String itemName)
Gets the localized label for a property or property group of a bean, or
null to defer to a superclass customizer.
|
java.lang.Class |
type(java.lang.Object bean,
java.lang.String propertyName)
Gets the type for a property of a bean, or null to defer to a superclass
customizer.
|
description, descriptor, field, items, modifiable, valid, visiblepublic java.lang.Class getType()
BeanCustomizergetType in class BeanCustomizerpublic java.lang.String label(java.lang.Object bean,
java.lang.String itemName)
BeanCustomizerBeanCustomizer implementation returns null.label in class BeanCustomizerpublic java.lang.Class type(java.lang.Object bean,
java.lang.String propertyName)
BeanCustomizerBeanCustomizer implementation returns
null.type in class BeanCustomizer