Uses of Class
com.robinloom.jweaver.tree.TreeWeaver
Packages that use TreeWeaver
-
Uses of TreeWeaver in com.robinloom.jweaver
Methods in com.robinloom.jweaver that return TreeWeaverModifier and TypeMethodDescriptionstatic TreeWeaverJWeaver.getTree()Creates and returns a new instance ofTreeWeaver. -
Uses of TreeWeaver in com.robinloom.jweaver.tree
Methods in com.robinloom.jweaver.tree that return TreeWeaverModifier and TypeMethodDescriptionTreeWeaver.branchChar(char branchChar) Sets the character that will be used for a simple branch of the tree.TreeWeaver.capitalizeFields()Enables capitalization of field names.TreeWeaver.excludeFields(List<String> fields) Sets the names of fields that should be excluded from the output.TreeWeaver.includeFields(List<String> fields) Sets the names of fields that should be included in the output.TreeWeaver.lastBranchChar(char lastBranchChar) Sets the character that will be used as the last char of a branch on a certain level Default is '`'TreeWeaver.maxDepth(int maxDepth) Sets the maximum depth for the resulting tree.TreeWeaver.maxSequenceLength(int maxSequenceLength) Sets the maximum length of collections and arrays to be included in the output.TreeWeaver.omitClassName()Determines if the class name should be omitted when printing.TreeWeaver.showDataTypes()Enables the printing of data typesTreeWeaver.showInheritedFields()Activates the inclusion of inherited fields.