static final class ServerMBean.Entry extends Object
| Modifier and Type | Field and Description |
|---|---|
private String |
description |
private Supplier<Object> |
getter |
private String |
name |
private Class<?> |
type |
| Modifier | Constructor and Description |
|---|---|
private |
Entry(String name,
Supplier<Object> getter,
String description,
Class<?> type) |
| Modifier and Type | Method and Description |
|---|---|
private MBeanAttributeInfo |
createInfo() |
private final String name
private final String description
private final Class<?> type
private MBeanAttributeInfo createInfo()