public class HandlerDefinition extends Object
| Constructor and Description |
|---|
HandlerDefinition() |
| Modifier and Type | Method and Description |
|---|---|
Optional<MediaType> |
getHandledType() |
RestRequestHandler |
getRequestHandler() |
RestHttpMethod |
getRestHttpMethod() |
HandlerDefinition |
wirhHandledType(MediaType handledType) |
HandlerDefinition |
withHttpMethod(RestHttpMethod restHttpMethod) |
HandlerDefinition |
withRequestHandler(RestRequestHandler requestHandler) |
public RestHttpMethod getRestHttpMethod()
public HandlerDefinition withHttpMethod(RestHttpMethod restHttpMethod)
public RestRequestHandler getRequestHandler()
public HandlerDefinition withRequestHandler(RestRequestHandler requestHandler)
public HandlerDefinition wirhHandledType(MediaType handledType)
Copyright © 2014. All rights reserved.