Module io.ebean.api
Package io.ebean.bean

Interface ToStringAware

All Known Subinterfaces:
BeanCollection<E>, EntityBean
All Known Implementing Classes:
BeanList, BeanMap, BeanSet

public interface ToStringAware
A type that can participate in building toString content with ToStringBuilder.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Append to the ToStringBuilder.
  • Method Details

    • toString

      void toString(ToStringBuilder builder)
      Append to the ToStringBuilder.