Interface Wrapper

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      <C> C unwrap​(java.lang.Class<C> aClass)
      Finds an instance of an interface implemented by this object, or returns null if this object does not support that interface.
    • Method Detail

      • unwrap

        <C> C unwrap​(java.lang.Class<C> aClass)
        Finds an instance of an interface implemented by this object, or returns null if this object does not support that interface.