Annotation Interface AsteriskSerializer.Asterisk

Enclosing class:
AsteriskSerializer

@Target(FIELD) @Retention(RUNTIME) public static @interface AsteriskSerializer.Asterisk
  • Optional Element Summary

    Optional Elements
    Modifier and Type
    Optional Element
    Description
    boolean
    If true, this value will be shown if AsteriskSerializer.showSensitive is true, or if the IP is determined to not be a public IP
     
  • Element Details

    • value

      String value
      Default:
      "***"
    • isIp

      boolean isIp
      If true, this value will be shown if AsteriskSerializer.showSensitive is true, or if the IP is determined to not be a public IP
      Returns:
      true if this should be analyzed and treated as an IP
      Default:
      false