Interface PropertyConfigurer

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

interface PropertyConfigurer(T) ;

Methods

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