Package net.snowflake.client.util
Class SecretDetector.SecretDetectorJSONStyle
- java.lang.Object
-
- net.minidev.json.JSONStyle
-
- net.snowflake.client.util.SecretDetector.SecretDetectorJSONStyle
-
- Enclosing class:
- SecretDetector
public static class SecretDetector.SecretDetectorJSONStyle extends net.minidev.json.JSONStyle
-
-
Constructor Summary
Constructors Constructor Description SecretDetectorJSONStyle()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
arrayNextElm(Appendable out)
void
arrayStop(Appendable out)
void
objectNext(Appendable out)
-
-
-
Method Detail
-
objectNext
public void objectNext(Appendable out) throws IOException
- Overrides:
objectNext
in classnet.minidev.json.JSONStyle
- Throws:
IOException
-
arrayStop
public void arrayStop(Appendable out) throws IOException
- Overrides:
arrayStop
in classnet.minidev.json.JSONStyle
- Throws:
IOException
-
arrayNextElm
public void arrayNextElm(Appendable out) throws IOException
- Overrides:
arrayNextElm
in classnet.minidev.json.JSONStyle
- Throws:
IOException
-
-