Class ServiceHelper


  • public class ServiceHelper
    extends Object
    Contains helper methods for service handling
    • Constructor Detail

      • ServiceHelper

        public ServiceHelper()
    • Method Detail

      • isInstantiable

        public static boolean isInstantiable​(Class<?> serviceClass)
        Returns whether the given service is concrete (not a shared superclass)
      • isInstantiable

        public static boolean isInstantiable​(String serviceClassName)
        Returns whether the given service is concrete (not a shared superclass)