Uses of Interface
org.redisson.codec.JsonCodec
Packages that use JsonCodec
Package
Description
-
Uses of JsonCodec in org.redisson
Methods in org.redisson with parameters of type JsonCodecModifier and TypeMethodDescription<T> TRedissonJsonBucket.arrayPollFirst(JsonCodec<T> codec, String path) <T> RFuture<T>RedissonJsonBucket.arrayPollFirstAsync(JsonCodec<T> codec, String path) <T> List<T>RedissonJsonBucket.arrayPollFirstMulti(JsonCodec<T> codec, String path) RedissonJsonBucket.arrayPollFirstMultiAsync(JsonCodec<T> codec, String path) <T> TRedissonJsonBucket.arrayPollLast(JsonCodec<T> codec, String path) <T> RFuture<T>RedissonJsonBucket.arrayPollLastAsync(JsonCodec<T> codec, String path) <T> List<T>RedissonJsonBucket.arrayPollLastMulti(JsonCodec<T> codec, String path) RedissonJsonBucket.arrayPollLastMultiAsync(JsonCodec<T> codec, String path) <T> T<T> RFuture<T>RedissonJsonBucket.arrayPopAsync(JsonCodec<T> codec, String path, long index) <T> List<T>RedissonJsonBucket.arrayPopMulti(JsonCodec<T> codec, String path, long index) RedissonJsonBucket.arrayPopMultiAsync(JsonCodec<T> codec, String path, long index) <T> T<T> T<T> RFuture<T>RedissonJsonBucket.getAndSetAsync(JsonCodec<T> codec, String path, Object newValue) <T> RFuture<T><V> RJsonBucket<V>Redisson.getJsonBucket(String name, JsonCodec<V> codec) <V> RJsonBucketAsync<V>RedissonBatch.getJsonBucket(String name, JsonCodec<V> codec) <V> RJsonBucketReactive<V>RedissonReactive.getJsonBucket(String name, JsonCodec<V> codec) <V> RJsonBucketRx<V>RedissonRx.getJsonBucket(String name, JsonCodec<V> codec) Constructors in org.redisson with parameters of type JsonCodecModifierConstructorDescriptionRedissonJsonBucket(JsonCodec<V> codec, CommandAsyncExecutor connectionManager, String name) -
Uses of JsonCodec in org.redisson.api
Methods in org.redisson.api with parameters of type JsonCodecModifier and TypeMethodDescription<T> TRJsonBucket.arrayPollFirst(JsonCodec<T> codec, String path) Polls first element of array specified by JSONPath.<T> reactor.core.publisher.Mono<T>RJsonBucketReactive.arrayPollFirst(JsonCodec<T> codec, String path) Polls first element of array specified by JSONPath.<T> io.reactivex.rxjava3.core.Maybe<T>RJsonBucketRx.arrayPollFirst(JsonCodec<T> codec, String path) Polls first element of array specified by JSONPath.<T> RFuture<T>RJsonBucketAsync.arrayPollFirstAsync(JsonCodec<T> codec, String path) Polls first element of array specified by JSONPath.<T> List<T>RJsonBucket.arrayPollFirstMulti(JsonCodec<T> codec, String path) Polls first element of arrays specified by JSONPath.<T> reactor.core.publisher.Mono<List<T>>RJsonBucketReactive.arrayPollFirstMulti(JsonCodec<T> codec, String path) Polls first element of arrays specified by JSONPath.<T> io.reactivex.rxjava3.core.Single<List<T>>RJsonBucketRx.arrayPollFirstMulti(JsonCodec<T> codec, String path) Polls first element of arrays specified by JSONPath.RJsonBucketAsync.arrayPollFirstMultiAsync(JsonCodec<T> codec, String path) Polls first element of arrays specified by JSONPath.<T> TRJsonBucket.arrayPollLast(JsonCodec<T> codec, String path) Polls last element of array specified by JSONPath.<T> reactor.core.publisher.Mono<T>RJsonBucketReactive.arrayPollLast(JsonCodec<T> codec, String path) Polls last element of array specified by JSONPath.<T> io.reactivex.rxjava3.core.Maybe<T>RJsonBucketRx.arrayPollLast(JsonCodec<T> codec, String path) Polls last element of array specified by JSONPath.<T> RFuture<T>RJsonBucketAsync.arrayPollLastAsync(JsonCodec<T> codec, String path) Polls last element of array specified by JSONPath.<T> List<T>RJsonBucket.arrayPollLastMulti(JsonCodec<T> codec, String path) Polls last element of arrays specified by JSONPath.<T> reactor.core.publisher.Mono<List<T>>RJsonBucketReactive.arrayPollLastMulti(JsonCodec<T> codec, String path) Polls last element of arrays specified by JSONPath.<T> io.reactivex.rxjava3.core.Single<List<T>>RJsonBucketRx.arrayPollLastMulti(JsonCodec<T> codec, String path) Polls last element of arrays specified by JSONPath.RJsonBucketAsync.arrayPollLastMultiAsync(JsonCodec<T> codec, String path) Polls last element of arrays specified by JSONPath.<T> TPops element located at index of array specified by JSONPath.<T> reactor.core.publisher.Mono<T>RJsonBucketReactive.arrayPop(JsonCodec<T> codec, String path, reactor.core.publisher.Mono<Long> index) Pops element located at index of array specified by JSONPath.<T> io.reactivex.rxjava3.core.Maybe<T>RJsonBucketRx.arrayPop(JsonCodec<T> codec, String path, io.reactivex.rxjava3.core.Single<Long> index) Pops element located at index of array specified by JSONPath.<T> RFuture<T>RJsonBucketAsync.arrayPopAsync(JsonCodec<T> codec, String path, long index) Pops element located at index of array specified by JSONPath.<T> List<T>RJsonBucket.arrayPopMulti(JsonCodec<T> codec, String path, long index) Pops elements located at index of arrays specified by JSONPath.<T> reactor.core.publisher.Mono<List<T>>RJsonBucketReactive.arrayPopMulti(JsonCodec<T> codec, String path, reactor.core.publisher.Mono<Long> index) Pops elements located at index of arrays specified by JSONPath.<T> io.reactivex.rxjava3.core.Single<List<T>>RJsonBucketRx.arrayPopMulti(JsonCodec<T> codec, String path, io.reactivex.rxjava3.core.Single<Long> index) Pops elements located at index of arrays specified by JSONPath.RJsonBucketAsync.arrayPopMultiAsync(JsonCodec<T> codec, String path, long index) Pops elements located at index of arrays specified by JSONPath.<T> TGet Json object/objects by JSONPath<T> reactor.core.publisher.Mono<T>Get Json object/objects by JSONPath<T> io.reactivex.rxjava3.core.Maybe<T>Get Json object/objects by JSONPath<T> TRetrieves current value of element specified by JSONPath and replaces it withnewValue.<T> reactor.core.publisher.Mono<T>Retrieves current value of element specified by JSONPath and replaces it withnewValue.<T> io.reactivex.rxjava3.core.Maybe<T>Retrieves current value of element specified by JSONPath and replaces it withnewValue.<T> RFuture<T>RJsonBucketAsync.getAndSetAsync(JsonCodec<T> codec, String path, Object newValue) Retrieves current value of element specified by JSONPath and replaces it withnewValue.<T> RFuture<T>Get Json object/objects by JSONPath<V> RJsonBucketAsync<V>RBatch.getJsonBucket(String name, JsonCodec<V> codec) Returns JSON data holder instance by name using provided codec.<V> RJsonBucketReactive<V>RBatchReactive.getJsonBucket(String name, JsonCodec<V> codec) Returns JSON data holder instance by name using provided codec.<V> RJsonBucketRx<V>RBatchRx.getJsonBucket(String name, JsonCodec<V> codec) Returns JSON data holder instance by name using provided codec.<V> RJsonBucket<V>RedissonClient.getJsonBucket(String name, JsonCodec<V> codec) Returns JSON data holder instance by name using provided codec.<V> RJsonBucketReactive<V>RedissonReactiveClient.getJsonBucket(String name, JsonCodec<V> codec) Returns JSON data holder instance by name using provided codec.<V> RJsonBucketRx<V>RedissonRxClient.getJsonBucket(String name, JsonCodec<V> codec) Returns JSON data holder instance by name using provided codec. -
Uses of JsonCodec in org.redisson.client.codec
Classes in org.redisson.client.codec that implement JsonCodecModifier and TypeClassDescriptionclassclassclassclass -
Uses of JsonCodec in org.redisson.codec
Classes in org.redisson.codec that implement JsonCodecConstructors in org.redisson.codec with parameters of type JsonCodec -
Uses of JsonCodec in org.redisson.reactive
Methods in org.redisson.reactive with parameters of type JsonCodecModifier and TypeMethodDescription<V> RJsonBucketReactive<V>RedissonBatchReactive.getJsonBucket(String name, JsonCodec<V> codec) -
Uses of JsonCodec in org.redisson.rx
Methods in org.redisson.rx with parameters of type JsonCodecModifier and TypeMethodDescription<V> RJsonBucketRx<V>RedissonBatchRx.getJsonBucket(String name, JsonCodec<V> codec)