Uses of Interface
de.redsix.dmncheck.validators.core.Validator
Packages that use Validator
Package
Description
-
Uses of Validator in de.redsix.dmncheck.plugin
Methods in de.redsix.dmncheck.plugin that return types with arguments of type Validator -
Uses of Validator in de.redsix.dmncheck.util
Methods in de.redsix.dmncheck.util that return types with arguments of type ValidatorModifier and TypeMethodDescriptionValidatorLoader.getValidators()
ValidatorLoader.getValidators
(String @Nullable [] packages, String @Nullable [] classes) -
Uses of Validator in de.redsix.dmncheck.validators
Classes in de.redsix.dmncheck.validators that implement ValidatorModifier and TypeClassDescriptionclass
class
class
class
class
class
class
class
class
ElementTypeDeclarationValidator<T extends org.camunda.bpm.model.dmn.instance.DmnElement>
class
IdAndNameValidator<T extends org.camunda.bpm.model.dmn.instance.DmnElement & org.camunda.bpm.model.dmn.instance.NamedElement>
class
class
class
class
class
class
class
class
class
class
class
class
class
class
TypeValidator<T extends org.camunda.bpm.model.xml.instance.ModelElementInstance>
-
Uses of Validator in de.redsix.dmncheck.validators.core
Classes in de.redsix.dmncheck.validators.core that implement ValidatorModifier and TypeClassDescriptionclass
GenericValidator<S extends org.camunda.bpm.model.xml.instance.ModelElementInstance,
T extends org.camunda.bpm.model.xml.instance.ModelElementInstance> Generic validator that facilitates writing validations directly on the structure of the DMN model instance.class
Generic validator that facilitates writing validations on graph-based representation of the DMN model instance.class
SimpleValidator<T extends org.camunda.bpm.model.xml.instance.ModelElementInstance>
A simple validator is aGenericValidator
where the validation (T) and applicability check (S) type are always the same.