public interface ContentValidator
extends com.tridion.configuration.Configurable
| Modifier and Type | Method and Description |
|---|---|
boolean |
supports(Class<?> clazz)
Check if the specified class is a type that this
ContentValidator supports. |
void |
validate(Object target,
Errors errors)
Validate the specified object.
|
boolean supports(Class<?> clazz)
ContentValidator supports.clazz - The type to check.true if this ContentValidator supports the type, false otherwise.Copyright (c) 2014-2021 All Rights Reserved by the RWS Group for and on behalf of its affiliates and subsidiaries