Uses of Interface
fish.payara.monitoring.rest.app.processor.TypeProcessor
-
Packages that use TypeProcessor Package Description fish.payara.monitoring.rest.app.processor -
-
Uses of TypeProcessor in fish.payara.monitoring.rest.app.processor
Classes in fish.payara.monitoring.rest.app.processor that implement TypeProcessor Modifier and Type Class Description classArrayTypeProcessorclassCompositeTypeProcessorclassOtherTypeProcessorclassSimpleTypeProcessorclassTabularTypeProcessorMethods in fish.payara.monitoring.rest.app.processor that return TypeProcessor Modifier and Type Method Description static TypeProcessorProcessorFactory. getTypeProcessor(Object processibleObject)Returns aTypeProcessorthat is best able to process an MBean attribute.
-