Annotation Type GridToStringInclude


  • @Documented
    @Retention(RUNTIME)
    @Target({FIELD,TYPE})
    public @interface GridToStringInclude
    Attach this annotation to a field or a class to indicate that this field or fields of this class should be included in toString() output. This annotation allows to override the default exclusion policy.
    • Optional Element Summary

      Optional Elements 
      Modifier and Type Optional Element Description
      boolean sensitive
      A flag indicating a sensitive information stored in the field or fields of the class.
      Such information will be included in toString() output ONLY when the system property IGNITE_TO_STRING_INCLUDE_SENSITIVE is set to true.
    • Element Detail

      • sensitive

        boolean sensitive
        A flag indicating a sensitive information stored in the field or fields of the class.
        Such information will be included in toString() output ONLY when the system property IGNITE_TO_STRING_INCLUDE_SENSITIVE is set to true.
        Returns:
        Attribute value.
        Default:
        false