FieldConfigurer.configure

See PropertyConfigurer interface

class FieldConfigurer(T, string property, Arg)
@trusted
void
configure
(
ref T obj
)
if (
isFieldCompatible!(T, property, Arg)
)

Throws

InvalidCastException when extracted component by reference, is not of type expected by argument of component's field

Meta