Class XJConstants

java.lang.Object
org.apache.camel.component.xj.XJConstants

public final class XJConstants extends Object
  • Field Details

    • NS_XJ

      public static final String NS_XJ
      The namespace used by xj for typehints
      See Also:
    • NS_PREFIX_XJ

      public static final String NS_PREFIX_XJ
      The namespace prefix used by xj for typehints
      See Also:
    • 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:
    • 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:
    • XSLT_FILE_NAME

      @Metadata(description="The XSLT file name", javaType="String") public static final String XSLT_FILE_NAME
      See Also: