Uses of Interface
org.immutables.data.Datatype.Violation
-
Packages that use Datatype.Violation Package Description org.immutables.data -
-
Uses of Datatype.Violation in org.immutables.data
Methods in org.immutables.data that return Datatype.Violation Modifier and Type Method Description static Datatype.ViolationDatatype.Violation. of(java.lang.String rule, java.lang.String message)static Datatype.ViolationDatatype.Violation. of(java.lang.String rule, java.lang.String message, Datatype.Feature<?,?> setter)Methods in org.immutables.data that return types with arguments of type Datatype.Violation Modifier and Type Method Description java.util.List<Datatype.Violation>Datatype.Builder. verify()
-