Uses of Class
com.networknt.schema.MessageSourceValidationMessage.Builder
-
Packages that use MessageSourceValidationMessage.Builder Package Description com.networknt.schema -
-
Uses of MessageSourceValidationMessage.Builder in com.networknt.schema
Methods in com.networknt.schema that return MessageSourceValidationMessage.Builder Modifier and Type Method Description static MessageSourceValidationMessage.Builder
MessageSourceValidationMessage. builder(MessageSource messageSource, Map<String,String> errorMessage, BiConsumer<ValidationMessage,Boolean> observer)
protected MessageSourceValidationMessage.Builder
BaseJsonValidator. message()
protected MessageSourceValidationMessage.Builder
ValidationMessageHandler. message()
MessageSourceValidationMessage.Builder
MessageSourceValidationMessage.Builder. self()
Method parameters in com.networknt.schema with type arguments of type MessageSourceValidationMessage.Builder Modifier and Type Method Description default Set<ValidationMessage>
Format. validate(ExecutionContext executionContext, ValidationContext validationContext, com.fasterxml.jackson.databind.JsonNode node, com.fasterxml.jackson.databind.JsonNode rootNode, JsonNodePath instanceLocation, boolean assertionsEnabled, Supplier<MessageSourceValidationMessage.Builder> message, FormatValidator formatValidator)
Validates the format.
-