Uses of Class
com.suse.salt.netapi.parser.JsonParser
Packages that use JsonParser
Package
Description
-
Uses of JsonParser in com.suse.salt.netapi.client
Methods in com.suse.salt.netapi.client with parameters of type JsonParserModifier and TypeMethodDescriptiondefault <T> CompletionStage<T> AsyncHttpClient.get(URI uri, JsonParser<T> parser) Send a GET request and parse the result into object of given type.<T> CompletionStage<T> Send a GET request and parse the result into object of given type.default <T> CompletionStage<T> AsyncHttpClient.post(URI uri, String data, JsonParser<T> parser) Send a POST request and parse the result into object of given type.<T> CompletionStage<T> Send a POST request and parse the result into object of given type. -
Uses of JsonParser in com.suse.salt.netapi.client.impl
Methods in com.suse.salt.netapi.client.impl with parameters of type JsonParserModifier and TypeMethodDescriptionprivate <T> CompletionStage<T> HttpAsyncClientImpl.executeRequest(org.apache.http.nio.client.HttpAsyncClient httpClient, org.apache.http.client.methods.HttpUriRequest httpRequest, JsonParser<T> parser) Executes a prepared HTTP request using the given client.<T> CompletionStage<T> Send a GET request and parse the result into object of given type.<T> CompletionStage<T> Send a POST request and parse the result into object of given type.private <T> CompletionStage<T> Perform HTTP request and parse the result into a given result type. -
Uses of JsonParser in com.suse.salt.netapi.parser
Fields in com.suse.salt.netapi.parser declared as JsonParserModifier and TypeFieldDescriptionstatic final JsonParser<Event> JsonParser.EVENTSstatic final JsonParser<Map<String, Object>> JsonParser.MAPJsonParser.RUN_RESULTSstatic final JsonParser<Return<List<Map<String, Result<SSHRawResult>>>>> JsonParser.RUNSSHRAW_RESULTSstatic final JsonParser<Stats> JsonParser.STATSstatic final JsonParser<Return<String>> JsonParser.STRINGstatic final JsonParser<Return<List<Token>>> JsonParser.TOKEN