T - The data type of the object this Factory creates.public interface EquivalentFactory<T>
| Modifier and Type | Method and Description |
|---|---|
T |
create()
Create a new logically equivalent object of the specified type.
|
static EquivalentFactory<?> |
getInstance() |
static ServiceDefinition<EquivalentFactory<?>> |
getServiceDefinition() |
T create()
static ServiceDefinition<EquivalentFactory<?>> getServiceDefinition()
static EquivalentFactory<?> getInstance()
Copyright © 2010–2020 meanbean. All rights reserved.