Uses of Class
io.activej.jmx.AttributeNodeForType
-
Uses of AttributeNodeForType in io.activej.jmx
Methods in io.activej.jmx that return AttributeNodeForTypeModifier and TypeMethodDescriptionstatic <T> AttributeNodeForType<T>AttributeNodeForType.createCustom(String name, @Nullable String description, ValueFetcher fetcher, boolean visible, @Nullable Method setter, Function<T, String> to, @Nullable Function<String, T> from, JmxReducer<T> reducer) static <T> AttributeNodeForType<T>AttributeNodeForType.createSimple(String name, @Nullable String description, ValueFetcher fetcher, boolean visible, @Nullable Method setter, Class<?> attributeType, JmxReducer reducer)