Uses of Interface
org.redisson.codec.JsonCodec
Packages that use JsonCodec
Package
Description
-
Uses of JsonCodec in org.redisson
Fields in org.redisson declared as JsonCodecMethods in org.redisson with parameters of type JsonCodecModifier and TypeMethodDescription<T> TRedissonJsonBucket.arrayPollFirst(JsonCodec codec, String path) <T> RFuture<T> RedissonJsonBucket.arrayPollFirstAsync(JsonCodec codec, String path) <T> List<T> RedissonJsonBucket.arrayPollFirstMulti(JsonCodec codec, String path) RedissonJsonBucket.arrayPollFirstMultiAsync(JsonCodec codec, String path) <T> TRedissonJsonBucket.arrayPollLast(JsonCodec codec, String path) <T> RFuture<T> RedissonJsonBucket.arrayPollLastAsync(JsonCodec codec, String path) <T> List<T> RedissonJsonBucket.arrayPollLastMulti(JsonCodec codec, String path) RedissonJsonBucket.arrayPollLastMultiAsync(JsonCodec codec, String path) <T> T<T> RFuture<T> RedissonJsonBucket.arrayPopAsync(JsonCodec codec, String path, long index) <T> List<T> RedissonJsonBucket.arrayPopMulti(JsonCodec codec, String path, long index) RedissonJsonBucket.arrayPopMultiAsync(JsonCodec codec, String path, long index) <T> T<T> T<T> RFuture<T> RedissonJsonBucket.getAndSetAsync(JsonCodec codec, String path, Object newValue) <T> RFuture<T> <V> RJsonBucket<V> Redisson.getJsonBucket(String name, JsonCodec codec) <V> RJsonBucketAsync<V> RedissonBatch.getJsonBucket(String name, JsonCodec codec) <V> RJsonBucketReactive<V> RedissonReactive.getJsonBucket(String name, JsonCodec codec) <V> RJsonBucketRx<V> RedissonRx.getJsonBucket(String name, JsonCodec codec) Redisson.getJsonBuckets(JsonCodec codec) RedissonReactive.getJsonBuckets(JsonCodec codec) RedissonRx.getJsonBuckets(JsonCodec codec) voidConstructors in org.redisson with parameters of type JsonCodecModifierConstructorDescriptionRedissonJsonBucket(JsonCodec codec, CommandAsyncExecutor connectionManager, String name) RedissonJsonBuckets(JsonCodec codec, CommandAsyncExecutor commandExecutor) -
Uses of JsonCodec in org.redisson.api
Methods in org.redisson.api with parameters of type JsonCodecModifier and TypeMethodDescription<T> TRJsonBucket.arrayPollFirst(JsonCodec codec, String path) Polls first element of array specified by JSONPath.<T> reactor.core.publisher.Mono<T> RJsonBucketReactive.arrayPollFirst(JsonCodec codec, String path) Polls first element of array specified by JSONPath.<T> io.reactivex.rxjava3.core.Maybe<T> RJsonBucketRx.arrayPollFirst(JsonCodec codec, String path) Polls first element of array specified by JSONPath.<T> TRJsonStore.arrayPollFirst(K key, JsonCodec codec, String path) Polls first element of array by specified key and JSONPath.<T> reactor.core.publisher.Mono<T> RJsonStoreReactive.arrayPollFirst(K key, JsonCodec codec, String path) Polls first element of array by specified key and JSONPath.<T> io.reactivex.rxjava3.core.Maybe<T> RJsonStoreRx.arrayPollFirst(K key, JsonCodec codec, String path) Polls first element of array by specified key and JSONPath.<T> RFuture<T> RJsonBucketAsync.arrayPollFirstAsync(JsonCodec codec, String path) Polls first element of array specified by JSONPath.<T> RFuture<T> RJsonStoreAsync.arrayPollFirstAsync(K key, JsonCodec codec, String path) Polls first element of array by specified key and JSONPath.<T> List<T> RJsonBucket.arrayPollFirstMulti(JsonCodec codec, String path) Polls first element of arrays specified by JSONPath.<T> reactor.core.publisher.Mono<List<T>> RJsonBucketReactive.arrayPollFirstMulti(JsonCodec codec, String path) Polls first element of arrays specified by JSONPath.<T> io.reactivex.rxjava3.core.Single<List<T>> RJsonBucketRx.arrayPollFirstMulti(JsonCodec codec, String path) Polls first element of arrays specified by JSONPath.<T> List<T> RJsonStore.arrayPollFirstMulti(K key, JsonCodec codec, String path) Polls first element of arrays by specified key and JSONPath.<T> reactor.core.publisher.Mono<List<T>> RJsonStoreReactive.arrayPollFirstMulti(K key, JsonCodec codec, String path) Polls first element of arrays by specified key and JSONPath.<T> io.reactivex.rxjava3.core.Single<List<T>> RJsonStoreRx.arrayPollFirstMulti(K key, JsonCodec codec, String path) Polls first element of arrays by specified key and JSONPath.RJsonBucketAsync.arrayPollFirstMultiAsync(JsonCodec codec, String path) Polls first element of arrays specified by JSONPath.RJsonStoreAsync.arrayPollFirstMultiAsync(K key, JsonCodec codec, String path) Polls first element of arrays by specified key and JSONPath.<T> TRJsonBucket.arrayPollLast(JsonCodec codec, String path) Polls last element of array specified by JSONPath.<T> reactor.core.publisher.Mono<T> RJsonBucketReactive.arrayPollLast(JsonCodec codec, String path) Polls last element of array specified by JSONPath.<T> io.reactivex.rxjava3.core.Maybe<T> RJsonBucketRx.arrayPollLast(JsonCodec codec, String path) Polls last element of array specified by JSONPath.<T> TRJsonStore.arrayPollLast(K key, JsonCodec codec, String path) Polls last element of array by specified key and JSONPath.<T> reactor.core.publisher.Mono<T> RJsonStoreReactive.arrayPollLast(K key, JsonCodec codec, String path) Polls last element of array by specified key and JSONPath.<T> io.reactivex.rxjava3.core.Maybe<T> RJsonStoreRx.arrayPollLast(K key, JsonCodec codec, String path) Polls last element of array by specified key and JSONPath.<T> RFuture<T> RJsonBucketAsync.arrayPollLastAsync(JsonCodec codec, String path) Polls last element of array specified by JSONPath.<T> RFuture<T> RJsonStoreAsync.arrayPollLastAsync(K key, JsonCodec codec, String path) Polls last element of array by specified key and JSONPath.<T> List<T> RJsonBucket.arrayPollLastMulti(JsonCodec codec, String path) Polls last element of arrays specified by JSONPath.<T> reactor.core.publisher.Mono<List<T>> RJsonBucketReactive.arrayPollLastMulti(JsonCodec codec, String path) Polls last element of arrays specified by JSONPath.<T> io.reactivex.rxjava3.core.Single<List<T>> RJsonBucketRx.arrayPollLastMulti(JsonCodec codec, String path) Polls last element of arrays specified by JSONPath.<T> List<T> RJsonStore.arrayPollLastMulti(K key, JsonCodec codec, String path) Polls last element of arrays by specified key and JSONPath.<T> reactor.core.publisher.Mono<List<T>> RJsonStoreReactive.arrayPollLastMulti(K key, JsonCodec codec, String path) Polls last element of arrays by specified key and JSONPath.<T> io.reactivex.rxjava3.core.Single<List<T>> RJsonStoreRx.arrayPollLastMulti(K key, JsonCodec codec, String path) Polls last element of arrays by specified key and JSONPath.RJsonBucketAsync.arrayPollLastMultiAsync(JsonCodec codec, String path) Polls last element of arrays specified by JSONPath.RJsonStoreAsync.arrayPollLastMultiAsync(K key, JsonCodec codec, String path) Polls last element of arrays by specified key and JSONPath.<T> TPops element located at index of array specified by JSONPath.<T> reactor.core.publisher.Mono<T> Pops element located at index of array specified by JSONPath.<T> io.reactivex.rxjava3.core.Maybe<T> Pops element located at index of array specified by JSONPath.<T> TPops element located at index of array by specified key and JSONPath.<T> reactor.core.publisher.Mono<T> RJsonStoreReactive.arrayPop(K key, JsonCodec codec, String path, reactor.core.publisher.Mono<Long> index) Pops element located at index of array by specified key and JSONPath.<T> io.reactivex.rxjava3.core.Maybe<T> RJsonStoreRx.arrayPop(K key, JsonCodec codec, String path, io.reactivex.rxjava3.core.Single<Long> index) Pops element located at index of array by specified key and JSONPath.<T> RFuture<T> RJsonBucketAsync.arrayPopAsync(JsonCodec codec, String path, long index) Pops element located at index of array specified by JSONPath.<T> RFuture<T> RJsonStoreAsync.arrayPopAsync(K key, JsonCodec codec, String path, long index) Pops element located at index of array by specified key and JSONPath.<T> List<T> RJsonBucket.arrayPopMulti(JsonCodec 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 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 codec, String path, io.reactivex.rxjava3.core.Single<Long> index) Pops elements located at index of arrays specified by JSONPath.<T> List<T> RJsonStore.arrayPopMulti(K key, JsonCodec codec, String path, long index) Pops elements located at index of arrays by specified key and JSONPath.<T> reactor.core.publisher.Mono<List<T>> RJsonStoreReactive.arrayPopMulti(K key, JsonCodec codec, String path, reactor.core.publisher.Mono<Long> index) Pops elements located at index of arrays by specified key and JSONPath.<T> io.reactivex.rxjava3.core.Single<List<T>> RJsonStoreRx.arrayPopMulti(K key, JsonCodec codec, String path, io.reactivex.rxjava3.core.Single<Long> index) Pops elements located at index of arrays by specified key and JSONPath.RJsonBucketAsync.arrayPopMultiAsync(JsonCodec codec, String path, long index) Pops elements located at index of arrays specified by JSONPath.RJsonStoreAsync.arrayPopMultiAsync(K key, JsonCodec codec, String path, long index) Pops elements located at index of arrays by specified key and 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 JSONPathReturns Redis json object mapped by key with specific pathReturns Redis json object mapped by key with specific pathReturns Redis json object mapped by key with specific path<T> TGets value by specified key and JSONPath<T> reactor.core.publisher.Mono<T> Gets value by specified key and JSONPath<T> io.reactivex.rxjava3.core.Maybe<T> Gets value by specified key and 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> TRetrieves current value stored by specified key and JSONPath then replaces it with new value.<T> reactor.core.publisher.Mono<T> Retrieves current value stored by specified key and JSONPath then replaces it with new value.<T> io.reactivex.rxjava3.core.Maybe<T> Retrieves current value stored by specified key and JSONPath then replaces it with new value.<T> RFuture<T> RJsonBucketAsync.getAndSetAsync(JsonCodec codec, String path, Object newValue) Retrieves current value of element specified by JSONPath and replaces it withnewValue.<T> RFuture<T> RJsonStoreAsync.getAndSetAsync(K key, JsonCodec codec, String path, Object newValue) Retrieves current value stored by specified key and JSONPath then replaces it with new value.<T> RFuture<T> Get Json object/objects by JSONPathReturns Redis json object mapped by key with specific path<T> RFuture<T> Gets value by specified key and JSONPath<V> RJsonBucketAsync<V> RBatch.getJsonBucket(String name, JsonCodec codec) Returns JSON data holder instance by name using provided codec.<V> RJsonBucketReactive<V> RBatchReactive.getJsonBucket(String name, JsonCodec codec) Returns JSON data holder instance by name using provided codec.<V> RJsonBucketRx<V> RBatchRx.getJsonBucket(String name, JsonCodec codec) Returns JSON data holder instance by name using provided codec.<V> RJsonBucket<V> RedissonClient.getJsonBucket(String name, JsonCodec codec) Returns JSON data holder instance by name using provided codec.<V> RJsonBucketReactive<V> RedissonReactiveClient.getJsonBucket(String name, JsonCodec codec) Returns JSON data holder instance by name using provided codec.<V> RJsonBucketRx<V> RedissonRxClient.getJsonBucket(String name, JsonCodec codec) Returns JSON data holder instance by name using provided codec.RedissonClient.getJsonBuckets(JsonCodec codec) Returns API for mass operations over JsonBucket objects using provided codec for JSON object with default path.RedissonReactiveClient.getJsonBuckets(JsonCodec codec) Returns API for mass operations over JsonBucket objects using provided codec for JSON object with default path.RedissonRxClient.getJsonBuckets(JsonCodec codec) Returns API for mass operations over JsonBucket objects using provided codec for JSON object with default path.voidSaves json objects with specific path mapped by Redis key.reactor.core.publisher.Mono<Void> Saves json objects with specific path mapped by Redis key.io.reactivex.rxjava3.core.CompletableSaves json objects with specific path mapped by Redis key.Saves json objects with specific path mapped by Redis key. -
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 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 codec)