Class HttpMetaServiceDescriptor.StaticValueMatcher
java.lang.Object
io.inverno.mod.discovery.http.meta.HttpMetaServiceDescriptor.ValueMatcher
io.inverno.mod.discovery.http.meta.HttpMetaServiceDescriptor.StaticValueMatcher
- Enclosing class:
HttpMetaServiceDescriptor
public static class HttpMetaServiceDescriptor.StaticValueMatcher
extends HttpMetaServiceDescriptor.ValueMatcher
Describes a static 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
-
StaticValueMatcher
Creates a static value matcher.
- Parameters:
value
- a static value
-
-
Method Details
-
getValue
-
equals
- Overrides:
equals
in classHttpMetaServiceDescriptor.ValueMatcher
-
hashCode
public int hashCode()- Overrides:
hashCode
in classHttpMetaServiceDescriptor.ValueMatcher
-