Class ClassAdapter

    • Constructor Summary

      Constructors 
      Constructor Description
      ClassAdapter​(java.lang.Class adaptedClass)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean canAdapt​(java.lang.Object o)
      Returns true if o can be adapted by this adapter.
      java.lang.Class getAdaptedClass()  
      • Methods inherited from class java.lang.Object

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

      • ClassAdapter

        public ClassAdapter​(java.lang.Class adaptedClass)
    • Method Detail

      • getAdaptedClass

        public java.lang.Class getAdaptedClass()
      • canAdapt

        public boolean canAdapt​(java.lang.Object o)
        Description copied from interface: PyObjectAdapter
        Returns true if o can be adapted by this adapter.
        Specified by:
        canAdapt in interface PyObjectAdapter