Merge branch 'Buzzardo-new_docs'

fixes gh-1140
fixes gh-1157
This commit is contained in:
Marcin Grzejszczak
2019-08-07 10:59:06 +02:00
45 changed files with 8939 additions and 7039 deletions

View File

@@ -21,6 +21,7 @@ package org.springframework.cloud.contract.spec.internal;
*/
interface RegexCreatingProperty<T extends DslProperty> {
// tag::regex_creating_props[]
T anyAlphaUnicode();
T anyAlphaNumeric();
@@ -62,5 +63,6 @@ interface RegexCreatingProperty<T extends DslProperty> {
T anyNonEmptyString();
T anyOf(String... values);
// end::regex_creating_props[]
}