public class EventTypeValidator
extends java.lang.Object
| Constructor and Description |
|---|
EventTypeValidator(EventType eventType) |
| Modifier and Type | Method and Description |
|---|---|
java.util.Optional<ValidationError> |
validate(org.json.JSONObject event) |
EventTypeValidator |
withConfiguration(ValidationStrategyConfiguration vsc) |
public EventTypeValidator(EventType eventType)
public java.util.Optional<ValidationError> validate(org.json.JSONObject event)
public EventTypeValidator withConfiguration(ValidationStrategyConfiguration vsc)