Uses of Interface
io.smallrye.mutiny.converters.MultiConverter
-
Packages that use MultiConverter Package Description io.smallrye.mutiny.converters.multi io.smallrye.mutiny.groups -
-
Uses of MultiConverter in io.smallrye.mutiny.converters.multi
Classes in io.smallrye.mutiny.converters.multi that implement MultiConverter Modifier and Type Class Description classFromCompletionStage<T> -
Uses of MultiConverter in io.smallrye.mutiny.groups
Methods in io.smallrye.mutiny.groups with parameters of type MultiConverter Modifier and Type Method Description <I,T>
Multi<T>MultiCreate. converter(MultiConverter<I,T> converter, I instance)Creates a newUnifrom the passed instance with the passed converter.
-