Package com.networknt.schema
Class MessageSourceError.BuilderSupport<S>
- java.lang.Object
-
- com.networknt.schema.Error.BuilderSupport<S>
-
- com.networknt.schema.MessageSourceError.BuilderSupport<S>
-
- Direct Known Subclasses:
MessageSourceError.Builder
- Enclosing class:
- MessageSourceError
public abstract static class MessageSourceError.BuilderSupport<S> extends Error.BuilderSupport<S>
-
-
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 BuilderSupport(MessageSource messageSource, Map<String,String> errorMessage)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Errorbuild()Slocale(Locale 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, self
-
-
-
-
Constructor Detail
-
BuilderSupport
public BuilderSupport(MessageSource messageSource, Map<String,String> errorMessage)
-
-