open static fun create(): Resolver
Creates a Resolver using the default implementation and default options.
Return
the created Resolver.
open static fun create(options: ResolverOptions): Resolver
Creates a Resolver using the default implementation and the given options.
options - the resolver options
Return
the created Resolver.