Uses of Class
io.mateu.remote.domain.store.JourneyContainer
Packages that use JourneyContainer
Package
Description
-
Uses of JourneyContainer in io.mateu.remote.domain.modelToDtoMappers
Methods in io.mateu.remote.domain.modelToDtoMappers with parameters of type JourneyContainerModifier and TypeMethodDescriptionStepMapper.map(JourneyContainer journeyContainer, String stepId, String previousStepId, Object formInstance, org.springframework.http.server.reactive.ServerHttpRequest serverHttpRequest) ViewMapper.map(JourneyContainer journeyContainer, String stepId, Object uiInstance, Map<String, Object> data, List<Rule> rules, org.springframework.http.server.reactive.ServerHttpRequest serverHttpRequest) -
Uses of JourneyContainer in io.mateu.remote.domain.store
Methods in io.mateu.remote.domain.store that return types with arguments of type JourneyContainerModifier and TypeMethodDescriptionreactor.core.publisher.Flux<JourneyContainer>JourneyRepository.findAll()JourneyStoreService.findJourneyById(String journeyId) Methods in io.mateu.remote.domain.store with parameters of type JourneyContainerModifier and TypeMethodDescriptionvoidJourneyRepository.save(JourneyContainer journeyContainer) voidJourneyStoreService.save(JourneyContainer journeyContainer) -
Uses of JourneyContainer in io.mateu.remote.infra.memory
Methods in io.mateu.remote.infra.memory that return types with arguments of type JourneyContainerModifier and TypeMethodDescriptionreactor.core.publisher.Flux<JourneyContainer>MemoryJourneyRepository.findAll()Methods in io.mateu.remote.infra.memory with parameters of type JourneyContainerModifier and TypeMethodDescriptionvoidMemoryJourneyRepository.save(JourneyContainer journeyContainer)