Class XJConstants


  • public final class XJConstants
    extends Object
    • Field Detail

      • TYPE_HINT_NAME

        public static final String TYPE_HINT_NAME
        Name typehint. Used to instruct xj to write a field with that name when converting to json. On the otherhand when converting to xml xj writes the json field name in that attribute.
        See Also:
        Constant Field Values
      • TYPE_HINT_TYPE

        public static final String TYPE_HINT_TYPE
        JSON-Type hint. Used to instruct xj of which type the output is when converting to json. Otherwise when converting to xml the attribute holds the type that was in the original json document.
        See Also:
        Constant Field Values