ServiceProviderStatus

Companion:
class
trait Sum
trait Mirror
class Object
trait Matchable
class Any

Type members

Classlikes

case object Available extends ServiceProviderStatus

ServiceProvider found on classpath but not enabled

ServiceProvider found on classpath but not enabled

case object Loaded extends ServiceProviderStatus

ServiceProvider enlisted in config and reached by ServiceLoader.load call

ServiceProvider enlisted in config and reached by ServiceLoader.load call

There is no implementations available for given service

There is no implementations available for given service

ServiceProvider found in META-INF but not found on classpath

ServiceProvider found in META-INF but not found on classpath

ServiceProvider not found in META-INF but defined in config

ServiceProvider not found in META-INF but defined in config

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Inherited from:
Mirror

The name of the type

The name of the type

Inherited from:
Mirror