Class PropertiesSupport


  • public final class PropertiesSupport
    extends Object
    • 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)
      • bindProperties

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