public interface ConfigurationBasedCreator<T>
| Modifier and Type | Interface and Description |
|---|---|
static class |
ConfigurationBasedCreator.Abstract<T> |
| Modifier and Type | Method and Description |
|---|---|
T |
create(Configuration configuration) |
static <T> List<ConfigurationBasedCreator<T>> |
registeredCreators(Class<T> resultType) |
Class<?> |
resultType() |
Class<?> resultType()
T create(Configuration configuration)
static <T> List<ConfigurationBasedCreator<T>> registeredCreators(Class<T> resultType)
Copyright © 2022 MicroStream Software. All rights reserved.