Interface PropertyConfigurer

A property configurer, has the purpose to modify component of type T according to some logic encapsulated in it.

interface PropertyConfigurer(T) ;

Methods

NameDescription
configure Accepts a reference to an object that is to be configured by the configurer.