Class SchemaMessages

java.lang.Object
org.forgerock.opendj.json.schema.SchemaMessages

public final class SchemaMessages extends Object
This file contains localizable message descriptors having the resource name org.forgerock.opendj.json.schema.schema. This file was generated automatically by the opendj-maven-plugin from the property file org/forgerock/opendj/json/schema/schema.properties and it should not be manually edited.
  • Field Details

    • ERR_JSON_PARSE_ERROR

      public static LocalizableMessageDescriptor.Arg3<Number,Number,Object> ERR_JSON_PARSE_ERROR
      The value could not be parsed as valid JSON because a syntax error was detected on line %d column %d: %s
    • ERR_JSON_IO_ERROR

      public static LocalizableMessageDescriptor.Arg1<Object> ERR_JSON_IO_ERROR
      The value could not be parsed as valid JSON: %s
    • ERR_JSON_TRAILING_CONTENT

      public static LocalizableMessageDescriptor.Arg0 ERR_JSON_TRAILING_CONTENT
      The value could not be parsed as valid JSON because it contains trailing content after the JSON value
    • ERR_JSON_EMPTY_CONTENT

      public static LocalizableMessageDescriptor.Arg0 ERR_JSON_EMPTY_CONTENT
      The value could not be parsed as valid JSON because it is empty
    • ERR_JSON_QUERY_PARSE_ERROR

      public static LocalizableMessageDescriptor.Arg1<Object> ERR_JSON_QUERY_PARSE_ERROR
      The value '%s' could not be parsed as a valid JSON query filter
    • ERR_JSON_QUERY_PARSE_ERROR_UNRECOGNIZED_FILTER_OPERATOR

      public static LocalizableMessageDescriptor.Arg2<Object,Object> ERR_JSON_QUERY_PARSE_ERROR_UNRECOGNIZED_FILTER_OPERATOR
      The value '%s' could not be parsed as a valid JSON query filter because it contained an unrecognized or unsupported filter operator '%s'
    • ERR_NAME_AND_JSON_SYNTAX_MISSING_JSON

      public static LocalizableMessageDescriptor.Arg1<Object> ERR_NAME_AND_JSON_SYNTAX_MISSING_JSON
      The value '%s' does not contain any JSON
    • ERR_NAME_AND_JSON_SYNTAX_MISSING_UNDERSCORE_ID

      public static LocalizableMessageDescriptor.Arg1<Object> ERR_NAME_AND_JSON_SYNTAX_MISSING_UNDERSCORE_ID
      The '_id' key is required in the JSON '%s'
    • ERR_NAME_AND_JSON_SYNTAX_COULD_NOT_PARSE_VALUE_OF_UNDERSCORE_ID

      public static LocalizableMessageDescriptor.Arg1<Object> ERR_NAME_AND_JSON_SYNTAX_COULD_NOT_PARSE_VALUE_OF_UNDERSCORE_ID
      The value of the key '_id' of '%s' could not be parsed
  • Method Details

    • resourceName

      public static String resourceName()
      Returns the name of the resource associated with the messages contained in this class. The resource name may be used for obtaining named loggers, e.g. using SLF4J's org.slf4j.LoggerFactory#getLogger(String name).
      Returns:
      The name of the resource associated with the messages contained in this class.