Package io.mateu.core.domain.queries
Class FiltersDeserializer
java.lang.Object
io.mateu.core.domain.queries.FiltersDeserializer
-
Constructor Summary
ConstructorsConstructorDescriptionFiltersDeserializer(String journeyId, String stepId, String listId, Map<String, Object> raw, org.springframework.http.server.reactive.ServerHttpRequest serverHttpRequest, ReflectionHelper reflectionHelper, Serializer serializer) -
Method Summary
Modifier and TypeMethodDescriptiondecodeAndParse(String raw) deserialize(JourneyStoreService store)
-
Constructor Details
-
FiltersDeserializer
public FiltersDeserializer(String journeyId, String stepId, String listId, Map<String, Object> raw, org.springframework.http.server.reactive.ServerHttpRequest serverHttpRequest, ReflectionHelper reflectionHelper, Serializer serializer)
-
-
Method Details
-
deserialize
- Throws:
Exception
-
decodeAndParse
- Throws:
IOException
-