public abstract class AbstractTemplateSynchronisationSource<T> extends java.lang.Object implements TemplateSynchronisationSource<T>
| Modifier and Type | Field and Description |
|---|---|
protected com.fasterxml.jackson.databind.ObjectMapper |
objectMapper |
| Modifier | Constructor and Description |
|---|---|
protected |
AbstractTemplateSynchronisationSource(java.lang.Class<T> configType) |
| Modifier and Type | Method and Description |
|---|---|
com.fasterxml.jackson.databind.JsonNode |
forStorage(T config)
Configuration for storage
|
T |
parseConfig(com.fasterxml.jackson.databind.JsonNode node)
Parses the configuration
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetBranchNames, getForm, getId, getName, isApplicableprotected AbstractTemplateSynchronisationSource(java.lang.Class<T> configType)
public T parseConfig(com.fasterxml.jackson.databind.JsonNode node)
TemplateSynchronisationSourceparseConfig in interface TemplateSynchronisationSource<T>public com.fasterxml.jackson.databind.JsonNode forStorage(T config)
TemplateSynchronisationSourceforStorage in interface TemplateSynchronisationSource<T>