public class ServiceHelper
extends java.lang.Object
| Constructor and Description |
|---|
ServiceHelper() |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
isInstantiable(java.lang.Class<?> serviceClass)
Returns whether the given service is concrete (not a shared superclass)
|
static boolean |
isInstantiable(java.lang.String serviceClassName)
Returns whether the given service is concrete (not a shared superclass)
|
public static boolean isInstantiable(java.lang.Class<?> serviceClass)
public static boolean isInstantiable(java.lang.String serviceClassName)