Uses of Class
com.robinloom.jweaver.flat.FlatWeaver
Packages that use FlatWeaver
-
Uses of FlatWeaver in com.robinloom.jweaver
Methods in com.robinloom.jweaver that return FlatWeaverModifier and TypeMethodDescriptionstatic FlatWeaverJWeaver.Internal.flat()Access FlatWeaver explicitly -
Uses of FlatWeaver in com.robinloom.jweaver.flat
Methods in com.robinloom.jweaver.flat that return FlatWeaverModifier and TypeMethodDescriptionFlatWeaver.capitalizeFields()Enables capitalization of field names. firstName -> FirstNameFlatWeaver.classNameFieldsSeparator(String separator) Sets a string to separate the class name and the fields to be printed.FlatWeaver.classNamePrefix(String classNamePrefix) Sets a string to be placed before the class name.FlatWeaver.classNameSuffix(String classNameSuffix) Sets a string to be placed after the class name.FlatWeaver.excludeFields(List<String> fields) Sets the names of fields that should be excluded from the output.FlatWeaver.fieldSeparator(String separator) Sets a string that is used to separate the printed fields.FlatWeaver.fieldValueSeparator(String separator) Sets a string to separate the field name and the corresponding value.FlatWeaver.globalSuffix(String suffix) Sets a string that is placed at the end of the generated string.FlatWeaver.includeFields(List<String> fields) Sets the names of fields that should be included in the output.FlatWeaver.maxSequenceLength(int maxSequenceLength) Sets the maximum length of collections and arrays to be included in the output.FlatWeaver.multiline()Sets newline '\n' as separator for fields and for classname and fields.FlatWeaver.omitClassName()Determines if the class name should be omitted when printing.FlatWeaver.orderFieldsAlphabetically()Will order field names alphabetically before printing.FlatWeaver.showDataTypes()Enables the printing of data typesFlatWeaver.showInheritedFields()Activates the inclusion of inherited fields.