public class MaskProvider extends Object implements DataMask.Provider
Constructor and Description |
---|
MaskProvider() |
Modifier and Type | Method and Description |
---|---|
DataMask |
build(String name,
TypeDescription schema,
String... params)
Build a mask with the given parameters.
|
public DataMask build(String name, TypeDescription schema, String... params)
DataMask.Provider
build
in interface DataMask.Provider
name
- the kind of maskingschema
- the type of the fieldparams
- the list of parameters with the name in params[0]Copyright © 2013–2018 The Apache Software Foundation. All rights reserved.