Interface ApiDesc
public interface ApiDesc
-
Method Summary
Modifier and TypeMethodDescriptionstatic ApiDescBuilderbuilder()pathType()toContextRec(org.eclipse.jetty.server.Request request) toHeadersRec(org.eclipse.jetty.http.HttpFields headerFields) toPathTuple(ApiPath path) toQueryRec(org.eclipse.jetty.util.Fields queryFields) toRequestRec(String method, CompleteTuple pathTuple, CompleteRec headersRec, CompleteRec queryRec, CompleteRec contextRec, String requestText) toResponseBodyText(Complete responseRec)
-
Method Details
-
builder
-
inputType
Type inputType() -
outputType
Type outputType() -
pathType
TupleType pathType() -
queryType
RecType queryType() -
toContextRec
-
toHeadersRec
-
toPathTuple
-
toQueryRec
-
toRequestRec
CompleteRec toRequestRec(String method, CompleteTuple pathTuple, CompleteRec headersRec, CompleteRec queryRec, CompleteRec contextRec, String requestText) -
toResponseBodyText
-