Class MappingDescription
- Namespace
- Steeltoe.Management.Endpoint.Mappings
- Assembly
- Steeltoe.Management.EndpointBase.dll
public class MappingDescription
- Inheritance
-
MappingDescription
- Inherited Members
Constructors
MappingDescription(MethodInfo, IRouteDetails)
public MappingDescription(MethodInfo routeHandler, IRouteDetails routeDetails)
Parameters
routeHandler
MethodInforouteDetails
IRouteDetails
MappingDescription(string, IRouteDetails)
public MappingDescription(string routeHandler, IRouteDetails routeDetails)
Parameters
routeHandler
stringrouteDetails
IRouteDetails
Fields
ALL_HTTP_METHODS
public const string ALL_HTTP_METHODS = "GET || PUT || POST || DELETE || HEAD || OPTIONS"
Field Value
Properties
Details
[JsonPropertyName("details")]
public object Details { get; }
Property Value
Handler
[JsonPropertyName("handler")]
public string Handler { get; }
Property Value
Predicate
[JsonPropertyName("predicate")]
public string Predicate { get; }