Class ApiInfo


  • public class ApiInfo
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      ApiInfo()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static java.util.Map<java.lang.String,​ApiInfo> of​(java.lang.Class<?> clientInterface)  
      • Methods inherited from class java.lang.Object

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

      • ApiInfo

        public ApiInfo()
    • Method Detail

      • of

        public static java.util.Map<java.lang.String,​ApiInfo> of​(java.lang.Class<?> clientInterface)