Index
All Classes|All Packages
B
- BinaryStructuredInput - Class in io.activej.codec.binary
- BinaryStructuredInput(ByteBuf) - Constructor for class io.activej.codec.binary.BinaryStructuredInput
- BinaryStructuredOutput - Class in io.activej.codec.binary
- BinaryStructuredOutput() - Constructor for class io.activej.codec.binary.BinaryStructuredOutput
- BinaryUtils - Class in io.activej.codec.binary
- BinaryUtils() - Constructor for class io.activej.codec.binary.BinaryUtils
- BOOLEAN - io.activej.codec.StructuredInput.Token
- BOOLEAN_CODEC - Static variable in class io.activej.codec.StructuredCodecs
- BYTE - io.activej.codec.StructuredInput.Token
- BYTE_CODEC - Static variable in class io.activej.codec.StructuredCodecs
- BYTES - io.activej.codec.StructuredInput.Token
- BYTES_CODEC - Static variable in class io.activej.codec.StructuredCodecs
C
- CHARACTER_CODEC - Static variable in class io.activej.codec.StructuredCodecs
- CLASS_CODEC - Static variable in class io.activej.codec.StructuredCodecs
- CodecFactory - Interface in io.activej.codec.registry
-
This is an interface for something that can create or retrieve a codec for a given type.
- CodecRegistry - Class in io.activej.codec.registry
-
A registry which stores codecs by their type and allows dynamic dispatch of them.
- CodecSubtype<T> - Class in io.activej.codec
-
This is a
codecthat stores subtypes of T with different codecs as a tagged union with string tags. - concat(StructuredCodec<? extends T>...) - Static method in class io.activej.codec.StructuredCodecs
- concat(List<StructuredCodec<? extends T>>) - Static method in class io.activej.codec.StructuredCodecs
-
Combinator codec that writes/reads a heterogeneous list using codecs from given list without list boundaries
- create() - Static method in class io.activej.codec.CodecSubtype
- create() - Static method in class io.activej.codec.registry.CodecRegistry
-
Creates a new completely empty registry.
- createDefault() - Static method in class io.activej.codec.registry.CodecRegistry
-
Creates a registry with a set of default codecs - primitives, some Java types, collections, ActiveJ tuples.
D
- decode(StructuredDecoder<T>, byte[]) - Static method in class io.activej.codec.binary.BinaryUtils
- decode(StructuredDecoder<T>, ByteBuf) - Static method in class io.activej.codec.binary.BinaryUtils
- decode(StructuredInput) - Method in class io.activej.codec.CodecSubtype
- decode(StructuredInput) - Method in interface io.activej.codec.StructuredDecoder
- DOUBLE - io.activej.codec.StructuredInput.Token
- DOUBLE_CODEC - Static variable in class io.activej.codec.StructuredCodecs
E
- encode(StructuredEncoder<T>, T) - Static method in class io.activej.codec.binary.BinaryUtils
- encode(StructuredOutput, T) - Method in class io.activej.codec.CodecSubtype
- encode(StructuredOutput, T) - Method in interface io.activej.codec.StructuredEncoder
- encodeAsArray(StructuredEncoder<T>, T) - Static method in class io.activej.codec.binary.BinaryUtils
- encodeInto(StructuredEncoder<T>, T, ByteBuf) - Static method in class io.activej.codec.binary.BinaryUtils
- encodeWithSizePrefix(StructuredEncoder<T>, T) - Static method in class io.activej.codec.binary.BinaryUtils
F
- FLOAT - io.activej.codec.StructuredInput.Token
- FLOAT_CODEC - Static variable in class io.activej.codec.StructuredCodecs
- fromJson(StructuredDecoder<T>, String) - Static method in class io.activej.codec.json.JsonUtils
G
- get(TypeT<T>) - Method in interface io.activej.codec.registry.CodecFactory
- get(Class<T>) - Method in interface io.activej.codec.registry.CodecFactory
- get(Type) - Method in interface io.activej.codec.registry.CodecFactory
- get(Type) - Method in class io.activej.codec.registry.CodecRegistry
- getBuf() - Method in class io.activej.codec.binary.BinaryStructuredOutput
- getIndentEx() - Method in class io.activej.codec.json.JsonUtils.JsonWriterEx
- getNext() - Method in class io.activej.codec.binary.BinaryStructuredInput
- getNext() - Method in class io.activej.codec.json.JsonStructuredInput
- getNext() - Method in interface io.activej.codec.StructuredInput
H
- hasNext() - Method in class io.activej.codec.binary.BinaryStructuredInput
- hasNext() - Method in class io.activej.codec.json.JsonStructuredInput
- hasNext() - Method in interface io.activej.codec.StructuredInput
I
- indent(StructuredCodec<T>, String) - Static method in class io.activej.codec.json.JsonUtils
- INT - io.activej.codec.StructuredInput.Token
- INT_CODEC - Static variable in class io.activej.codec.StructuredCodecs
- INT32_CODEC - Static variable in class io.activej.codec.StructuredCodecs
- io.activej.codec - package io.activej.codec
- io.activej.codec.binary - package io.activej.codec.binary
- io.activej.codec.json - package io.activej.codec.json
- io.activej.codec.registry - package io.activej.codec.registry
J
- JsonStructuredInput - Class in io.activej.codec.json
- JsonStructuredInput(JsonReader) - Constructor for class io.activej.codec.json.JsonStructuredInput
-
Constructs a new
JsonStructuredInputPassedJsonReadershould not perform any blocking I/O operations - JsonStructuredOutput - Class in io.activej.codec.json
- JsonStructuredOutput(JsonWriter) - Constructor for class io.activej.codec.json.JsonStructuredOutput
-
Constructs a new
JsonStructuredOutputPassedJsonWritershould not perform any blocking I/O operations - JsonUtils - Class in io.activej.codec.json
- JsonUtils() - Constructor for class io.activej.codec.json.JsonUtils
- JsonUtils.JsonWriterEx - Class in io.activej.codec.json
- JsonWriterEx(Writer) - Constructor for class io.activej.codec.json.JsonUtils.JsonWriterEx
L
- LIST - io.activej.codec.StructuredInput.Token
- LONG - io.activej.codec.StructuredInput.Token
- LONG_CODEC - Static variable in class io.activej.codec.StructuredCodecs
- LONG64_CODEC - Static variable in class io.activej.codec.StructuredCodecs
M
- MAP - io.activej.codec.StructuredInput.Token
N
- NULL - io.activej.codec.StructuredInput.Token
- nullable() - Method in interface io.activej.codec.StructuredCodec
O
- object(TupleDecoder0<R>) - Static method in class io.activej.codec.StructuredCodecs
-
A DSL to call
StructuredCodecs.ofObjectMap(Map)with fixed number of key-value pairs and map it to some result type R. - object(TupleDecoder1<T1, R>, String, Function<R, T1>, StructuredCodec<T1>) - Static method in class io.activej.codec.StructuredCodecs
-
A DSL to call
StructuredCodecs.ofObjectMap(Map)with fixed number of key-value pairs and map it to some result type R. - object(TupleDecoder2<T1, T2, R>, String, Function<R, T1>, StructuredCodec<T1>, String, Function<R, T2>, StructuredCodec<T2>) - Static method in class io.activej.codec.StructuredCodecs
-
A DSL to call
StructuredCodecs.ofObjectMap(Map)with fixed number of key-value pairs and map it to some result type R. - object(TupleDecoder3<T1, T2, T3, R>, String, Function<R, T1>, StructuredCodec<T1>, String, Function<R, T2>, StructuredCodec<T2>, String, Function<R, T3>, StructuredCodec<T3>) - Static method in class io.activej.codec.StructuredCodecs
-
A DSL to call
StructuredCodecs.ofObjectMap(Map)with fixed number of key-value pairs and map it to some result type R. - object(TupleDecoder4<T1, T2, T3, T4, R>, String, Function<R, T1>, StructuredCodec<T1>, String, Function<R, T2>, StructuredCodec<T2>, String, Function<R, T3>, StructuredCodec<T3>, String, Function<R, T4>, StructuredCodec<T4>) - Static method in class io.activej.codec.StructuredCodecs
-
A DSL to call
StructuredCodecs.ofObjectMap(Map)with fixed number of key-value pairs and map it to some result type R. - object(TupleDecoder5<T1, T2, T3, T4, T5, R>, String, Function<R, T1>, StructuredCodec<T1>, String, Function<R, T2>, StructuredCodec<T2>, String, Function<R, T3>, StructuredCodec<T3>, String, Function<R, T4>, StructuredCodec<T4>, String, Function<R, T5>, StructuredCodec<T5>) - Static method in class io.activej.codec.StructuredCodecs
-
A DSL to call
StructuredCodecs.ofObjectMap(Map)with fixed number of key-value pairs and map it to some result type R. - object(TupleDecoder6<T1, T2, T3, T4, T5, T6, R>, String, Function<R, T1>, StructuredCodec<T1>, String, Function<R, T2>, StructuredCodec<T2>, String, Function<R, T3>, StructuredCodec<T3>, String, Function<R, T4>, StructuredCodec<T4>, String, Function<R, T5>, StructuredCodec<T5>, String, Function<R, T6>, StructuredCodec<T6>) - Static method in class io.activej.codec.StructuredCodecs
-
A DSL to call
StructuredCodecs.ofObjectMap(Map)with fixed number of key-value pairs and map it to some result type R. - OBJECT - io.activej.codec.StructuredInput.Token
- of(StructuredDecoder<T>, StructuredEncoder<T>) - Static method in interface io.activej.codec.StructuredCodec
- ofClass() - Static method in class io.activej.codec.StructuredCodecs
- ofEnum(Class<E>) - Static method in class io.activej.codec.StructuredCodecs
- ofList() - Method in interface io.activej.codec.StructuredCodec
- ofList(StructuredCodec<T>) - Static method in class io.activej.codec.StructuredCodecs
-
Combinator codec that writes/reads a list of T with given codec for T
- ofList(StructuredEncoder<T>) - Static method in interface io.activej.codec.StructuredEncoder
- ofMap(StructuredCodec<K>, StructuredCodec<V>) - Static method in class io.activej.codec.StructuredCodecs
-
Combinator codec that writes/reads a map with keys of type K and values of type V with given codecs for K and V
- ofNullable(StructuredCodec<T>) - Static method in class io.activej.codec.StructuredCodecs
- ofObject() - Static method in interface io.activej.codec.StructuredEncoder
- ofObject(StructuredDecoder<T>) - Static method in interface io.activej.codec.StructuredDecoder
- ofObject(StructuredDecoder<T>, StructuredEncoder<T>) - Static method in interface io.activej.codec.StructuredCodec
- ofObject(StructuredEncoder<T>) - Static method in interface io.activej.codec.StructuredEncoder
- ofObject(Supplier<T>) - Static method in interface io.activej.codec.StructuredCodec
- ofObject(Supplier<T>) - Static method in interface io.activej.codec.StructuredDecoder
- ofObjectMap(Map<String, StructuredCodec<? extends T>>) - Static method in class io.activej.codec.StructuredCodecs
-
Combinator codec that writes/reads a heterogeneous map with string keys and values using codecs from given map
- ofOptional(StructuredCodec<T>) - Static method in class io.activej.codec.StructuredCodecs
-
Combinator codec that writes/reads Optional<T> as nullable T with given codec for T
- ofSet(StructuredCodec<T>) - Static method in class io.activej.codec.StructuredCodecs
-
Combinator codec that writes/reads a set of T with given codec for T
- ofTuple(StructuredDecoder<T>) - Static method in interface io.activej.codec.StructuredDecoder
- ofTuple(StructuredDecoder<T>, StructuredEncoder<T>) - Static method in interface io.activej.codec.StructuredCodec
- ofTuple(StructuredEncoder<T>) - Static method in interface io.activej.codec.StructuredEncoder
- ofTupleArray(StructuredCodec<?>...) - Static method in class io.activej.codec.StructuredCodecs
-
Combinator codec that writes/reads a heterogeneous fixed-size array ob objects with given codecs
- ofTupleArray(List<StructuredCodec<?>>) - Static method in class io.activej.codec.StructuredCodecs
- ofTupleList(StructuredCodec<? extends T>...) - Static method in class io.activej.codec.StructuredCodecs
- ofTupleList(List<StructuredCodec<? extends T>>) - Static method in class io.activej.codec.StructuredCodecs
- oneline(StructuredCodec<T>) - Static method in class io.activej.codec.json.JsonUtils
R
- readBoolean() - Method in class io.activej.codec.binary.BinaryStructuredInput
- readBoolean() - Method in class io.activej.codec.json.JsonStructuredInput
- readBoolean() - Method in interface io.activej.codec.StructuredInput
- readByte() - Method in class io.activej.codec.binary.BinaryStructuredInput
- readByte() - Method in class io.activej.codec.json.JsonStructuredInput
- readByte() - Method in interface io.activej.codec.StructuredInput
- readBytes() - Method in class io.activej.codec.binary.BinaryStructuredInput
- readBytes() - Method in class io.activej.codec.json.JsonStructuredInput
- readBytes() - Method in interface io.activej.codec.StructuredInput
- readCustom(Type) - Method in class io.activej.codec.binary.BinaryStructuredInput
- readCustom(Type) - Method in class io.activej.codec.json.JsonStructuredInput
- readCustom(Type) - Method in interface io.activej.codec.StructuredInput
- readDouble() - Method in class io.activej.codec.binary.BinaryStructuredInput
- readDouble() - Method in class io.activej.codec.json.JsonStructuredInput
- readDouble() - Method in interface io.activej.codec.StructuredInput
- readFloat() - Method in class io.activej.codec.binary.BinaryStructuredInput
- readFloat() - Method in class io.activej.codec.json.JsonStructuredInput
- readFloat() - Method in interface io.activej.codec.StructuredInput
- readInt() - Method in class io.activej.codec.binary.BinaryStructuredInput
- readInt() - Method in class io.activej.codec.json.JsonStructuredInput
- readInt() - Method in interface io.activej.codec.StructuredInput
- readInt32() - Method in class io.activej.codec.binary.BinaryStructuredInput
- readInt32() - Method in class io.activej.codec.json.JsonStructuredInput
- readInt32() - Method in interface io.activej.codec.StructuredInput
- readKey() - Method in class io.activej.codec.binary.BinaryStructuredInput
- readKey() - Method in class io.activej.codec.json.JsonStructuredInput
- readKey() - Method in interface io.activej.codec.StructuredInput
- readKey(String) - Method in interface io.activej.codec.StructuredInput
- readKey(String, StructuredDecoder<T>) - Method in interface io.activej.codec.StructuredInput
- readList(StructuredDecoder<T>) - Method in class io.activej.codec.binary.BinaryStructuredInput
- readList(StructuredDecoder<T>) - Method in class io.activej.codec.json.JsonStructuredInput
- readList(StructuredDecoder<T>) - Method in interface io.activej.codec.StructuredInput
- readLong() - Method in class io.activej.codec.binary.BinaryStructuredInput
- readLong() - Method in class io.activej.codec.json.JsonStructuredInput
- readLong() - Method in interface io.activej.codec.StructuredInput
- readLong64() - Method in class io.activej.codec.binary.BinaryStructuredInput
- readLong64() - Method in class io.activej.codec.json.JsonStructuredInput
- readLong64() - Method in interface io.activej.codec.StructuredInput
- readMap(StructuredDecoder<K>, StructuredDecoder<V>) - Method in class io.activej.codec.binary.BinaryStructuredInput
- readMap(StructuredDecoder<K>, StructuredDecoder<V>) - Method in class io.activej.codec.json.JsonStructuredInput
- readMap(StructuredDecoder<K>, StructuredDecoder<V>) - Method in interface io.activej.codec.StructuredInput
- readNull() - Method in class io.activej.codec.binary.BinaryStructuredInput
- readNull() - Method in class io.activej.codec.json.JsonStructuredInput
- readNull() - Method in interface io.activej.codec.StructuredInput
- readNullable(StructuredDecoder<T>) - Method in class io.activej.codec.binary.BinaryStructuredInput
- readNullable(StructuredDecoder<T>) - Method in class io.activej.codec.json.JsonStructuredInput
- readNullable(StructuredDecoder<T>) - Method in interface io.activej.codec.StructuredInput
- readObject(StructuredDecoder<T>) - Method in class io.activej.codec.binary.BinaryStructuredInput
- readObject(StructuredDecoder<T>) - Method in class io.activej.codec.json.JsonStructuredInput
- readObject(StructuredDecoder<T>) - Method in interface io.activej.codec.StructuredInput
- readObject(StructuredInput.DecoderRunnable) - Method in interface io.activej.codec.StructuredInput
- readString() - Method in class io.activej.codec.binary.BinaryStructuredInput
- readString() - Method in class io.activej.codec.json.JsonStructuredInput
- readString() - Method in interface io.activej.codec.StructuredInput
- readTuple(StructuredDecoder<T>) - Method in class io.activej.codec.binary.BinaryStructuredInput
- readTuple(StructuredDecoder<T>) - Method in class io.activej.codec.json.JsonStructuredInput
- readTuple(StructuredDecoder<T>) - Method in interface io.activej.codec.StructuredInput
- readTuple(StructuredInput.DecoderRunnable) - Method in interface io.activej.codec.StructuredInput
- run() - Method in interface io.activej.codec.StructuredInput.DecoderRunnable
S
- setIndentEx(String) - Method in class io.activej.codec.json.JsonUtils.JsonWriterEx
- SHORT_CODEC - Static variable in class io.activej.codec.StructuredCodecs
- STRING - io.activej.codec.StructuredInput.Token
- STRING_CODEC - Static variable in class io.activej.codec.StructuredCodecs
- StructuredCodec<T> - Interface in io.activej.codec
-
A structured codec is an object that describes how some type T can be written into
StructuredOutputor read fromStructuredInput. - StructuredCodecs - Class in io.activej.codec
-
This class contains various primitive
StructuredCodecsand their combinators. - StructuredCodecs() - Constructor for class io.activej.codec.StructuredCodecs
- StructuredDecoder<T> - Interface in io.activej.codec
-
Encorer can read an object of type T from a
StructuredInput. - StructuredEncoder<T> - Interface in io.activej.codec
-
Encorer can write an object of type T into a
StructuredOutput. - StructuredInput - Interface in io.activej.codec
-
This is an abstraction that allows you to read data in uniform way from different sources with different implementations of this interface
- StructuredInput.DecoderRunnable - Interface in io.activej.codec
- StructuredInput.Token - Enum in io.activej.codec
- StructuredOutput - Interface in io.activej.codec
-
This is an abstraction that allows you to write data in uniform way in different forms with different implementations of this interface
T
- toJson(StructuredEncoder<? super T>, T) - Static method in class io.activej.codec.json.JsonUtils
- toJson(StructuredEncoder<? super T>, T, Appendable) - Static method in class io.activej.codec.json.JsonUtils
-
Encodes a given value as a JSON using
StructuredEncoderand appends the result to theAppendable. - toJsonBuf(StructuredEncoder<? super T>, T) - Static method in class io.activej.codec.json.JsonUtils
- transform(StructuredCodec<T>, DecoderFunction<T, R>, Function<R, T>) - Static method in class io.activej.codec.StructuredCodecs
- transform(DecoderFunction<T, R>, Function<R, T>) - Method in interface io.activej.codec.StructuredCodec
- tuple(TupleDecoder0<R>) - Static method in class io.activej.codec.StructuredCodecs
-
A DSL to call
StructuredCodecs.ofTupleList(List)with fixed number of arguments and map it to some result type R - tuple(TupleDecoder1<T1, R>, Function<R, T1>, StructuredCodec<T1>) - Static method in class io.activej.codec.StructuredCodecs
-
A DSL to call
StructuredCodecs.ofTupleList(List)with fixed number of arguments and map it to some result type R - tuple(TupleDecoder2<T1, T2, R>, Function<R, T1>, StructuredCodec<T1>, Function<R, T2>, StructuredCodec<T2>) - Static method in class io.activej.codec.StructuredCodecs
-
A DSL to call
StructuredCodecs.ofTupleList(List)with fixed number of arguments and map it to some result type R - tuple(TupleDecoder3<T1, T2, T3, R>, Function<R, T1>, StructuredCodec<T1>, Function<R, T2>, StructuredCodec<T2>, Function<R, T3>, StructuredCodec<T3>) - Static method in class io.activej.codec.StructuredCodecs
-
A DSL to call
StructuredCodecs.ofTupleList(List)with fixed number of arguments and map it to some result type R - tuple(TupleDecoder4<T1, T2, T3, T4, R>, Function<R, T1>, StructuredCodec<T1>, Function<R, T2>, StructuredCodec<T2>, Function<R, T3>, StructuredCodec<T3>, Function<R, T4>, StructuredCodec<T4>) - Static method in class io.activej.codec.StructuredCodecs
-
A DSL to call
StructuredCodecs.ofTupleList(List)with fixed number of arguments and map it to some result type R - tuple(TupleDecoder5<T1, T2, T3, T4, T5, R>, Function<R, T1>, StructuredCodec<T1>, Function<R, T2>, StructuredCodec<T2>, Function<R, T3>, StructuredCodec<T3>, Function<R, T4>, StructuredCodec<T4>, Function<R, T5>, StructuredCodec<T5>) - Static method in class io.activej.codec.StructuredCodecs
-
A DSL to call
StructuredCodecs.ofTupleList(List)with fixed number of arguments and map it to some result type R - tuple(TupleDecoder6<T1, T2, T3, T4, T5, T6, R>, Function<R, T1>, StructuredCodec<T1>, Function<R, T2>, StructuredCodec<T2>, Function<R, T3>, StructuredCodec<T3>, Function<R, T4>, StructuredCodec<T4>, Function<R, T5>, StructuredCodec<T5>, Function<R, T6>, StructuredCodec<T6>) - Static method in class io.activej.codec.StructuredCodecs
-
A DSL to call
StructuredCodecs.ofTupleList(List)with fixed number of arguments and map it to some result type R - TUPLE - io.activej.codec.StructuredInput.Token
V
- valueOf(String) - Static method in enum io.activej.codec.StructuredInput.Token
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum io.activej.codec.StructuredInput.Token
-
Returns an array containing the constants of this enum type, in the order they are declared.
- VOID_CODEC - Static variable in class io.activej.codec.StructuredCodecs
W
- with(Class<T>, StructuredCodec<T>) - Method in class io.activej.codec.registry.CodecRegistry
- with(Class<T>, Function<CodecFactory, StructuredCodec<T>>) - Method in class io.activej.codec.registry.CodecRegistry
- with(Type, StructuredCodec<? extends T>) - Method in class io.activej.codec.CodecSubtype
-
Add a subtype along with its codec and string tag which is extracted from the class name
- with(Type, String, StructuredCodec<? extends T>) - Method in class io.activej.codec.CodecSubtype
-
Add a subtype along with its codec and custom string tag
- withGeneric(Class<T>, BiFunction<CodecFactory, StructuredCodec<Object>[], StructuredCodec<? extends T>>) - Method in class io.activej.codec.registry.CodecRegistry
- withSubtypesOf(Class<T>) - Method in class io.activej.codec.registry.CodecRegistry
- withSubtypesOf(Class<T>, Function<Class<? extends T>, String>) - Method in class io.activej.codec.registry.CodecRegistry
- withTagName(String) - Method in class io.activej.codec.CodecSubtype
- withTagName(String, String) - Method in class io.activej.codec.CodecSubtype
- writeBoolean(boolean) - Method in class io.activej.codec.binary.BinaryStructuredOutput
- writeBoolean(boolean) - Method in class io.activej.codec.json.JsonStructuredOutput
- writeBoolean(boolean) - Method in interface io.activej.codec.StructuredOutput
- writeByte(byte) - Method in class io.activej.codec.binary.BinaryStructuredOutput
- writeByte(byte) - Method in class io.activej.codec.json.JsonStructuredOutput
- writeByte(byte) - Method in interface io.activej.codec.StructuredOutput
- writeBytes(byte[]) - Method in class io.activej.codec.json.JsonStructuredOutput
- writeBytes(byte[]) - Method in interface io.activej.codec.StructuredOutput
- writeBytes(byte[], int, int) - Method in class io.activej.codec.binary.BinaryStructuredOutput
- writeBytes(byte[], int, int) - Method in class io.activej.codec.json.JsonStructuredOutput
- writeBytes(byte[], int, int) - Method in interface io.activej.codec.StructuredOutput
- writeCustom(Type, T) - Method in class io.activej.codec.binary.BinaryStructuredOutput
- writeCustom(Type, T) - Method in class io.activej.codec.json.JsonStructuredOutput
- writeCustom(Type, T) - Method in interface io.activej.codec.StructuredOutput
- writeDouble(double) - Method in class io.activej.codec.binary.BinaryStructuredOutput
- writeDouble(double) - Method in class io.activej.codec.json.JsonStructuredOutput
- writeDouble(double) - Method in interface io.activej.codec.StructuredOutput
- writeFloat(float) - Method in class io.activej.codec.binary.BinaryStructuredOutput
- writeFloat(float) - Method in class io.activej.codec.json.JsonStructuredOutput
- writeFloat(float) - Method in interface io.activej.codec.StructuredOutput
- writeInt(int) - Method in class io.activej.codec.binary.BinaryStructuredOutput
- writeInt(int) - Method in class io.activej.codec.json.JsonStructuredOutput
- writeInt(int) - Method in interface io.activej.codec.StructuredOutput
- writeInt32(int) - Method in class io.activej.codec.binary.BinaryStructuredOutput
- writeInt32(int) - Method in class io.activej.codec.json.JsonStructuredOutput
- writeInt32(int) - Method in interface io.activej.codec.StructuredOutput
- writeKey(String) - Method in class io.activej.codec.binary.BinaryStructuredOutput
- writeKey(String) - Method in class io.activej.codec.json.JsonStructuredOutput
- writeKey(String) - Method in interface io.activej.codec.StructuredOutput
- writeKey(String, StructuredEncoder<? super T>, T) - Method in interface io.activej.codec.StructuredOutput
- writeList(StructuredEncoder<T>, List<T>) - Method in class io.activej.codec.binary.BinaryStructuredOutput
- writeList(StructuredEncoder<T>, List<T>) - Method in class io.activej.codec.json.JsonStructuredOutput
- writeList(StructuredEncoder<T>, List<T>) - Method in interface io.activej.codec.StructuredOutput
- writeLong(long) - Method in class io.activej.codec.binary.BinaryStructuredOutput
- writeLong(long) - Method in class io.activej.codec.json.JsonStructuredOutput
- writeLong(long) - Method in interface io.activej.codec.StructuredOutput
- writeLong64(long) - Method in class io.activej.codec.binary.BinaryStructuredOutput
- writeLong64(long) - Method in class io.activej.codec.json.JsonStructuredOutput
- writeLong64(long) - Method in interface io.activej.codec.StructuredOutput
- writeMap(StructuredEncoder<K>, StructuredEncoder<V>, Map<K, V>) - Method in class io.activej.codec.binary.BinaryStructuredOutput
- writeMap(StructuredEncoder<K>, StructuredEncoder<V>, Map<K, V>) - Method in class io.activej.codec.json.JsonStructuredOutput
- writeMap(StructuredEncoder<K>, StructuredEncoder<V>, Map<K, V>) - Method in interface io.activej.codec.StructuredOutput
- writeNull() - Method in class io.activej.codec.binary.BinaryStructuredOutput
- writeNull() - Method in class io.activej.codec.json.JsonStructuredOutput
- writeNull() - Method in interface io.activej.codec.StructuredOutput
- writeNullable(StructuredEncoder<T>, T) - Method in class io.activej.codec.binary.BinaryStructuredOutput
- writeNullable(StructuredEncoder<T>, T) - Method in class io.activej.codec.json.JsonStructuredOutput
- writeNullable(StructuredEncoder<T>, T) - Method in interface io.activej.codec.StructuredOutput
- writeObject(StructuredEncoder<T>, T) - Method in class io.activej.codec.binary.BinaryStructuredOutput
- writeObject(StructuredEncoder<T>, T) - Method in class io.activej.codec.json.JsonStructuredOutput
- writeObject(StructuredEncoder<T>, T) - Method in interface io.activej.codec.StructuredOutput
- writeObject(Runnable) - Method in interface io.activej.codec.StructuredOutput
- writeString(String) - Method in class io.activej.codec.binary.BinaryStructuredOutput
- writeString(String) - Method in class io.activej.codec.json.JsonStructuredOutput
- writeString(String) - Method in interface io.activej.codec.StructuredOutput
- writeTuple(StructuredEncoder<T>, T) - Method in class io.activej.codec.binary.BinaryStructuredOutput
- writeTuple(StructuredEncoder<T>, T) - Method in class io.activej.codec.json.JsonStructuredOutput
- writeTuple(StructuredEncoder<T>, T) - Method in interface io.activej.codec.StructuredOutput
- writeTuple(Runnable) - Method in interface io.activej.codec.StructuredOutput
All Classes|All Packages