Uses of Interface
com.robinloom.jweaver.commons.Weaver
Packages that use Weaver
Package
Description
-
Uses of Weaver in com.robinloom.jweaver
Methods in com.robinloom.jweaver with parameters of type Weaver -
Uses of Weaver in com.robinloom.jweaver.bullet
Classes in com.robinloom.jweaver.bullet that implement WeaverModifier and TypeClassDescriptionclassBulletWeaver generates a string representation for a given object by arranging the object information (class name, field names, values) in a list with indented items. -
Uses of Weaver in com.robinloom.jweaver.card
Classes in com.robinloom.jweaver.card that implement WeaverModifier and TypeClassDescriptionclassCardWeaver depicts a given object as a framed card with aligned key-value pairs inside a box. -
Uses of Weaver in com.robinloom.jweaver.flat
Classes in com.robinloom.jweaver.flat that implement WeaverModifier and TypeClassDescriptionclassDynamicWeaver generates a string representation for a given object by combining the object information (class name, field names, values) with a set of separator strings. -
Uses of Weaver in com.robinloom.jweaver.tree
Classes in com.robinloom.jweaver.tree that implement WeaverModifier and TypeClassDescriptionclassTreeWeaver depicts a given object and its fields as a tree.