Package | Description |
---|---|
org.seedstack.coffig | |
org.seedstack.coffig.evaluator | |
org.seedstack.coffig.mapper | |
org.seedstack.coffig.provider | |
org.seedstack.coffig.spi | |
org.seedstack.seed |
Provides SeedStack main APIs.
|
org.seedstack.seed.core |
SeedStack core classes and main entry-point.
|
org.seedstack.seed.spi |
Provides classes allowing to extends the SeedStack Java framework.
|
Modifier and Type | Method and Description |
---|---|
static Coffig |
Coffig.basic() |
Coffig |
CoffigBuilder.build() |
Coffig |
Coffig.fork() |
Modifier and Type | Method and Description |
---|---|
void |
ConfigChangeListener.onChange(Coffig coffig) |
Modifier and Type | Method and Description |
---|---|
void |
FunctionEvaluator.initialize(Coffig coffig) |
Modifier and Type | Method and Description |
---|---|
void |
ValidatingMapper.initialize(Coffig coffig) |
void |
PropertiesMapper.initialize(Coffig coffig) |
void |
OptionalMapper.initialize(Coffig coffig) |
void |
MapMapper.initialize(Coffig coffig) |
void |
EvaluatingMapper.initialize(Coffig coffig) |
void |
CompositeMapper.initialize(Coffig coffig) |
void |
CollectionMapper.initialize(Coffig coffig) |
void |
BuilderMapper.initialize(Coffig coffig) |
void |
ArrayMapper.initialize(Coffig coffig) |
Modifier and Type | Method and Description |
---|---|
void |
ProgrammaticProvider.initialize(Coffig coffig) |
void |
PrefixProvider.initialize(Coffig coffig) |
Modifier and Type | Method and Description |
---|---|
default void |
ConfigurationComponent.initialize(Coffig coffig) |
void |
BaseComposite.initialize(Coffig coffig) |
Modifier and Type | Method and Description |
---|---|
Coffig |
Application.getConfiguration()
Get the application configuration.
|
Modifier and Type | Method and Description |
---|---|
static Coffig |
Seed.baseConfiguration()
Provides the application base configuration (i.e.
|
Coffig |
SeedRuntime.getConfiguration() |
Modifier and Type | Method and Description |
---|---|
SeedRuntime.Builder |
SeedRuntime.Builder.configuration(Coffig configuration) |
Modifier and Type | Method and Description |
---|---|
void |
SeedInitializer.onInitialization(Coffig configuration)
Called during SeedStack initialization, just after base configuration has been made available.
|
Copyright © 2013-2018–2019 SeedStack. All rights reserved.