Class ToStringConfiguration


  • @Beta
    public class ToStringConfiguration
    extends java.lang.Object
    Since:
    2.7
    Noreference:
    This class is not intended to be referenced by clients.
    Noextend:
    This class is not intended to be subclassed by clients.
    Noinstantiate:
    This class is not intended to be instantiated by clients.
    • Constructor Detail

      • ToStringConfiguration

        public ToStringConfiguration()
      • ToStringConfiguration

        public ToStringConfiguration​(boolean skipNulls,
                                     boolean singleLine,
                                     boolean hideFieldNames,
                                     boolean verbatimValues)
      • ToStringConfiguration

        public ToStringConfiguration​(org.eclipse.xtend.lib.macro.declaration.AnnotationReference annotation)
    • Method Detail

      • isSkipNulls

        public boolean isSkipNulls()
      • isSingleLine

        public boolean isSingleLine()
      • isHideFieldNames

        public boolean isHideFieldNames()
      • isVerbatimValues

        public boolean isVerbatimValues()