PropertyConfigurer

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

interface PropertyConfigurer (
T
) {}

Members

Functions

configure
void configure(T object)

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

Meta