Class TabularTypeProcessor
- java.lang.Object
-
- fish.payara.monitoring.rest.app.processor.TabularTypeProcessor
-
- All Implemented Interfaces:
TypeProcessor<TabularType>
public class TabularTypeProcessor extends Object implements TypeProcessor<TabularType>
- Author:
- Fraser Savage
-
-
Constructor Summary
Constructors Constructor Description TabularTypeProcessor()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description jakarta.json.JsonValueprocessObject(Object object)Returns anObjectwhich has been processed for serving by a Json REST resource.
-
-
-
Method Detail
-
processObject
public jakarta.json.JsonValue processObject(Object object) throws jakarta.json.JsonException
Description copied from interface:TypeProcessorReturns anObjectwhich has been processed for serving by a Json REST resource. The object parameter must be the correctOpenType. Should return either anObjector aJsonObject.- Specified by:
processObjectin interfaceTypeProcessor<TabularType>- Parameters:
object- The object to process.- Returns:
- The processed
Objectform of object. - Throws:
jakarta.json.JsonException
-
-