Package dev.enola.common.protobuf
Interface MessageValidator<C,T extends com.google.protobuf.MessageOrBuilder>
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
@FunctionalInterface
public interface MessageValidator<C,T extends com.google.protobuf.MessageOrBuilder>
-
Method Summary
Modifier and TypeMethodDescriptiondefault MessageValidators.Resultvoidvalidate(C context, T m, MessageValidators.Result.Builder r)
-
Method Details
-
validate
-
validate
-