Uses of Class
org.springframework.cloud.contract.spec.internal.RegexProperty
Packages that use RegexProperty
-
Uses of RegexProperty in org.springframework.cloud.contract.spec.internal
Methods in org.springframework.cloud.contract.spec.internal that return RegexPropertyModifier and TypeMethodDescriptionCommon.aDouble()static RegexPropertyRegexPatterns.aDouble()Common.alphaNumeric()static RegexPropertyRegexPatterns.alphaNumeric()Common.anInteger()static RegexPropertyRegexPatterns.anInteger()Common.anyBoolean()static RegexPropertyRegexPatterns.anyBoolean()RegexProperty.asBooleanType()RegexProperty.asDouble()RegexProperty.asFloat()RegexProperty.asInteger()RegexProperty.asLong()RegexProperty.asShort()RegexProperty.asString()RegexProperty.concreteClientDynamicProducer()RegexProperty.concreteClientEscapedDynamicProducer()RegexProperty.dynamicClientConcreteProducer()RegexProperty.dynamicClientEscapedConcreteProducer()Common.email()static RegexPropertyRegexPatterns.email()Common.hostname()static RegexPropertyRegexPatterns.hostname()Common.httpsUrl()static RegexPropertyRegexPatterns.httpsUrl()Common.ipAddress()static RegexPropertyRegexPatterns.ipAddress()Common.iso8601WithOffset()static RegexPropertyRegexPatterns.iso8601WithOffset()Common.isoDate()static RegexPropertyRegexPatterns.isoDate()Common.isoDateTime()static RegexPropertyRegexPatterns.isoDateTime()Common.isoTime()static RegexPropertyRegexPatterns.isoTime()Common.nonBlank()static RegexPropertyRegexPatterns.nonBlank()Common.nonEmpty()static RegexPropertyRegexPatterns.nonEmpty()Common.number()static RegexPropertyRegexPatterns.number()Common.onlyAlphaUnicode()static RegexPropertyRegexPatterns.onlyAlphaUnicode()Common.positiveInt()static RegexPropertyRegexPatterns.positiveInt()Common.regex(RegexProperty regex) Common.regexProperty(Object object) Input.regexProperty(Object object) OutputMessage.regexProperty(Object object) Request.regexProperty(Object object) Response.regexProperty(Object object) Common.url()static RegexPropertyRegexPatterns.url()Common.uuid()static RegexPropertyRegexPatterns.uuid()static RegexPropertyRegexPatterns.uuid4()Methods in org.springframework.cloud.contract.spec.internal with parameters of type RegexPropertyModifier and TypeMethodDescriptionInput.$(RegexProperty prop) OutputMessage.$(RegexProperty pattern) Request.$(RegexProperty property) Allows to set a dynamic value for the given regular expression element.Response.$(RegexProperty server) Allows to set a dynamic value for the given element.BodyMatchers.byRegex(RegexProperty regex) Common.regex(RegexProperty regex) Input.value(RegexProperty prop) OutputMessage.value(RegexProperty pattern) Request.value(RegexProperty property) Allows to set a dynamic value for the given regular expression element.Response.value(RegexProperty server) Allows to set a dynamic value for the given element.