Package com.networknt.schema
Class MessageSourceValidationMessage.Builder
- java.lang.Object
-
- com.networknt.schema.ValidationMessage.BuilderSupport<S>
-
- 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, message, messageFormatter, messageKey, messageSupplier, property, schemaLocation, type
-
-
Constructor Summary
Constructors Constructor Description Builder(MessageSource messageSource, Map<String,String> errorMessage, Consumer<ValidationMessage> observer)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description MessageSourceValidationMessage.Builder
self()
-
Methods inherited from class com.networknt.schema.MessageSourceValidationMessage.BuilderSupport
build, 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, message, messageFormatter, messageKey, messageSupplier, property, schemaLocation, type
-
-
-
-
Constructor Detail
-
Builder
public Builder(MessageSource messageSource, Map<String,String> errorMessage, Consumer<ValidationMessage> observer)
-
-
Method Detail
-
self
public MessageSourceValidationMessage.Builder self()
- Specified by:
self
in classValidationMessage.BuilderSupport<MessageSourceValidationMessage.Builder>
-
-