Uses of Interface
org.flowable.eventregistry.json.converter.ChannelValidator
Packages that use ChannelValidator
-
Uses of ChannelValidator in org.flowable.eventregistry.json.converter
Classes in org.flowable.eventregistry.json.converter that implement ChannelValidatorModifier and TypeClassDescriptionclass
class
Fields in org.flowable.eventregistry.json.converter with type parameters of type ChannelValidatorModifier and TypeFieldDescriptionprotected List<ChannelValidator>
ChannelJsonConverter.validators
Methods in org.flowable.eventregistry.json.converter that return types with arguments of type ChannelValidatorMethods in org.flowable.eventregistry.json.converter with parameters of type ChannelValidatorModifier and TypeMethodDescriptionvoid
ChannelJsonConverter.addValidator
(ChannelValidator validator) Method parameters in org.flowable.eventregistry.json.converter with type arguments of type ChannelValidatorModifier and TypeMethodDescriptionvoid
ChannelJsonConverter.setValidators
(List<ChannelValidator> validators) Constructor parameters in org.flowable.eventregistry.json.converter with type arguments of type ChannelValidator