Uses of Class
io.helidon.common.reactive.MappingProcessor
-
Packages that use MappingProcessor Package Description io.helidon.common.reactive Common reactive library for Helidon projects. -
-
Uses of MappingProcessor in io.helidon.common.reactive
Methods in io.helidon.common.reactive that return MappingProcessor Modifier and Type Method Description static <S,T>
MappingProcessor<S,T>MappingProcessor. create(Function<S,T> mappingFunction)Create a mapping processor for a mapping function.
-