Class SpecInterface.O

  • Enclosing class:
    SpecInterface<T>

    static class SpecInterface.O
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) java.util.List<java.lang.String> aliases  
      (package private) boolean hasParameter  
      (package private) java.lang.String name  
      (package private) java.lang.reflect.Method noargs  
      (package private) java.lang.reflect.Type type  
      (package private) java.lang.reflect.Method withDefault  
    • Constructor Summary

      Constructors 
      Constructor Description
      O​(java.lang.reflect.Method m)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Field Detail

      • name

        java.lang.String name
      • aliases

        java.util.List<java.lang.String> aliases
      • type

        java.lang.reflect.Type type
      • noargs

        java.lang.reflect.Method noargs
      • withDefault

        java.lang.reflect.Method withDefault
      • hasParameter

        boolean hasParameter
    • Constructor Detail

      • O

        public O​(java.lang.reflect.Method m)
    • Method Detail

      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object