| Package | Description |
|---|---|
| com.io7m.smfj.validation.api |
Validation API.
|
| Modifier and Type | Method and Description |
|---|---|
SMFSchemaValidationError |
SMFSchemaValidationError.Builder.build()
Builds a new
SMFSchemaValidationError. |
static SMFSchemaValidationError |
SMFSchemaValidationError.copyOf(SMFSchemaValidationErrorType instance)
Creates an immutable copy of a
SMFSchemaValidationErrorType value. |
static SMFSchemaValidationError |
SMFSchemaValidationError.of(String message,
Optional<Exception> exception)
Construct a new immutable
SMFSchemaValidationError instance. |
SMFSchemaValidationError |
SMFSchemaValidationError.withException(Exception value)
Copy the current immutable object by setting a present value for the optional
exception attribute. |
SMFSchemaValidationError |
SMFSchemaValidationError.withException(Optional<? extends Exception> optional)
Copy the current immutable object by setting an optional value for the
exception attribute. |
SMFSchemaValidationError |
SMFSchemaValidationError.withMessage(String value)
Copy the current immutable object by setting a value for the
message attribute. |
Copyright © 2017 <code@io7m.com> http://io7m.com