Module org.jooq
Package org.jooq.conf

Class RenderFormatting

    • Field Detail

      • newline

        protected String newline
      • indentation

        protected String indentation
      • printMargin

        protected Integer printMargin
    • Constructor Detail

      • RenderFormatting

        public RenderFormatting()
    • Method Detail

      • getNewline

        public String getNewline()
        The character to be used for line breaks.
        Returns:
        possible object is String
      • setNewline

        public void setNewline​(String value)
        Sets the value of the newline property.
        Parameters:
        value - allowed object is String
      • getIndentation

        public String getIndentation()
        The characters to be used for indentation.
        Returns:
        possible object is String
      • setIndentation

        public void setIndentation​(String value)
        Sets the value of the indentation property.
        Parameters:
        value - allowed object is String
      • getPrintMargin

        public Integer getPrintMargin()
        The print margin after which (some) formatted elements will break lines.
        Returns:
        possible object is Integer
      • setPrintMargin

        public void setPrintMargin​(Integer value)
        Sets the value of the printMargin property.
        Parameters:
        value - allowed object is Integer
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object