Uses of Interface
org.jclouds.rest.MapBinder
-
Packages that use MapBinder Package Description org.jclouds.rest.annotations org.jclouds.rest.binders -
-
Uses of MapBinder in org.jclouds.rest.annotations
Methods in org.jclouds.rest.annotations that return types with arguments of type MapBinder Modifier and Type Method Description Class<? extends MapBinder>value()How to bindPayloadParamvalues, if there is noMapBinderin the method definition -
Uses of MapBinder in org.jclouds.rest.binders
Classes in org.jclouds.rest.binders that implement MapBinder Modifier and Type Class Description classBindMapToStringPayloadclassBindToJsonPayloadBinds the object to the request as a json object.classBindToJsonPayloadWrappedWithSometimes, cloud apis wrap requests inside an envelope.
-