Package com.networknt.schema
Class Error.Builder
- java.lang.Object
-
- com.networknt.schema.Error.BuilderSupport<Error.Builder>
-
- com.networknt.schema.Error.Builder
-
- Enclosing class:
- Error
public static class Error.Builder extends Error.BuilderSupport<Error.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()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Error.Builderself()-
Methods inherited from class com.networknt.schema.Error.BuilderSupport
arguments, build, 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
-
-
-
-
Method Detail
-
self
public Error.Builder self()
- Specified by:
selfin classError.BuilderSupport<Error.Builder>
-
-