Class Annotations.AnnotationToStringConfig

  • Enclosing class:
    Annotations

    private static class Annotations.AnnotationToStringConfig
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) boolean includeMemberName  
      (package private) boolean quote  
    • Constructor Summary

      Constructors 
      Constructor Description
      AnnotationToStringConfig​(boolean quote, boolean includeMemberName)  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • quote

        final boolean quote
      • includeMemberName

        final boolean includeMemberName
    • Constructor Detail

      • AnnotationToStringConfig

        AnnotationToStringConfig​(boolean quote,
                                 boolean includeMemberName)