Uses of Interface
com.robinloom.jweaver.commons.Weaver
Packages that use Weaver
Package
Description
-
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.dynamic
Classes in com.robinloom.jweaver.dynamic 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.