Class IipStringStyle


  • public class IipStringStyle
    extends java.lang.Object
    Specific styles for ReflectionToStringBuilder.
    Author:
    Holger Eichelberger, SSE
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static org.apache.commons.lang3.builder.ToStringStyle SHORT_STRING_STYLE
      Short prefix style with limited string output.
    • Constructor Summary

      Constructors 
      Constructor Description
      IipStringStyle()  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • SHORT_STRING_STYLE

        public static final org.apache.commons.lang3.builder.ToStringStyle SHORT_STRING_STYLE
        Short prefix style with limited string output.
    • Constructor Detail

      • IipStringStyle

        public IipStringStyle()