Class JsonConverter
- java.lang.Object
-
- org.alfresco.transform.client.model.config.JsonConverter
-
public class JsonConverter extends Object
This class recreates the json format used in ACS 6.1 where we just had an array of transformers and each transformer has a list of transform options. The idea of this code is that it replaces the references with the actual transform options that have been separated out into their own section.The T-Router and T-Engines return the format with the transform option separated into their own section. Pipeline definitions used by the LocalTransformServiceRegistry may use transform reference options defined in the json returned by T-Engines. with the actual definitions from the transform options reference section. It also combines multiple json sources into a single jsonNode structure that can be parsed as before.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<Transformer>getTransformers()
-
-
-
Field Detail
-
NAME
public static final String NAME
- See Also:
- Constant Field Values
-
-
Method Detail
-
getTransformers
public List<Transformer> getTransformers() throws IOException
- Throws:
IOException
-
-