public static class MaskingJsonGeneratorDecorator.PathMask extends Object
| Constructor and Description |
|---|
PathMask() |
PathMask(List<String> paths) |
PathMask(List<String> paths,
String mask) |
PathMask(String path) |
PathMask(String path,
String mask) |
| Modifier and Type | Method and Description |
|---|---|
void |
addPath(String path) |
void |
addPaths(String paths) |
void |
setMask(String mask) |
public PathMask()
public PathMask(String path)
public void addPath(String path)
path - the absolute or partial field path to mask (see PathBasedFieldMasker for format)public void addPaths(String paths)
paths - a comma-separated string of absolute or partial field paths to mask (see PathBasedFieldMasker for format)Copyright © 2013–2021. All rights reserved.