Package io.dialob.client.spi.composer
Class ReleaseDumpToStoreEntityVisitor
- java.lang.Object
-
- io.dialob.client.spi.composer.ReleaseDumpToStoreEntityVisitor
-
public class ReleaseDumpToStoreEntityVisitor extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classReleaseDumpToStoreEntityVisitor.ReleaseDumpToStoreEntityException
-
Constructor Summary
Constructors Constructor Description ReleaseDumpToStoreEntityVisitor(org.springframework.core.io.Resource text, com.fasterxml.jackson.databind.ObjectMapper om)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<DialobStore.StoreEntity>initForm(DialobDocument.FormReleaseValueDocument original)List<DialobStore.StoreEntity>initFormRev(DialobDocument.FormReleaseValueDocument original)voidvisit(Consumer<DialobStore.StoreEntity> consumer)
-
-
-
Method Detail
-
visit
public void visit(Consumer<DialobStore.StoreEntity> consumer)
-
initForm
public List<DialobStore.StoreEntity> initForm(DialobDocument.FormReleaseValueDocument original)
-
initFormRev
public List<DialobStore.StoreEntity> initFormRev(DialobDocument.FormReleaseValueDocument original)
-
-