Package | Description |
---|---|
com.landawn.abacus.util |
Modifier and Type | Method and Description |
---|---|
static CodeGenerator.ParentPropertyMode |
CodeGenerator.ParentPropertyMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CodeGenerator.ParentPropertyMode[] |
CodeGenerator.ParentPropertyMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static void |
CodeGenerator.writeClassMethod(File srcDir,
Class<?> cls,
boolean constructor,
boolean copyMethod,
boolean fluentSetter,
Set<String> ignoreFieldNames,
Map<String,String> fieldName2MethodName,
CodeGenerator.ParentPropertyMode parentPropertyModeForHashEquals,
CodeGenerator.ParentPropertyMode parentPropertyModeForToString,
Class<?> utilClassForHashEqualsToString)
Write the generated methods by the fields defined the in specified class to the source file.
|
Copyright © 2019. All rights reserved.