Uses of Interface
tech.ydb.yoj.repository.db.common.CommonConverters.ThrowingGetter
Packages that use CommonConverters.ThrowingGetter
-
Uses of CommonConverters.ThrowingGetter in tech.ydb.yoj.repository.db.common
Methods in tech.ydb.yoj.repository.db.common that return CommonConverters.ThrowingGetterModifier and TypeMethodDescriptionstatic <S> CommonConverters.ThrowingGetter<S>CommonConverters.enumToStringValueGetter(Type type, Function<S, Object> rawValueGetter) static <S> CommonConverters.ThrowingGetter<S>CommonConverters.enumValueGetter(Type type, Function<S, Object> rawValueGetter) static <S> CommonConverters.ThrowingGetter<S>CommonConverters.opaqueObjectValueGetter(Type type, Function<S, Object> rawValueGetter) static <S> CommonConverters.ThrowingGetter<S>CommonConverters.stringValueGetter(Type type, Function<S, Object> rawValueGetter)