Class ExplicitPropsConstructorGeneratorExtension

java.lang.Object
com.mchange.v2.codegen.bean.ExplicitPropsConstructorGeneratorExtension
All Implemented Interfaces:
GeneratorExtension

public class ExplicitPropsConstructorGeneratorExtension extends Object implements GeneratorExtension
Writes a constructor that takes an explicitly listed subset of a bean's properties for its arguments, and sets these properties initial values appropriately. Skips any specified names for properties that are not found in a bean being generated. Writes nothing if there are none of the property names are properties of the bean.