public static interface ComposedAdapterFactory.Descriptor.Registry
descriptor.| Modifier and Type | Interface and Description |
|---|---|
static class |
ComposedAdapterFactory.Descriptor.Registry.Impl
A simple registry implementation that supports delegation.
|
| Modifier and Type | Field and Description |
|---|---|
static ComposedAdapterFactory.Descriptor.Registry |
INSTANCE
The global registry typically populated by plugin registration.
|
| Modifier and Type | Method and Description |
|---|---|
ComposedAdapterFactory.Descriptor |
getDescriptor(java.util.Collection<?> types)
Returns descriptor that can create a factory for the types.
|
static final ComposedAdapterFactory.Descriptor.Registry INSTANCE
ComposedAdapterFactory.Descriptor getDescriptor(java.util.Collection<?> types)
types - collections of keys, typically a pair consisting of an EPackage or java.lang.Package, and a java.lang.Class.