-
- All Implemented Interfaces:
public class Spring.Companion
-
-
Field Summary
Fields Modifier and Type Field Description public final static Spring.Companion
INSTANCE
-
Method Summary
Modifier and Type Method Description final ClassCd
linkedMultiValueMap()
final ClassCd
multiValueMap()
final ClassCd
multiValueMap(ClassCd keyType, ClassCd valueType)
final ClassCd
httpMethod()
final ValueCm
httpMethod(HttpMethod method)
final ClassCd
httpHeaders()
final ValueCm
httpHeaders(String name)
-
-
Method Detail
-
linkedMultiValueMap
final ClassCd linkedMultiValueMap()
-
multiValueMap
final ClassCd multiValueMap()
-
multiValueMap
final ClassCd multiValueMap(ClassCd keyType, ClassCd valueType)
-
httpMethod
final ClassCd httpMethod()
-
httpMethod
final ValueCm httpMethod(HttpMethod method)
-
httpHeaders
final ClassCd httpHeaders()
-
httpHeaders
final ValueCm httpHeaders(String name)
-
-
-
-