org.optaplanner.core.config.util
Class ConfigUtils
java.lang.Object
   org.optaplanner.core.config.util.ConfigUtils
org.optaplanner.core.config.util.ConfigUtils
- public class ConfigUtils 
- extends Object
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
newInstance
public static <T> T newInstance(Object bean,
                                String propertyName,
                                Class<T> clazz)
- 
 
inheritOverwritableProperty
public static <T> T inheritOverwritableProperty(T original,
                                                T inherited)
- 
 
inheritMergeableListProperty
public static <T> List<T> inheritMergeableListProperty(List<T> originalList,
                                                       List<T> inheritedList)
- 
 
inheritMergeableMapProperty
public static <K,T> Map<K,T> inheritMergeableMapProperty(Map<K,T> originalMap,
                                                         Map<K,T> inheritedMap)
- 
 
mergeProperty
public static <T> T mergeProperty(T a,
                                  T b)
- 
 
isEmptyCollection
public static boolean isEmptyCollection(Collection<?> collection)
- 
 
Copyright © 2006-2014 JBoss by Red Hat. All Rights Reserved.