| java.lang.Object com.mchange.v2.codegen.bean.ExplicitPropsConstructorGeneratorExtension
ExplicitPropsConstructorGeneratorExtension | public class ExplicitPropsConstructorGeneratorExtension implements GeneratorExtension(Code) | | 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.
|
ctor_modifiers | int ctor_modifiers(Code) | | |
skips_silently | boolean skips_silently(Code) | | |
ExplicitPropsConstructorGeneratorExtension | public ExplicitPropsConstructorGeneratorExtension()(Code) | | |
ExplicitPropsConstructorGeneratorExtension | public ExplicitPropsConstructorGeneratorExtension(String[] propNames)(Code) | | |
isSkipsSilently | public boolean isSkipsSilently()(Code) | | |
setPropNames | public void setPropNames(String[] propNames)(Code) | | |
setsSkipsSilently | public void setsSkipsSilently(boolean skips_silently)(Code) | | |
|
|