Package | Description |
---|---|
com.mchange.v2.codegen.bean |
Modifier and Type | Class and Description |
---|---|
class |
BeanExtractingGeneratorExtension |
class |
CloneableExtension |
class |
CompleteConstructorGeneratorExtension |
class |
CopyConstructorGeneratorExtension |
class |
ExplicitDefaultConstructorGeneratorExtension |
class |
ExplicitPropsConstructorGeneratorExtension
Writes a constructor that takes an explicitly listed subset of a bean's properties
for its arguments, and sets these properties initial values appropriately.
|
class |
IndirectingSerializableExtension |
class |
PropertyMapConstructorGeneratorExtension |
class |
PropertyReferenceableExtension |
class |
PropsToStringGeneratorExtension |
class |
SerializableExtension
Note: this class pays no attention to whether users have marked any property variables as transient.
|
class |
SimpleStateBeanImportExportGeneratorExtension |
class |
StateBeanImportExportGeneratorExtension |
Modifier and Type | Method and Description |
---|---|
void |
SimplePropertyBeanGenerator.addExtension(GeneratorExtension ext) |
void |
SimplePropertyBeanGenerator.removeExtension(GeneratorExtension ext) |
Copyright © 2018 com.mchange. All rights reserved.