Package io.resys.hdes.client.spi.git
Class GitSerializerImpl
java.lang.Object
io.resys.hdes.client.spi.git.GitSerializerImpl
- All Implemented Interfaces:
GitConfig.GitSerializer
public class GitSerializerImpl extends Object implements GitConfig.GitSerializer
-
Constructor Summary
Constructors Constructor Description GitSerializerImpl(com.fasterxml.jackson.databind.ObjectMapper objectMapper) -
Method Summary
Modifier and Type Method Description List<AstCommand>read(String commands)Stringwrite(List<AstCommand> commands)
-
Constructor Details
-
GitSerializerImpl
public GitSerializerImpl(com.fasterxml.jackson.databind.ObjectMapper objectMapper)
-
-
Method Details
-
read
- Specified by:
readin interfaceGitConfig.GitSerializer
-
write
- Specified by:
writein interfaceGitConfig.GitSerializer
-