-
- All Known Subinterfaces:
BeanCollection<E>,EntityBean
public interface ToStringAwareA type that can participate in building toString content with ToStringBuilder.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidtoString(ToStringBuilder builder)Append to the ToStringBuilder.
-
-
-
Method Detail
-
toString
void toString(ToStringBuilder builder)
Append to the ToStringBuilder.
-
-