Uses of Class
io.mateu.util.Serializer
Packages that use Serializer
Package
Description
-
Uses of Serializer in io.mateu.core.application
Methods in io.mateu.core.application with parameters of type Serializer -
Uses of Serializer in io.mateu.core.domain.model.editors
Constructors in io.mateu.core.domain.model.editors with parameters of type SerializerModifierConstructorDescriptionEntityEditor(Object entity, int __index, int __count, ReflectionHelper reflectionHelper, Serializer serializer) FieldEditor(Object entity, String fieldId, String initialStep, Serializer serializer) MethodParametersEditor(Object entity, String methodId, String initialStep, Serializer serializer) ObjectEditor(Object entity, int __index, int __count, Serializer serializer) -
Uses of Serializer in io.mateu.core.domain.queries
Constructors in io.mateu.core.domain.queries with parameters of type SerializerModifierConstructorDescriptionFiltersDeserializer(String journeyId, String stepId, String listId, Map<String, Object> raw, org.springframework.http.server.reactive.ServerHttpRequest serverHttpRequest, ReflectionHelper reflectionHelper, Serializer serializer) -
Uses of Serializer in io.mateu.mdd.core.interfaces
Methods in io.mateu.mdd.core.interfaces with parameters of type Serializer