Interface Extensible

    • Method Detail

      • getExtension

        <E> E getExtension​(Class<E> extensionType)
        Gets the extension for this object corresponding to a specified extension type.
        Parameters:
        extensionType - the extension type.
        Returns:
        the extension for this object corresponding to the specified type, or null if an extension of type extensionType cannot be delivered.