- All Known Subinterfaces:
BeanCollection<E>
,EntityBean
public interface ToStringAware
A type that can participate in building toString content with ToStringBuilder.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
toString
(ToStringBuilder builder) Append to the ToStringBuilder.
-
Method Details
-
toString
Append to the ToStringBuilder.
-