CommandRouteMetadata

data class CommandRouteMetadata<C>(val enabled: Boolean, val path: String, val method: String, val prefix: String = "", val appendIdPath: CommandRoute.AppendPath = CommandRoute.AppendPath.DEFAULT, val appendTenantPath: CommandRoute.AppendPath = CommandRoute.AppendPath.DEFAULT, val ignoreAggregateNamePrefix: Boolean = false, val commandMetadata: CommandMetadata<C>, val summary: String = "", val description: String = "", val pathVariableMetadata: Set<VariableMetadata> = setOf(), val headerVariableMetadata: Set<VariableMetadata> = setOf()) : Metadata

Constructors

Link copied to clipboard
constructor(enabled: Boolean, path: String, method: String, prefix: String = "", appendIdPath: CommandRoute.AppendPath = CommandRoute.AppendPath.DEFAULT, appendTenantPath: CommandRoute.AppendPath = CommandRoute.AppendPath.DEFAULT, ignoreAggregateNamePrefix: Boolean = false, commandMetadata: CommandMetadata<C>, summary: String = "", description: String = "", pathVariableMetadata: Set<VariableMetadata> = setOf(), headerVariableMetadata: Set<VariableMetadata> = setOf())

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

filedName -> PathVariableMetadata

Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
fun decode(commandNode: ObjectNode, pathVariableProvider: (String) -> String?, headerVariableProvider: (String) -> String?): C
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int