aermicioi.aedi_property_reader.convertor_configurer

Members

Functions

argument
auto argument()
auto argument(Locator!(string, string) locator)

Create a convertor container with data source being command line arguments.

configure
auto configure(T container)

Create a configuration context for container.

environment
auto environment()
auto environment(Locator!(string, string) locator)

Create a convertor container with data source being environment variables.

json
auto json()
auto json(Locator!(JSONValue, string) locator)

Create a convertor container with data source being json document.

json
auto json(JSONValue value)

Create a convertor container with data source being json document.

json
auto json(string pathOrData, bool returnEmpty)

Create a convertor container with data source being json document.

xml
auto xml()
auto xml(Locator!(Element, string) locator)

Create a convertor container with data source being xml document.

xml
auto xml(Element element)

Create a convertor container with data source being xml document.

xml
auto xml(string pathOrData, bool returnEmpty)

Create a convertor container with data source being xml document.

Structs

ConvertorContext
struct ConvertorContext(T : Storage!(ConvertorFactory!(FromType, Object), string), FromType)

Configuration context for convertor containers, that provides a nice property configuration interface.

Meta

License

Boost Software License - Version 1.0 - August 17th, 2003

Permission is hereby granted, free of charge, to any person or organization obtaining a copy of the software and accompanying documentation covered by this license (the "Software") to use, reproduce, display, distribute, execute, and transmit the Software, and to prepare derivative works of the Software, and to permit third-parties to whom the Software is furnished to do so, all subject to the following:

The copyright notices in the Software and this entire statement, including the above license grant, this restriction and the following disclaimer, must be included in all copies of the Software, in whole or in part, and all derivative works of the Software, unless such copies or derivative works are solely in the form of machine-executable object code generated by a source language processor.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, TITLE AND NON-INFRINGEMENT. IN NO EVENT SHALL THE COPYRIGHT HOLDERS OR ANYONE DISTRIBUTING THE SOFTWARE BE LIABLE FOR ANY DAMAGES OR OTHER LIABILITY, WHETHER IN CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Authors

aermicioi