Class SchemaParser


  • public final class SchemaParser
    extends Object
    Encapsulates a SchemaFunction and exposes a convenience static method for parsing schema definitions. The schema function used by this class can be set using the system property SCHEMA_FUNCTION_PROPERTY.
    • Field Detail

      • SCHEMA_FUNCTION_PROPERTY

        private static final String SCHEMA_FUNCTION_PROPERTY
        Schema function system property.
        See Also:
        Constant Field Values
      • LOGGER

        private static final Logger LOGGER
        Logger for this class.
      • SCHEMA_FUNCTION

        private static final SchemaFunction SCHEMA_FUNCTION
        Default schema function.
      • SCHEMA_FUNCTION_CONSTRUCTOR

        private static final Constructor<?> SCHEMA_FUNCTION_CONSTRUCTOR
        Custom schema parser constructor.
    • Constructor Detail

      • SchemaParser

        private SchemaParser()
        Default constructor.