Class ProcessorFactory
- java.lang.Object
-
- fish.payara.monitoring.rest.app.processor.ProcessorFactory
-
public final class ProcessorFactory extends Object
- Author:
- Fraser Savage
-
-
Constructor Summary
Constructors Constructor Description ProcessorFactory()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static TypeProcessorgetTypeProcessor(Object processibleObject)Returns aTypeProcessorthat is best able to process an MBean attribute.
-
-
-
Method Detail
-
getTypeProcessor
public static TypeProcessor getTypeProcessor(Object processibleObject)
Returns aTypeProcessorthat is best able to process an MBean attribute. The processibleObject argument should be an MBean attribute.- Parameters:
processibleObject- TheObjectto get theTypeProcessorfor.- Returns:
- The appropriate
TypeProcessorfor the processibleObject given.
-
-