Uses of Interface
net.morimekta.providence.util.MessageValidation.SimpleExpectation
-
Packages that use MessageValidation.SimpleExpectation Package Description net.morimekta.providence.util -
-
Uses of MessageValidation.SimpleExpectation in net.morimekta.providence.util
Classes in net.morimekta.providence.util that implement MessageValidation.SimpleExpectation Modifier and Type Class Description static classMessageValidation.PredicateExpectation<Value>Check some value based on a simple predicate.Methods in net.morimekta.providence.util with parameters of type MessageValidation.SimpleExpectation Modifier and Type Method Description MessageValidation.Builder<M,E>MessageValidation.Builder. expect(MessageValidation.SimpleExpectation<M> expectation)Make a specific expectation for the message.<V> MessageValidation.Builder<M,E>MessageValidation.Builder. expectIfPresent(PField<M> field, MessageValidation.SimpleExpectation<V> valueExpectation)Given the field and type descriptor (which must match the field type), build an inner validator to check the value of the field.
-