Uses of Class
de.xima.fc.api.rest.pub.client.security.Formatter
Packages that use Formatter
-
Uses of Formatter in de.xima.fc.api.rest.pub.client.security
Methods in de.xima.fc.api.rest.pub.client.security that return FormatterMethods in de.xima.fc.api.rest.pub.client.security with parameters of type FormatterModifier and TypeMethodDescription<T> TJaxRsAdapter.deserialize(javax.ws.rs.core.Response response, javax.ws.rs.core.GenericType<T> returnType, ApiClientConfig config, Formatter formatter) Deserialize response body to Java object according to the content type.<T> TJaxRsAdapterRestEasy.deserialize(javax.ws.rs.core.Response response, javax.ws.rs.core.GenericType<T> returnType, ApiClientConfig config, Formatter formatter) javax.ws.rs.client.Entity<?> JaxRsAdapter.serialize(Object obj, String contentType, ApiClientConfig config, Formatter formatter) Serialize the given Java object into string entity according the given content type.javax.ws.rs.client.Entity<?> JaxRsAdapterRestEasy.serialize(Object obj, String contentType, ApiClientConfig config, Formatter formatter)