public interface QueryMapEncoder
FieldQueryMapEncoder
,
BeanQueryMapEncoder
Modifier and Type | Interface and Description |
---|---|
static class |
QueryMapEncoder.Default
Deprecated.
use
BeanQueryMapEncoder instead. default encoder uses reflection to inspect
provided objects Fields to expand the objects values into a query string. If you
prefer that the query string be built using getter and setter methods, as defined
in the Java Beans API, please use the BeanQueryMapEncoder |
Modifier and Type | Method and Description |
---|---|
Map<String,Object> |
encode(Object object)
Encodes the given object into a query map.
|
Copyright © 2012–2023 OpenFeign. All rights reserved.