Uses of Class
io.datarouter.bytes.binarydto.fieldcodec.BinaryDtoBaseFieldCodec
-
Uses of BinaryDtoBaseFieldCodec in io.datarouter.bytes.binarydto.dto
Subclasses of BinaryDtoBaseFieldCodec in io.datarouter.bytes.binarydto.dto Modifier and Type Class Description static classBinaryDtoField.BinaryDtoInvalidCodecInternal class to represent the lack of a specified codec.Methods in io.datarouter.bytes.binarydto.dto that return types with arguments of type BinaryDtoBaseFieldCodec Modifier and Type Method Description Class<? extends BinaryDtoBaseFieldCodec<?>>codec() -
Uses of BinaryDtoBaseFieldCodec in io.datarouter.bytes.binarydto.fieldcodec
Subclasses of BinaryDtoBaseFieldCodec in io.datarouter.bytes.binarydto.fieldcodec Modifier and Type Class Description classBinaryDtoConvertingFieldCodec<R,T>Constructors in io.datarouter.bytes.binarydto.fieldcodec with parameters of type BinaryDtoBaseFieldCodec Constructor Description BinaryDtoConvertingFieldCodec(Codec<R,T> converter, BinaryDtoBaseFieldCodec<T> codec)BinaryDtoConvertingFieldCodec(Function<R,T> convertTo, Function<T,R> convertFrom, BinaryDtoBaseFieldCodec<T> codec) -
Uses of BinaryDtoBaseFieldCodec in io.datarouter.bytes.binarydto.fieldcodec.array
Subclasses of BinaryDtoBaseFieldCodec in io.datarouter.bytes.binarydto.fieldcodec.array Modifier and Type Class Description classBooleanArrayBinaryDtoFieldCodecclassByteArrayBinaryDtoFieldCodecclassCharArrayBinaryDtoFieldCodecclassDoubleArrayBinaryDtoFieldCodecclassFloatArrayBinaryDtoFieldCodecclassIntArrayBinaryDtoFieldCodecclassLongArrayBinaryDtoFieldCodecclassShortArrayBinaryDtoFieldCodec -
Uses of BinaryDtoBaseFieldCodec in io.datarouter.bytes.binarydto.fieldcodec.other
Subclasses of BinaryDtoBaseFieldCodec in io.datarouter.bytes.binarydto.fieldcodec.other Modifier and Type Class Description classEnumBinaryDtoFieldCodec<E extends Enum<E>>classListBinaryDtoFieldCodec<T>classNestedBinaryDtoFieldCodec<T extends BinaryDto<T>>classObjectArrayBinaryDtoFieldCodec<T>Constructors in io.datarouter.bytes.binarydto.fieldcodec.other with parameters of type BinaryDtoBaseFieldCodec Constructor Description ListBinaryDtoFieldCodec(BinaryDtoBaseFieldCodec<T> itemCodec, boolean isNullableItems)ObjectArrayBinaryDtoFieldCodec(Class<T> itemClass, BinaryDtoBaseFieldCodec<T> itemCodec, boolean isNullableItems) -
Uses of BinaryDtoBaseFieldCodec in io.datarouter.bytes.binarydto.fieldcodec.primitive
Subclasses of BinaryDtoBaseFieldCodec in io.datarouter.bytes.binarydto.fieldcodec.primitive Modifier and Type Class Description classBooleanBinaryDtoFieldCodecclassByteBinaryDtoFieldCodecclassCharBinaryDtoFieldCodecclassDoubleBinaryDtoFieldCodecclassFloatBinaryDtoFieldCodecclassIntBinaryDtoFieldCodecclassLongBinaryDtoFieldCodecclassShortBinaryDtoFieldCodecclassVarIntBinaryDtoFieldCodec -
Uses of BinaryDtoBaseFieldCodec in io.datarouter.bytes.binarydto.fieldcodec.string
Subclasses of BinaryDtoBaseFieldCodec in io.datarouter.bytes.binarydto.fieldcodec.string Modifier and Type Class Description classPrefixedUtf8BinaryDtoFieldCodecclassTerminatedUtf8BinaryDtoFieldCodec -
Uses of BinaryDtoBaseFieldCodec in io.datarouter.bytes.binarydto.fieldcodec.time
Subclasses of BinaryDtoBaseFieldCodec in io.datarouter.bytes.binarydto.fieldcodec.time Modifier and Type Class Description classInstantBinaryDtoFieldCodec -
Uses of BinaryDtoBaseFieldCodec in io.datarouter.bytes.binarydto.internal
Methods in io.datarouter.bytes.binarydto.internal that return BinaryDtoBaseFieldCodec Modifier and Type Method Description static BinaryDtoBaseFieldCodec<?>BinaryDtoFieldCodecs. getCodecForField(Field field)Methods in io.datarouter.bytes.binarydto.internal that return types with arguments of type BinaryDtoBaseFieldCodec Modifier and Type Method Description Optional<BinaryDtoBaseFieldCodec<?>>BinaryDtoFieldMetadataParser. optCodec()