Class XJDFSchemaWalker


  • public class XJDFSchemaWalker
    extends BaseElementWalker
    the old implementattion was obsolete this implementation extracts more data from the xml schema that can be injected into the json schema
    • Constructor Detail

      • XJDFSchemaWalker

        public XJDFSchemaWalker()
    • Method Detail

      • getLengthMap

        public java.util.Map<java.lang.String,​java.lang.Integer> getLengthMap()
      • getLength

        public int getLength​(java.lang.String path)
      • getMin

        public java.lang.Integer getMin​(java.lang.String path)
      • getMax

        public java.lang.Integer getMax​(java.lang.String path)