| Package | Description |
|---|---|
| org.revenj | |
| org.revenj.database.postgres.jinq | |
| org.revenj.extensibility | |
| org.revenj.serialization.xml |
| Modifier and Type | Method and Description |
|---|---|
static Container |
Revenj.container(boolean resolveUnknown,
ClassLoader loader) |
static Container |
Revenj.setup() |
static Container |
Revenj.setup(DataSource dataSource,
Properties properties,
Optional<ClassLoader> classLoader,
Iterator<SystemAspect> aspects) |
static Container |
Revenj.setup(DataSource dataSource,
Properties properties,
Optional<File> pluginsPath,
Optional<ClassLoader> classLoader) |
static Container |
Revenj.setup(Properties properties) |
| Modifier and Type | Method and Description |
|---|---|
static <T extends DomainEvent> |
Revenj.registerEvents(Container container,
PluginLoader plugins,
Class<T> manifest,
Class<T[]> arrayManifest) |
| Modifier and Type | Method and Description |
|---|---|
static JinqMetaModel |
JinqMetaModel.configure(Container container) |
| Modifier and Type | Method and Description |
|---|---|
Container |
Container.createScope() |
| Modifier and Type | Method and Description |
|---|---|
rx.Observable<Container> |
SystemState.ready() |
| Modifier and Type | Method and Description |
|---|---|
void |
SystemAspect.configure(Container container) |
default <T> T[] |
PluginLoader.resolve(Container container,
Class<T> manifest) |
| Modifier and Type | Method and Description |
|---|---|
default <T> void |
Container.register(Class<T> manifest,
Function<Container,T> service) |
void |
Container.registerFactory(Type type,
Function<Container,?> factory,
boolean singleton) |
<T> void |
Container.registerGenerics(Class<T> manifest,
BiFunction<Container,Type[],T> factory) |
| Constructor and Description |
|---|
XmlJaxbSerialization(Container container,
Optional<PluginLoader> extensibility) |
Copyright © 2016. All rights reserved.