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 RuleKeyScopedHasher
public Scope pathKeyScope(Path key)
pathKeyScope
in interface RuleKeyScopedHasher
public Scope wrapperScope(RuleKeyHasher.Wrapper wrapper)
wrapperScope
in interface RuleKeyScopedHasher
public RuleKeyScopedHasher.ContainerScope containerScope(RuleKeyHasher.Container container)
containerScope
in interface RuleKeyScopedHasher