public interface ValidatorWrapper
Definition of an interface for objects that wrap a
.
Validator
This interface is analogous to the
interface, but it operates on validators.
TransformerWrapper
Validator
,
TransformerWrapper
Modifier and Type | Method and Description |
---|---|
ValidationResult |
isValid(Object o)
Validates the specified object.
|
ValidationResult isValid(Object o)
o
- the object to validateCopyright © 2016 The JGUIraffe Team. All rights reserved.