public class NoopRuleKeyScopedHasher extends Object implements RuleKeyScopedHasher
RuleKeyScopedHasher.ContainerScope| Modifier and Type | Field and Description |
|---|---|
static NoopRuleKeyScopedHasher |
INSTANCE |
| Modifier and Type | Method and Description |
|---|---|
RuleKeyScopedHasher.ContainerScope |
containerScope(RuleKeyHasher.Container container) |
Scope |
keyScope(String key) |
Scope |
pathKeyScope(Path key) |
Scope |
wrapperScope(RuleKeyHasher.Wrapper wrapper) |
public static final NoopRuleKeyScopedHasher INSTANCE
public Scope keyScope(String key)
keyScope in interface RuleKeyScopedHasherpublic Scope pathKeyScope(Path key)
pathKeyScope in interface RuleKeyScopedHasherpublic Scope wrapperScope(RuleKeyHasher.Wrapper wrapper)
wrapperScope in interface RuleKeyScopedHasherpublic RuleKeyScopedHasher.ContainerScope containerScope(RuleKeyHasher.Container container)
containerScope in interface RuleKeyScopedHasher