Uses of Class
si.mazi.rescu.Params
| Package | Description |
|---|---|
| si.mazi.rescu |
Classes in this package may be used to create proxy client objects for REST web services.
|
-
Uses of Params in si.mazi.rescu
Methods in si.mazi.rescu that return Params Modifier and Type Method Description ParamsParams. add(String param, Object value)ParamsParams. copy()static ParamsParams. of()static ParamsParams. of(String param, Object value)static ParamsParams. of(String p1, Object v1, String p2, Object v2)static ParamsParams. of(String p1, Object v1, String p2, Object v2, String p3, Object v3)static ParamsParams. of(String p1, Object v1, String p2, Object v2, String p3, Object v3, String p4, Object v4)Methods in si.mazi.rescu that return types with arguments of type Params Modifier and Type Method Description static HashMap<Class<? extends Annotation>,Params>RestInvocation. createEmptyParamsMap(Map<Class<? extends Annotation>,Params> defaultParamsMap)Map<Class<? extends Annotation>,Params>ClientConfig. getDefaultParamsMap()Map<Class<? extends Annotation>,Params>RestInvocation. getParamsMap()Method parameters in si.mazi.rescu with type arguments of type Params Modifier and Type Method Description static RestInvocationRestInvocation. create(RequestWriterResolver requestWriterResolver, RestMethodMetadata methodMetadata, Object[] args, Map<Class<? extends Annotation>,Params> defaultParamsMap)static HashMap<Class<? extends Annotation>,Params>RestInvocation. createEmptyParamsMap(Map<Class<? extends Annotation>,Params> defaultParamsMap)