public interface Violation
| Modifier and Type | Interface and Description |
|---|---|
static interface |
Violation.PropertyPathFactory |
static class |
Violation.Simple |
static interface |
Violation.ValueFactory |
static class |
Violation.Wrapper |
| Modifier and Type | Method and Description |
|---|---|
String |
name() |
String |
propertyPath() |
java8.util.stream.Stream<LocalisedMessage> |
translations() |
String |
usecase() |
<T> T |
value() |
String name()
String propertyPath()
String usecase()
<T> T value()
java8.util.stream.Stream<LocalisedMessage> translations()
Copyright © 2010–2025 Smals. All rights reserved.