Package com.networknt.schema
Class MessageSourceValidationMessage.Builder
java.lang.Object
com.networknt.schema.ValidationMessage.BuilderSupport<MessageSourceValidationMessage.Builder>
com.networknt.schema.MessageSourceValidationMessage.BuilderSupport<MessageSourceValidationMessage.Builder>
com.networknt.schema.MessageSourceValidationMessage.Builder
- Enclosing class:
MessageSourceValidationMessage
public static class MessageSourceValidationMessage.Builder
extends MessageSourceValidationMessage.BuilderSupport<MessageSourceValidationMessage.Builder>
-
Field Summary
Fields inherited from class com.networknt.schema.ValidationMessage.BuilderSupport
arguments, code, details, evaluationPath, format, instanceLocation, instanceNode, message, messageFormatter, messageKey, messageSupplier, property, schemaLocation, schemaNode, type
-
Constructor Summary
ConstructorsConstructorDescriptionBuilder
(MessageSource messageSource, Map<String, String> errorMessage, BiConsumer<ValidationMessage, Boolean> observer) -
Method Summary
Methods inherited from class com.networknt.schema.MessageSourceValidationMessage.BuilderSupport
build, failFast, locale
Methods inherited from class com.networknt.schema.ValidationMessage.BuilderSupport
arguments, code, customMessage, details, evaluationPath, format, getArguments, getCode, getDetails, getEvaluationPath, getFormat, getInstanceLocation, getMessage, getMessageArguments, getMessageFormatter, getMessageKey, getMessageSupplier, getProperty, getSchemaLocation, getType, instanceLocation, instanceNode, message, messageFormatter, messageKey, messageSupplier, property, schemaLocation, schemaNode, type
-
Constructor Details
-
Builder
public Builder(MessageSource messageSource, Map<String, String> errorMessage, BiConsumer<ValidationMessage, Boolean> observer)
-
-
Method Details
-
self
- Specified by:
self
in classValidationMessage.BuilderSupport<MessageSourceValidationMessage.Builder>
-