public static interface Validator.Configuration
Modifier and Type | Interface and Description |
---|---|
static class |
Validator.Configuration.Builder |
static interface |
Validator.Configuration.Debugging
When
com.github.valid8j.pcond.debug is not true , it is assumed that those methods in this interface return false . |
static class |
Validator.Configuration.Utils |
Modifier and Type | Method and Description |
---|---|
Optional<Validator.Configuration.Debugging> |
debugging() |
ExceptionComposer |
exceptionComposer()
Returns an exception composer, which is responsible for creating an exception
object of an appropriate type for a context.
|
MessageComposer |
messageComposer()
Returns a message composer, which is responsible for composing an appropriate message for
a context.
|
Validator.Configuration.Builder |
parentBuilder() |
ReportComposer |
reportComposer()
Returns a report composer, which is responsible for composing an appropriate "report" for
a context.
|
int |
summarizedStringLength() |
boolean |
useEvaluator() |
int summarizedStringLength()
boolean useEvaluator()
MessageComposer messageComposer()
Returns a message composer, which is responsible for composing an appropriate message for a context.
ReportComposer reportComposer()
Returns a report composer, which is responsible for composing an appropriate "report" for a context.
ExceptionComposer exceptionComposer()
Returns an exception composer, which is responsible for creating an exception object of an appropriate type for a context.
Optional<Validator.Configuration.Debugging> debugging()
Validator.Configuration.Builder parentBuilder()
Copyright © 2024. All rights reserved.