Package com.networknt.schema
Class MessageSourceError.Builder
- java.lang.Object
-
- com.networknt.schema.Error.BuilderSupport<S>
-
- com.networknt.schema.MessageSourceError.BuilderSupport<MessageSourceError.Builder>
-
- com.networknt.schema.MessageSourceError.Builder
-
- Enclosing class:
- MessageSourceError
public static class MessageSourceError.Builder extends MessageSourceError.BuilderSupport<MessageSourceError.Builder>
-
-
Field Summary
-
Fields inherited from class com.networknt.schema.Error.BuilderSupport
arguments, details, evaluationPath, format, instanceLocation, instanceNode, keyword, message, messageFormatter, messageKey, messageSupplier, schemaLocation, schemaNode
-
-
Constructor Summary
Constructors Constructor Description Builder(MessageSource messageSource, Map<String,String> errorMessage)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description MessageSourceError.Builderself()-
Methods inherited from class com.networknt.schema.MessageSourceError.BuilderSupport
build, locale
-
Methods inherited from class com.networknt.schema.Error.BuilderSupport
arguments, details, evaluationPath, format, getArguments, getDetails, getEvaluationPath, getFormat, getInstanceLocation, getKeyword, getMessage, getMessageArguments, getMessageFormatter, getMessageKey, getMessageSupplier, getSchemaLocation, index, instanceLocation, instanceNode, keyword, message, messageFormatter, messageKey, messageSupplier, property, schemaLocation, schemaNode
-
-
-
-
Constructor Detail
-
Builder
public Builder(MessageSource messageSource, Map<String,String> errorMessage)
-
-
Method Detail
-
self
public MessageSourceError.Builder self()
- Specified by:
selfin classError.BuilderSupport<MessageSourceError.Builder>
-
-