Class StructuredDataValidator
java.lang.Object
net.fortuna.ical4j.validate.property.StructuredDataValidator
- All Implemented Interfaces:
Serializable,Validator<StructuredData>
@Deprecated
public class StructuredDataValidator
extends Object
implements Validator<StructuredData>
Deprecated.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvalidate(StructuredData target) Deprecated.Validates the target content by applying validation rules.
-
Constructor Details
-
StructuredDataValidator
public StructuredDataValidator()Deprecated.
-
-
Method Details
-
validate
Deprecated.Description copied from interface:ValidatorValidates the target content by applying validation rules. When content fails validation the validator may throw an exception depending on the implementation.- Specified by:
validatein interfaceValidator<StructuredData>- Parameters:
target- the target of validation- Returns:
- the result of validation applied to the specified target
- Throws:
ValidationException- indicates validation failure (implementation-specific)
-