Package | Description |
---|---|
org.seedstack.coffig | |
org.seedstack.coffig.mapper |
Modifier and Type | Method and Description |
---|---|
ConfigurationMapper |
Coffig.getMapper() |
Modifier and Type | Method and Description |
---|---|
CoffigBuilder |
CoffigBuilder.withMappers(ConfigurationMapper... mappers) |
Modifier and Type | Class and Description |
---|---|
class |
ArrayMapper |
class |
BuilderMapper |
class |
ClassMapper |
class |
CollectionMapper |
class |
CompositeMapper |
class |
DurationMapper |
class |
EnumMapper |
class |
EvaluatingMapper |
class |
FileMapper |
class |
MapMapper |
class |
OptionalMapper |
class |
PropertiesMapper |
class |
URIMapper |
class |
URLMapper |
class |
ValidatingMapper |
class |
ValueMapper |
Modifier and Type | Method and Description |
---|---|
ConfigurationMapper |
ValidatingMapper.getMapper() |
ConfigurationMapper |
EvaluatingMapper.getMapper() |
Modifier and Type | Method and Description |
---|---|
protected CompositeMapper |
CompositeMapper.doFork(ConfigurationMapper... items) |
Constructor and Description |
---|
CompositeMapper(ConfigurationMapper... items) |
EvaluatingMapper(ConfigurationMapper mapper,
ConfigurationEvaluator evaluator) |
ValidatingMapper(ConfigurationMapper mapper,
Object validatorFactory) |
Copyright © 2013-2018–2019 SeedStack. All rights reserved.