Uses of Interface
org.apache.hc.core5.jackson2.JsonResultSink
Packages that use JsonResultSink
Package
Description
-
Uses of JsonResultSink in org.apache.hc.core5.jackson2
Constructors in org.apache.hc.core5.jackson2 with parameters of type JsonResultSinkModifierConstructorDescriptionTokenBufferAssembler(JsonResultSink<com.fasterxml.jackson.databind.util.TokenBuffer> sink) -
Uses of JsonResultSink in org.apache.hc.core5.jackson2.bulk
Methods in org.apache.hc.core5.jackson2.bulk with parameters of type JsonResultSinkModifier and TypeMethodDescription<T> voidJsonBulkArrayReader.initialize(com.fasterxml.jackson.core.type.TypeReference<T> typeReference, JsonResultSink<T> resultSink) -
Uses of JsonResultSink in org.apache.hc.core5.jackson2.http
Methods in org.apache.hc.core5.jackson2.http with parameters of type JsonResultSinkModifier and TypeMethodDescriptionAsyncJsonClientPipeline.ResponseContentStage.asSequence(com.fasterxml.jackson.core.type.TypeReference<T> typeReference, JsonConsumer<HttpResponse> responseValidator, Callback<com.fasterxml.jackson.databind.JsonNode> errorCallback, JsonResultSink<T> resultSink) Configures the pipeline to process the incoming response content as a sequence of objects with the givenTypeReference.AsyncJsonClientPipeline.ResponseContentStage.asSequence(com.fasterxml.jackson.databind.JavaType javaType, JsonConsumer<HttpResponse> responseValidator, Callback<com.fasterxml.jackson.databind.JsonNode> errorCallback, JsonResultSink<T> resultSink) Configures the pipeline to process the incoming response content as a sequence of objects with the givenJavaType.AsyncJsonClientPipeline.ResponseContentStage.asSequence(Class<T> clazz, JsonConsumer<HttpResponse> responseValidator, Callback<com.fasterxml.jackson.databind.JsonNode> errorCallback, JsonResultSink<T> resultSink) Configures the pipeline to process the incoming response content as a sequence of objects with the givenClass.AsyncJsonServerPipeline.RequestContentStage.asSequence(com.fasterxml.jackson.core.type.TypeReference<T> typeReference, JsonConsumer<HttpRequest> validator, JsonResultSink<T> resultSink) Configures the pipeline to process the incoming request content as a sequence of objects with the givenTypeReference.AsyncJsonServerPipeline.RequestContentStage.asSequence(com.fasterxml.jackson.databind.JavaType javaType, JsonConsumer<HttpRequest> validator, JsonResultSink<T> resultSink) Configures the pipeline to process the incoming request content as a sequence of objects with the givenJavaType.AsyncJsonServerPipeline.RequestContentStage.asSequence(Class<T> clazz, JsonConsumer<HttpRequest> validator, JsonResultSink<T> resultSink) Configures the pipeline to process the incoming request content as a sequence of objects with the givenClass.static <T> AsyncRequestConsumer<Long>JsonRequestConsumers.create(com.fasterxml.jackson.databind.ObjectMapper objectMapper, com.fasterxml.jackson.core.type.TypeReference<T> typeReference, JsonConsumer<HttpRequest> requestValidator, JsonResultSink<T> resultSink) CreatesAsyncRequestConsumerthat converts incoming HTTP request into a sequence of instances of the given class and passes those objects to the givenJsonResultSink.static <T> AsyncRequestConsumer<Long>JsonRequestConsumers.create(com.fasterxml.jackson.databind.ObjectMapper objectMapper, com.fasterxml.jackson.databind.JavaType javaType, JsonConsumer<HttpRequest> requestValidator, JsonResultSink<T> resultSink) CreatesAsyncRequestConsumerthat converts incoming HTTP request into a sequence of instances of the given class and passes those objects to the givenJsonResultSink.static <T> AsyncRequestConsumer<Long>JsonRequestConsumers.create(com.fasterxml.jackson.databind.ObjectMapper objectMapper, Class<T> objectClazz, JsonConsumer<HttpRequest> requestValidator, JsonResultSink<T> resultSink) CreatesAsyncRequestConsumerthat converts incoming HTTP request into a sequence of instances of the given class and passes those objects to the givenJsonResultSink.static AsyncRequestConsumer<Long>JsonRequestConsumers.create(com.fasterxml.jackson.databind.ObjectMapper objectMapper, JsonConsumer<HttpRequest> requestValidator, JsonResultSink<com.fasterxml.jackson.databind.JsonNode> resultSink) CreatesAsyncRequestConsumerthat converts incoming HTTP request into a sequence ofJsonNodeinstances and passes those objects to the givenJsonResultSink.static <T,E> AsyncResponseConsumer<Long> JsonResponseConsumers.create(com.fasterxml.jackson.databind.ObjectMapper objectMapper, com.fasterxml.jackson.core.type.TypeReference<T> typeReference, Supplier<AsyncEntityConsumer<E>> errorConsumerSupplier, JsonConsumer<HttpResponse> responseValidator, Callback<E> errorCallback, JsonResultSink<T> resultSink) CreatesAsyncResponseConsumerthat converts incoming HTTP response into a sequence of instances of the given class and passes those objects to the givenJsonResultSink.static <T> AsyncResponseConsumer<Long>JsonResponseConsumers.create(com.fasterxml.jackson.databind.ObjectMapper objectMapper, com.fasterxml.jackson.core.type.TypeReference<T> typeReference, JsonConsumer<HttpResponse> responseValidator, Callback<com.fasterxml.jackson.databind.JsonNode> errorCallback, JsonResultSink<T> resultSink) CreatesAsyncResponseConsumerthat converts incoming HTTP response into a sequence of instances of the given class and passes those objects to the givenJsonResultSink.static <T,E> AsyncResponseConsumer<Long> JsonResponseConsumers.create(com.fasterxml.jackson.databind.ObjectMapper objectMapper, com.fasterxml.jackson.databind.JavaType javaType, Supplier<AsyncEntityConsumer<E>> errorConsumerSupplier, JsonConsumer<HttpResponse> responseValidator, Callback<E> errorCallback, JsonResultSink<T> resultSink) CreatesAsyncResponseConsumerthat converts incoming HTTP response into a sequence of instances of the given class and passes those objects to the givenJsonResultSink.static <T> AsyncResponseConsumer<Long>JsonResponseConsumers.create(com.fasterxml.jackson.databind.ObjectMapper objectMapper, com.fasterxml.jackson.databind.JavaType javaType, JsonConsumer<HttpResponse> responseValidator, Callback<com.fasterxml.jackson.databind.JsonNode> errorCallback, JsonResultSink<T> resultSink) CreatesAsyncResponseConsumerthat converts incoming HTTP response into a sequence of instances of the given class and passes those objects to the givenJsonResultSink.static <T,E> AsyncResponseConsumer<Long> JsonResponseConsumers.create(com.fasterxml.jackson.databind.ObjectMapper objectMapper, Class<T> objectClazz, Supplier<AsyncEntityConsumer<E>> errorConsumerSupplier, JsonConsumer<HttpResponse> responseValidator, Callback<E> errorCallback, JsonResultSink<T> resultSink) CreatesAsyncResponseConsumerthat converts incoming HTTP response into a sequence of instances of the given class and passes those objects to the givenJsonResultSink.static <T> AsyncResponseConsumer<Long>JsonResponseConsumers.create(com.fasterxml.jackson.databind.ObjectMapper objectMapper, Class<T> objectClazz, JsonConsumer<HttpResponse> responseValidator, Callback<com.fasterxml.jackson.databind.JsonNode> errorCallback, JsonResultSink<T> resultSink) CreatesAsyncResponseConsumerthat converts incoming HTTP response into a sequence of instances of the given class and passes those objects to the givenJsonResultSink.static <E> AsyncResponseConsumer<Long>JsonResponseConsumers.create(com.fasterxml.jackson.databind.ObjectMapper objectMapper, Supplier<AsyncEntityConsumer<E>> errorConsumerSupplier, JsonConsumer<HttpResponse> responseValidator, Callback<E> errorCallback, JsonResultSink<com.fasterxml.jackson.databind.JsonNode> resultSink) CreatesAsyncRequestConsumerthat converts incoming HTTP response into a sequence ofJsonNodeinstances and passes those objects to the givenJsonResultSink.static AsyncResponseConsumer<Long>JsonResponseConsumers.create(com.fasterxml.jackson.databind.ObjectMapper objectMapper, JsonConsumer<HttpResponse> responseValidator, Callback<com.fasterxml.jackson.databind.JsonNode> errorCallback, JsonResultSink<com.fasterxml.jackson.databind.JsonNode> resultSink) CreatesAsyncRequestConsumerthat converts incoming HTTP response into a sequence ofJsonNodeinstances and passes those objects to the givenJsonResultSink.Constructors in org.apache.hc.core5.jackson2.http with parameters of type JsonResultSinkModifierConstructorDescriptionJsonNodeSequenceEntityConsumer(com.fasterxml.jackson.databind.ObjectMapper objectMapper, JsonResultSink<com.fasterxml.jackson.databind.JsonNode> resultSink) JsonSequenceEntityConsumer(com.fasterxml.jackson.databind.ObjectMapper objectMapper, com.fasterxml.jackson.core.type.TypeReference<T> typeReference, JsonResultSink<T> resultSink) JsonSequenceEntityConsumer(com.fasterxml.jackson.databind.ObjectMapper objectMapper, com.fasterxml.jackson.databind.JavaType javaType, JsonResultSink<T> resultSink) JsonSequenceEntityConsumer(com.fasterxml.jackson.databind.ObjectMapper objectMapper, Class<T> objectClazz, JsonResultSink<T> resultSink)