Uses of Interface
io.activej.aggregation.util.JsonCodec
Packages that use JsonCodec
Package
Description
-
Uses of JsonCodec in io.activej.aggregation
Subinterfaces of JsonCodec in io.activej.aggregationClasses in io.activej.aggregation that implement JsonCodecMethods in io.activej.aggregation with parameters of type JsonCodecModifier and TypeMethodDescriptionstatic AggregationChunkCodecAggregationChunkCodec.create(ChunkIdCodec<?> chunkIdCodec, JsonCodec<PrimaryKey> primaryKeyCodec, Set<String> allowedMeasures) -
Uses of JsonCodec in io.activej.aggregation.fieldtype
Methods in io.activej.aggregation.fieldtype that return JsonCodecModifier and TypeMethodDescriptionFieldType.getCodec()@Nullable JsonCodec<?>FieldType.getInternalCodec()Constructors in io.activej.aggregation.fieldtype with parameters of type JsonCodec -
Uses of JsonCodec in io.activej.aggregation.ot
Classes in io.activej.aggregation.ot that implement JsonCodec -
Uses of JsonCodec in io.activej.aggregation.util
Methods in io.activej.aggregation.util that return JsonCodec