Class BindingUtils


  • public class BindingUtils
    extends java.lang.Object
    • Method Detail

      • unQualify

        public static java.lang.Object unQualify​(QualifiedValue qv)
        Takes the value out of a QV and tries to turn it into something more usable. If the value in the QV is a map or list of more QVs, it will return a Document instead.
      • toDocumentElement

        public static DocumentElement toDocumentElement​(java.lang.Object obj)