Uses of Class
com.robinloom.jweaver.card.CardWeaver
Packages that use CardWeaver
-
Uses of CardWeaver in com.robinloom.jweaver
Methods in com.robinloom.jweaver that return CardWeaverModifier and TypeMethodDescriptionstatic CardWeaverJWeaver.Internal.card()Access CardWeaver explicitly -
Uses of CardWeaver in com.robinloom.jweaver.card
Methods in com.robinloom.jweaver.card that return CardWeaverModifier and TypeMethodDescriptionSets the set of characters to use for the box bordering the contentCardWeaver.capitalizeFields()Enables capitalization of field names. firstName -> FirstNameCardWeaver.excludeFields(List<String> fields) Sets the names of fields that should be excluded from the output.CardWeaver.includeFields(List<String> fields) Sets the names of fields that should be included in the output.CardWeaver.omitClassName()Determines if the class name should be omitted when printing.CardWeaver.showDataTypes()Enables the printing of data typesCardWeaver.showInheritedFields()Activates the inclusion of inherited fields.