Uses of Class
tech.ydb.yoj.databind.ByteArray
Packages that use ByteArray
-
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)