Package org.apache.camel.k.support
Class PropertiesSupport
- java.lang.Object
-
- org.apache.camel.k.support.PropertiesSupport
-
public final class PropertiesSupport extends Object
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static <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 Detail
-
bindProperties
public static <T> T bindProperties(org.apache.camel.CamelContext context, T target, String prefix)
-
bindProperties
public static <T> T bindProperties(org.apache.camel.CamelContext context, T target, String prefix, boolean stripPrefix)
-
bindProperties
public static <T> T bindProperties(org.apache.camel.CamelContext context, T target, Predicate<String> filter, String prefix)
-
-