public static final class MBeanMetadata.AttributeMetadata extends Object
| Constructor and Description |
|---|
AttributeMetadata(String name,
String description,
boolean writable,
boolean useSetter,
String type,
boolean is,
Function<?,?> getterFunction,
BiConsumer<?,?> setterFunction) |
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription() |
String |
getName() |
Supplier<?> |
getter(Object instance) |
String |
getType() |
boolean |
isIs() |
boolean |
isUseSetter() |
boolean |
isWritable() |
Consumer<?> |
setter(Object instance) |
String |
toString() |
public AttributeMetadata(String name, String description, boolean writable, boolean useSetter, String type, boolean is, Function<?,?> getterFunction, BiConsumer<?,?> setterFunction)
Copyright © 2022 JBoss by Red Hat. All rights reserved.