public class DomainSanitizer extends java.lang.Object implements ISanitizer<Domain>
Modifier and Type | Class and Description |
---|---|
static class |
DomainSanitizer.Factory |
Constructor and Description |
---|
DomainSanitizer() |
Modifier and Type | Method and Description |
---|---|
void |
create(Domain domain) |
void |
update(Domain current,
Domain updated) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
create, update
public void create(Domain domain)
create
in interface ISanitizer<Domain>
public void update(Domain current, Domain updated)
update
in interface ISanitizer<Domain>
Copyright © 2021. All Rights Reserved.