Package org.apache.camel.k.support
Class PropertiesSupport
java.lang.Object
org.apache.camel.k.support.PropertiesSupport
-
Method Summary
Modifier and TypeMethodDescriptionstatic <T> T
bindProperties
(org.apache.camel.CamelContext context, T target, String prefix) static <T> T
bindProperties
(org.apache.camel.CamelContext context, T target, String prefix, boolean stripPrefix) static <T> T
bindProperties
(org.apache.camel.CamelContext context, T target, Predicate<String> filter, String prefix) static <T> T
bindProperties
(org.apache.camel.CamelContext context, T target, Predicate<String> filter, String prefix, boolean stripPrefix)
-
Method Details
-
bindProperties
-
bindProperties
public static <T> T bindProperties(org.apache.camel.CamelContext context, T target, String prefix, boolean stripPrefix) -
bindProperties
-
bindProperties
-