Uses of Interface
tech.ydb.yoj.repository.db.common.CommonConverters.ThrowingSetter
Packages that use CommonConverters.ThrowingSetter
-
Uses of CommonConverters.ThrowingSetter in tech.ydb.yoj.repository.db.common
Methods in tech.ydb.yoj.repository.db.common that return CommonConverters.ThrowingSetterModifier and TypeMethodDescriptionstatic <D> CommonConverters.ThrowingSetter<D>CommonConverters.enumToStringValueSetter(Type type, BiConsumer<D, Object> rawValueSetter) static <D> CommonConverters.ThrowingSetter<D>CommonConverters.enumValueSetter(Type type, BiConsumer<D, Object> rawValueSetter) static <D> CommonConverters.ThrowingSetter<D>CommonConverters.opaqueObjectValueSetter(Type type, BiConsumer<D, Object> rawValueSetter) static <D> CommonConverters.ThrowingSetter<D>CommonConverters.uuidValueSetter(BiConsumer<D, Object> rawValueSetter)