aermicioi.aedi_property_reader.core.core

Members

Aliases

WithDefaultRegisterers
alias WithDefaultRegisterers = AliasSeq!(UsingCombinedConvertor!CombinedConvertor(), WithCompositeAccessor(), WithCompositeInspector(), WithCompositeSetter(), WithConversionToCompositeConvertor(), WithRangeToArrayConvertor(), WithRangeToRangeConvertor(), WithMapToMapConvertor(), WithVariantConvertor())
Undocumented in source.

Functions

configure
auto configure(PolicyDocument document, RCIAllocator allocator)

Take a document container and create a configuration context for it.

describe
Context describe(Context context, string title, string description)

Register a description for property.

optional
Context optional(Context context, To value)

Register a default value for property.

Structs

DocumentContainerBuilder
struct DocumentContainerBuilder(PolicyDocument : Marker!(DocumentTypeArg, FieldTypeArg, PoliciesArg), alias Marker, DocumentTypeArg, FieldTypeArg, PoliciesArg...)

Configuration context that is providing a nice api to add convertors into a container for a document.

PolicyDocument
struct PolicyDocument(DocumentType, FieldType, Policies...)

Wrapper over a document enhancing it with various configuration policies.

PropertyContext
struct PropertyContext(Type, Context)

Configuration context for a property

UsingCombinedConvertor
struct UsingCombinedConvertor(ConvertorType)
Undocumented in source.
WithCompositeAccessor
struct WithCompositeAccessor
Undocumented in source.
WithCompositeInspector
struct WithCompositeInspector
Undocumented in source.
WithCompositeSetter
struct WithCompositeSetter
Undocumented in source.
WithContainerScanning
struct WithContainerScanning(Locations...)

Marker interface that provides a list of components or modules to scan for components to populate convertor container.

WithConversionToCompositeConvertor
struct WithConversionToCompositeConvertor
Undocumented in source.
WithConvertorAggregation
struct WithConvertorAggregation(ConvertorType)

Policy that will populate first available combined convertor in container with all registered types.

WithConvertorSources
struct WithConvertorSources(SourceTypes...)

Policy that adds convertors for additional source/origin types for registered one.

WithConvertorsFor
struct WithConvertorsFor(ConvertibleTypes...)

Policy that adds information of types to which document container should already have Convertors.

WithInitializer
struct WithInitializer(alias Initializer)

Marker interface that runs initializer of configuration context.

WithLocatorForUnregisteredComponents
struct WithLocatorForUnregisteredComponents

Policy that adds a locator of unregistered components yet available in root document.

WithMapToMapConvertor
struct WithMapToMapConvertor
Undocumented in source.
WithRangeToArrayConvertor
struct WithRangeToArrayConvertor
Undocumented in source.
WithRangeToRangeConvertor
struct WithRangeToRangeConvertor
Undocumented in source.
WithVariantConvertor
struct WithVariantConvertor
Undocumented in source.

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