Uses of Class
org.apache.camel.spi.ValidatorKey
Packages that use ValidatorKey
-
Uses of ValidatorKey in org.apache.camel.spi
Subinterfaces with type arguments of type ValidatorKey in org.apache.camel.spiModifier and TypeInterfaceDescriptioninterfaceRegistry that stores and resolvesValidatorinstances for Camel's data type validation mechanism.Methods in org.apache.camel.spi with parameters of type ValidatorKeyModifier and TypeMethodDescription@Nullable ValidatorValidatorRegistry.resolveValidator(ValidatorKey key) Lookup aValidatorin the registry which supports the validation for the data type represented by the key.