FieldConfigurer

Sets aggregate's field to a value.

Encapsulates logic that sets aggregates field to a certain value. If argument that is contained by configurer is a reference, it will be automatically replaced with value extracted from locator, and set to aggregate's field.

class FieldConfigurer : ParameterHolder!Arg, PropertyConfigurer!T(
T
string property
Arg
) if (
isFieldCompatible!(T, property, Arg)
) {}

Constructors

this
this(Arg arg)
Undocumented in source.

Members

Functions

configure
void configure(T obj)

See PropertyConfigurer interface

Meta