Table of Contents

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 MethodInfo
routeDetails IRouteDetails

MappingDescription(string, IRouteDetails)

public MappingDescription(string routeHandler, IRouteDetails routeDetails)

Parameters

routeHandler string
routeDetails IRouteDetails

Fields

ALL_HTTP_METHODS

public const string ALL_HTTP_METHODS = "GET || PUT || POST || DELETE || HEAD || OPTIONS"

Field Value

string

Properties

Details

[JsonProperty("details")]
public object Details { get; }

Property Value

object

Handler

[JsonProperty("handler")]
public string Handler { get; }

Property Value

string

Predicate

[JsonProperty("predicate")]
public string Predicate { get; }

Property Value

string