Class TransformerConfiguration

    • Constructor Detail

      • TransformerConfiguration

        public TransformerConfiguration​(String className)
    • Method Detail

      • getClassName

        public String getClassName()
      • fromJSON

        public static TransformerConfiguration fromJSON​(String jsonString)
        This method returns a TransformerConfiguration created from the JSON-formatted input String. The input should contain these entries:

        • class-name - a string value,
        • properties - an object containing string key-value pairs.
        Parameters:
        jsonString - json string
        Returns:
        the TransformerConfiguration created from the JSON-formatted input String
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object