Class HttpMetaServiceDescriptor.ResponseTransformer
java.lang.Object
io.inverno.mod.discovery.http.meta.HttpMetaServiceDescriptor.ResponseTransformer
- Enclosing class:
HttpMetaServiceDescriptor
Describes a response transformer.
- Since:
- 1.12
- Author:
- Jeremy Kuhn
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Returns the headers to add.Returns the headers to remove.Returns the headers to set.int
hashCode()
-
Constructor Details
-
Method Details
-
getAddHeaders
Returns the headers to add.
- Returns:
- the headers to add
-
getSetHeaders
Returns the headers to set.
- Returns:
- the headers to set
-
getRemoveHeaders
Returns the headers to remove.
- Returns:
- the headers to remove
-
equals
-
hashCode
public int hashCode()
-