Uses of Interface
org.apache.camel.spi.LanguageCustomizer.Policy
Packages that use LanguageCustomizer.Policy
Package
Description
Service Provider Interfaces used by the Camel runtime which are plugin strategies.
-
Uses of LanguageCustomizer.Policy in org.apache.camel.spi
Methods in org.apache.camel.spi that return LanguageCustomizer.PolicyModifier and TypeMethodDescriptionstatic LanguageCustomizer.Policy
LanguageCustomizer.Policy.any()
A simple allow-all policy.static LanguageCustomizer.Policy
LanguageCustomizer.Policy.none()
A simple deny-all policy.