Helper methods for dealing with classes and reflection
Type | Name and description |
---|---|
static boolean |
getBooleanFromMap(java.lang.String key, java.util.Map<?, ?> map) Retrieves a boolean value from a Map for the given key |
static boolean |
isClassBelowPackage(java.lang.Class<?> domainClazz, java.util.List packageList) |
Methods inherited from class | Name |
---|---|
class java.lang.Object |
java.lang.Object#wait(long, int), java.lang.Object#wait(long), java.lang.Object#wait(), java.lang.Object#equals(java.lang.Object), java.lang.Object#toString(), java.lang.Object#hashCode(), java.lang.Object#getClass(), java.lang.Object#notify(), java.lang.Object#notifyAll() |
Retrieves a boolean value from a Map for the given key
key
- The key that references the boolean valuemap
- The map to look in