public interface QueryMapEncoder
Modifier and Type | Interface and Description |
---|---|
static class |
QueryMapEncoder.Default |
Modifier and Type | Method and Description |
---|---|
Map<String,Object> |
encode(Object object)
Encodes the given object into a query map.
|
Copyright © 2012–2018 OpenFeign. All rights reserved.