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 that return WeaverModifier and TypeMethodDescriptionstatic WeaverMode.getWeaverForMode(Mode mode) Returns a newWeaverinstance suitable for the given mode. -
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.linear
Classes in com.robinloom.jweaver.linear that implement WeaverModifier and TypeClassDescriptionclassLinearWeaver 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.