Package | Description |
---|---|
org.microbean.configuration |
Provides classes and interfaces for working with configuration
properties and their values.
|
org.microbean.configuration.spi.converter |
Provides implementations of the
Converter interface included as
part of the MicroBean Configuration framework. |
Modifier and Type | Method and Description |
---|---|
protected Collection<? extends Converter<?>> |
Configurations.loadConverters()
Loads a
Collection of Converter objects and
returns it. |
Modifier and Type | Method and Description |
---|---|
<T> T |
Configurations.getValue(Map<String,String> configurationCoordinates,
String name,
Converter<T> converter)
|
<T> T |
Configurations.getValue(Map<String,String> configurationCoordinates,
String name,
Converter<T> converter,
String defaultValue)
Returns an object that is the value for the configuration request
represented by the supplied
configurationCoordinates ,
name and defaultValue parameters, as converted by
the supplied Converter . |
<T> T |
Configurations.getValue(String name,
Converter<T> converter)
|
Constructor and Description |
---|
Configurations(Collection<? extends Configuration> configurations,
Collection<? extends Converter<?>> converters,
Collection<? extends Arbiter> arbiters)
Creates a new
Configurations . |
Modifier and Type | Class and Description |
---|---|
class |
StringToBigDecimalConverter |
class |
StringToBigIntegerConverter |
class |
StringToBooleanConverter |
class |
StringToCalendarConverter |
class |
StringToCharacterArrayConverter |
class |
StringToCharArrayConverter |
class |
StringToDateConverter |
class |
StringToDoubleConverter |
class |
StringToDurationConverter |
class |
StringToFileConverter |
class |
StringToFloatConverter |
class |
StringToInstantConverter |
class |
StringToIntArrayConverter |
class |
StringToIntegerArrayConverter |
class |
StringToIntegerConverter |
class |
StringToLocalDateConverter |
class |
StringToLongConverter |
class |
StringToMapStringStringConverter |
class |
StringToPathConverter |
class |
StringToShortConverter |
class |
StringToStringCollectionConverter |
class |
StringToStringConverter |
class |
StringToStringListConverter |
class |
StringToStringSetConverter |
class |
StringToURIConverter |
class |
StringToURLConverter |
Copyright © 2017–2019, microBean. All rights reserved.