Interface ExtensibleObject<T extends ExtensibleObject<T,​E>,​E extends ObjectExtension<T,​E>>

    • Method Detail

      • getExtensions

        default @NonNull ClassToInstanceMap<E> getExtensions()
        Return a map of currently-supported extensions, along with accessor objects which provide access to the specific functionality bound to this object.
        Returns:
        A map of supported functionality.