Class SchemaMessages
java.lang.Object
org.forgerock.opendj.json.schema.SchemaMessages
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 Summary
FieldsModifier and TypeFieldDescriptionThe value could not be parsed as valid JSON because it is emptyThe value could not be parsed as valid JSON: %sThe value could not be parsed as valid JSON because a syntax error was detected on line %d column %d: %sThe value '%s' could not be parsed as a valid JSON query filterThe value '%s' could not be parsed as a valid JSON query filter because it contained an unrecognized or unsupported filter operator '%s'The value could not be parsed as valid JSON because it contains trailing content after the JSON valueThe value of the key '_id' of '%s' could not be parsedThe value '%s' does not contain any JSONThe '_id' key is required in the JSON '%s' -
Method Summary
Modifier and TypeMethodDescriptionstatic StringReturns the name of the resource associated with the messages contained in this class.
-
Field Details
-
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
The value could not be parsed as valid JSON: %s -
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
The value could not be parsed as valid JSON because it is empty -
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_OPERATORThe 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
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_IDThe '_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_IDThe value of the key '_id' of '%s' could not be parsed
-
-
Method Details
-
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'sorg.slf4j.LoggerFactory#getLogger(String name).- Returns:
- The name of the resource associated with the messages contained in this class.
-