Class HttpMetaServiceDescriptor.RegexValueMatcher
java.lang.Object
io.inverno.mod.discovery.http.meta.HttpMetaServiceDescriptor.ValueMatcher
io.inverno.mod.discovery.http.meta.HttpMetaServiceDescriptor.RegexValueMatcher
- Enclosing class:
HttpMetaServiceDescriptor
public static class HttpMetaServiceDescriptor.RegexValueMatcher
extends HttpMetaServiceDescriptor.ValueMatcher
Describes a regex value matcher.
- Since:
- 1.12
- Author:
- Jeremy Kuhn
-
Nested Class Summary
Nested classes/interfaces inherited from class io.inverno.mod.discovery.http.meta.HttpMetaServiceDescriptor.ValueMatcher
HttpMetaServiceDescriptor.ValueMatcher.Kind
-
Constructor Summary
-
Method Summary
Methods inherited from class io.inverno.mod.discovery.http.meta.HttpMetaServiceDescriptor.ValueMatcher
getKind
-
Constructor Details
-
RegexValueMatcher
Creates a regex value matcher.
- Parameters:
regex
- a regex
-
-
Method Details
-
getRegex
-
equals
- Overrides:
equals
in classHttpMetaServiceDescriptor.ValueMatcher
-
hashCode
public int hashCode()- Overrides:
hashCode
in classHttpMetaServiceDescriptor.ValueMatcher
-