
artoria.data.desensitize.Desensitizer Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of artoria-extend Show documentation
Show all versions of artoria-extend Show documentation
Artoria is a java technology framework based on the facade pattern.
The newest version!
package artoria.data.desensitize;
/**
* Provide a high-level abstract of the desensitize tools.
* @author Kahle
*/
public interface Desensitizer {
/**
* Data desensitize.
* @param data Data to be desensitized
* @return Desensitized results
*/
String desensitize(CharSequence data);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy