Uses of Class
org.springframework.cloud.contract.spec.internal.ServerDslProperty
Packages that use ServerDslProperty
-
Uses of ServerDslProperty in org.springframework.cloud.contract.spec.internal
Classes in org.springframework.cloud.contract.spec.internal that implement interfaces with type arguments of type ServerDslPropertyModifier and TypeClassDescriptionclassRepresents an output for messaging.classRepresents the response side of the HTTP communication.Methods in org.springframework.cloud.contract.spec.internal that return ServerDslPropertyModifier and TypeMethodDescriptionOutputMessage.aBoolean()Response.aBoolean()OutputMessage.anyAlphaNumeric()Response.anyAlphaNumeric()OutputMessage.anyAlphaUnicode()Response.anyAlphaUnicode()OutputMessage.anyDate()Response.anyDate()OutputMessage.anyDateTime()Response.anyDateTime()OutputMessage.anyDouble()Response.anyDouble()OutputMessage.anyEmail()Response.anyEmail()OutputMessage.anyHex()Response.anyHex()OutputMessage.anyHostname()Response.anyHostname()OutputMessage.anyHttpsUrl()Response.anyHttpsUrl()OutputMessage.anyInteger()Response.anyInteger()OutputMessage.anyIpAddress()Response.anyIpAddress()OutputMessage.anyIso8601WithOffset()Response.anyIso8601WithOffset()OutputMessage.anyNonBlankString()Response.anyNonBlankString()OutputMessage.anyNonEmptyString()Response.anyNonEmptyString()OutputMessage.anyNumber()Response.anyNumber()OutputMessage.anyPositiveInt()Response.anyPositiveInt()OutputMessage.anyTime()Response.anyTime()OutputMessage.anyUrl()Response.anyUrl()OutputMessage.anyUuid()Response.anyUuid()Helper method to provide a better name for the server side.Helper method to provide a better name for the server side.Helper method to provide a better name for the server side.Helper method to provide a better name for the server side.Methods in org.springframework.cloud.contract.spec.internal with parameters of type ServerDslPropertyModifier and TypeMethodDescriptionCommon.$(ClientDslProperty client, ServerDslProperty server) Common.$(ServerDslProperty server, ClientDslProperty client) OutputMessage.$(ServerDslProperty property) Response.$(ServerDslProperty server) Allows to set a dynamic value for the given element.Common.value(ClientDslProperty client, ServerDslProperty server) Common.value(ServerDslProperty server, ClientDslProperty client) OutputMessage.value(ServerDslProperty serverDslProperty) Request.value(ClientDslProperty client, ServerDslProperty server) Allows to set a dynamic value for client and server side.Request.value(ServerDslProperty server, ClientDslProperty client) Allows to set a dynamic value for client and server side.Response.value(ClientDslProperty client, ServerDslProperty server) Allows to set a dynamic value for the given element.Response.value(ServerDslProperty server) Allows to set a dynamic value for the given element.Response.value(ServerDslProperty server, ClientDslProperty client) Allows to set a dynamic value for the given element.