Modifier and Type | Class and Description |
---|---|
class |
HttpBodyMapImpl
The Class HttpBodyMapImpl.
|
Modifier and Type | Method and Description |
---|---|
default HttpBodyMap |
HttpServerRequest.getRequest()
Retrieves the
HttpBodyMap representing the request body. |
HttpBodyMap |
HttpBodyMap.retrieve(String aFromPath,
String aToPath) |
HttpBodyMap |
HttpBodyMapImpl.retrieve(String aFromPath,
String aToPath) |
HttpBodyMap |
HttpBodyMap.retrieveFrom(String aFromPath) |
HttpBodyMap |
HttpBodyMapImpl.retrieveFrom(String aFromPath) |
HttpBodyMap |
HttpBodyMap.retrieveTo(String aToPath) |
HttpBodyMap |
HttpBodyMapImpl.retrieveTo(String aToPath) |
default HttpBodyMap |
HttpBodyMap.withInsert(Object aObj) |
default HttpBodyMap |
HttpBodyMap.withInsert(String aToPath,
Object aFrom,
String aFromPath) |
default HttpBodyMap |
HttpBodyMap.withInsertFrom(Object aFrom,
String aFromPath) |
default HttpBodyMap |
HttpBodyMap.withInsertTo(String aToPath,
Object aFrom) |
default HttpBodyMap |
HttpBodyMap.withPut(org.refcodes.structure.Relation<String,String> aRelation) |
default HttpBodyMap |
HttpBodyMap.withPut(String aKey,
String aValue) |
Copyright © 2017. All rights reserved.