Class ConfigureUtils


  • public class ConfigureUtils
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      ConfigureUtils()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static void configure​(java.lang.Object target, groovy.lang.Closure<?> configureClosure)  
      static <T> T configureByMapQuietly​(java.util.Map<?,​?> properties, T delegate)  
      static boolean match​(java.util.Map<java.lang.String,​java.lang.Object> properties, java.lang.Object target)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ConfigureUtils

        public ConfigureUtils()
    • Method Detail

      • configureByMapQuietly

        public static <T> T configureByMapQuietly​(java.util.Map<?,​?> properties,
                                                  T delegate)
      • match

        public static boolean match​(java.util.Map<java.lang.String,​java.lang.Object> properties,
                                    java.lang.Object target)
      • configure

        public static void configure​(java.lang.Object target,
                                     groovy.lang.Closure<?> configureClosure)