public final class ServiceDescriptor
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
ServiceDescriptor.PreloadMode |
Modifier and Type | Field and Description |
---|---|
java.lang.String |
configurationSchemaKey
Cannot be specified as part of
State because to get annotation, class must be loaded, but it cannot be done for performance reasons. |
java.lang.String |
headlessImplementation |
boolean |
overrides |
ServiceDescriptor.PreloadMode |
preload
Preload service (before component creation).
|
java.lang.String |
serviceImplementation |
java.lang.String |
serviceInterface |
java.lang.String |
testServiceImplementation |
Constructor and Description |
---|
ServiceDescriptor() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getImplementation() |
java.lang.String |
getInterface() |
java.lang.String |
toString() |
public java.lang.String serviceInterface
public java.lang.String serviceImplementation
public java.lang.String testServiceImplementation
public java.lang.String headlessImplementation
public boolean overrides
public java.lang.String configurationSchemaKey
State
because to get annotation, class must be loaded, but it cannot be done for performance reasons.public ServiceDescriptor.PreloadMode preload