Class Service


  • public class Service
    extends java.lang.Object
    Created by tanlehua on 2019-04-29.
    • Constructor Summary

      Constructors 
      Constructor Description
      Service()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static <T> T load​(java.lang.Class<T> clazz)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Service

        public Service()
    • Method Detail

      • load

        public static <T> T load​(java.lang.Class<T> clazz)