jimple
    Preparing search index...

    Interface ServiceProvider<TMap>

    Interface for service providers that can register services with a container.

    interface ServiceProvider<TMap extends ServiceMap = ServiceMap> {
        register(container: JimpleWithProxy<TMap>): void;
    }

    Type Parameters

    Index

    Methods

    Methods