Uses of Class
com.robinloom.jweaver.bullet.BulletWeaver
Packages that use BulletWeaver
-
Uses of BulletWeaver in com.robinloom.jweaver
Methods in com.robinloom.jweaver that return BulletWeaverModifier and TypeMethodDescriptionstatic BulletWeaverJWeaver.Internal.bullet()Access BulletWeaver explicitly -
Uses of BulletWeaver in com.robinloom.jweaver.bullet
Methods in com.robinloom.jweaver.bullet that return BulletWeaverModifier and TypeMethodDescriptionBulletWeaver.capitalizeFields()Enables capitalization of field names. firstName -> FirstNameBulletWeaver.deeperLevelBulletChar(char character) Sets the character to be used for a bullet on third level or deeper.BulletWeaver.excludeFields(List<String> fields) Sets the names of fields that should be excluded from the output.BulletWeaver.firstLevelBulletChar(char character) Sets the character to be used for a bullet on first level.BulletWeaver.includeFields(List<String> fields) Sets the names of fields that should be included in the output.BulletWeaver.indentation(int indentation) Sets the amount of indentation to be applied for every step.BulletWeaver.maxDepth(int maxDepth) Sets the maximum depth for the resulting tree.BulletWeaver.maxSequenceLength(int maxSequenceLength) Sets the maximum length of collections and arrays to be included in the output.BulletWeaver.omitClassName()Determines if the class name should be omitted when printing.BulletWeaver.orderFieldsAlphabetically()Will order field names alphabetically before printing.BulletWeaver.secondLevelBulletChar(char character) Sets the character to be used for a bullet on second level.BulletWeaver.showDataTypes()Enables the printing of data typesBulletWeaver.showInheritedFields()Activates the inclusion of inherited fields.