Uses of Class
tech.ydb.yoj.databind.ByteArray
Packages that use ByteArray
Package
Description
-
Uses of ByteArray in tech.ydb.yoj.databind
Methods in tech.ydb.yoj.databind that return ByteArrayModifier and TypeMethodDescriptionByteArray.copy()static ByteArrayByteArray.copy(byte[] array) static ByteArrayByteArray.wrap(byte[] array) Methods in tech.ydb.yoj.databind with parameters of type ByteArray -
Uses of ByteArray in tech.ydb.yoj.databind.expression
Methods in tech.ydb.yoj.databind.expression with parameters of type ByteArrayModifier and TypeMethodDescriptionstatic @NonNull FieldValueFieldValue.ofByteArray(@NonNull ByteArray byteArray) Deprecated, for removal: This API element is subject to removal in a future version.Constructs a new field value that is definitely a byte array value. -
Uses of ByteArray in tech.ydb.yoj.databind.expression.values
Methods in tech.ydb.yoj.databind.expression.values that return ByteArrayModifier and TypeMethodDescription@NonNull ByteArrayByteArrayFieldValue.byteArray()Returns the value of thebyteArrayrecord component.Constructors in tech.ydb.yoj.databind.expression.values with parameters of type ByteArrayModifierConstructorDescriptionByteArrayFieldValue(@NonNull ByteArray byteArray) Creates an instance of aByteArrayFieldValuerecord class.