Class PropertiesSupport

java.lang.Object
org.apache.camel.k.support.PropertiesSupport

public final class PropertiesSupport extends Object
  • Method Details

    • 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)
    • bindProperties

      public static <T> T bindProperties(org.apache.camel.CamelContext context, T target, Predicate<String> filter, String prefix, boolean stripPrefix)