org.apache.xbean.recipe
Class RecipeHelper
java.lang.Object
org.apache.xbean.recipe.RecipeHelper
public final class RecipeHelper
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
hasDefaultConstructor
public static boolean hasDefaultConstructor(Class type)
isSimpleType
public static boolean isSimpleType(Object o)
prioritizeProperties
public static <K,V> List<Map.Entry<K,V>> prioritizeProperties(Map<K,V> properties)
isInstance
public static boolean isInstance(Class type,
Object instance)
isConvertable
public static boolean isConvertable(Class type,
Object propertyValue,
ClassLoader classLoader)
isAssignableFrom
public static boolean isAssignableFrom(Class expected,
Class actual)
Copyright © 2005-2008 Apache Software Foundation. All Rights Reserved.