Uses of Class
io.activej.jmx.DynamicMBeanFactory.JmxCustomTypeAdapter
-
Uses of DynamicMBeanFactory.JmxCustomTypeAdapter in io.activej.jmx
Methods in io.activej.jmx that return types with arguments of type DynamicMBeanFactory.JmxCustomTypeAdapterMethods in io.activej.jmx with parameters of type DynamicMBeanFactory.JmxCustomTypeAdapterModifier and TypeMethodDescriptionJmxRegistry.Builder.withCustomType(Class<T> type, DynamicMBeanFactory.JmxCustomTypeAdapter<T> adapter) JmxRegistry.Builder.withCustomType(Type type, DynamicMBeanFactory.JmxCustomTypeAdapter<?> adapter) Method parameters in io.activej.jmx with type arguments of type DynamicMBeanFactory.JmxCustomTypeAdapterModifier and TypeMethodDescriptionJmxBeanSettings.Builder.withCustomTypes(Map<Type, DynamicMBeanFactory.JmxCustomTypeAdapter<?>> customTypes) JmxRegistry.Builder.withCustomTypes(Map<Type, DynamicMBeanFactory.JmxCustomTypeAdapter<?>> customTypes)