Component Validator
abstract class ComponentValidator<D, T> : Validator<D, ComponentValidationMessage, T>
Content copied to clipboard
Special Validator for fritz2 components which uses the ComponentValidationMessage internally.
Constructors
ComponentValidator
Link copied to clipboard
fun ComponentValidator()
Content copied to clipboard