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 TypeClassDescriptionclassclassFields in org.flowable.eventregistry.json.converter with type parameters of type ChannelValidatorModifier and TypeFieldDescriptionprotected List<ChannelValidator>ChannelJsonConverter.validatorsMethods 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 TypeMethodDescriptionvoidChannelJsonConverter.addValidator(ChannelValidator validator) Method parameters in org.flowable.eventregistry.json.converter with type arguments of type ChannelValidatorModifier and TypeMethodDescriptionvoidChannelJsonConverter.setValidators(List<ChannelValidator> validators) Constructor parameters in org.flowable.eventregistry.json.converter with type arguments of type ChannelValidatorModifierConstructorDescriptionChannelJsonConverter(Collection<ChannelValidator> validators) ChannelJsonConverter(Collection<ChannelValidator> validators, Supplier<com.fasterxml.jackson.databind.ObjectMapper> objectMapperSupplier)