Package com.networknt.codegen.handler
Class SchemaGetHandler
- java.lang.Object
-
- com.networknt.codegen.handler.SchemaGetHandler
-
- All Implemented Interfaces:
com.networknt.rpc.Handler
public class SchemaGetHandler extends Object implements com.networknt.rpc.Handler
Created by steve on 10/05/17.
-
-
Constructor Summary
Constructors Constructor Description SchemaGetHandler()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ByteBufferhandle(io.undertow.server.HttpServerExchange exchange, Object input)
-
-
-
Method Detail
-
handle
public ByteBuffer handle(io.undertow.server.HttpServerExchange exchange, Object input)
- Specified by:
handlein interfacecom.networknt.rpc.Handler
-
-