Skip navigation links
B C E G H O P Q R S U X 

B

body() - Method in interface org.springframework.cloud.contract.spec.ContractTemplate
Request body text (avoid for non-text bodies) e.g.
body(String) - Method in interface org.springframework.cloud.contract.spec.ContractTemplate
Request body text for the given JsonPath.

C

closingTemplate() - Method in interface org.springframework.cloud.contract.spec.ContractTemplate
Handlebars is using the Mustache template thus it looks like this {{ Mustache }}.
ContractStorer<T> - Interface in org.springframework.cloud.contract.spec
Defines how to store converted contracts to a byte array representation that can be stored to drive
ContractTemplate - Interface in org.springframework.cloud.contract.spec
Contract for defining templated responses.
cookie(String) - Method in interface org.springframework.cloud.contract.spec.ContractTemplate
Retruns the template for retrieving the first value of a cookie with certain key

E

escapedBody() - Method in interface org.springframework.cloud.contract.spec.ContractTemplate
Request body text (avoid for non-text bodies) e.g.
escapedBody(String) - Method in interface org.springframework.cloud.contract.spec.ContractTemplate
Request body text for the given JsonPath.
escapedClosingTemplate() - Method in interface org.springframework.cloud.contract.spec.ContractTemplate
Handlebars is using the Mustache template thus it looks like this {{{ Mustache }}}.
escapedCookie(String) - Method in interface org.springframework.cloud.contract.spec.ContractTemplate
Retruns the template for retrieving the escaped first value of a cookie with certain key
escapedHeader(String) - Method in interface org.springframework.cloud.contract.spec.ContractTemplate
Returns the template for retrieving the escaped first value of a request header e.g.
escapedHeader(String, int) - Method in interface org.springframework.cloud.contract.spec.ContractTemplate
Returns the template for retrieving the esacaped nth value of a request header (zero indexed) e.g.
escapedOpeningTemplate() - Method in interface org.springframework.cloud.contract.spec.ContractTemplate
Handlebars is using the Mustache template thus it looks like this {{{ Mustache }}}.
escapedPath() - Method in interface org.springframework.cloud.contract.spec.ContractTemplate
Returns the template for retrieving a escaped URL path
escapedPath(int) - Method in interface org.springframework.cloud.contract.spec.ContractTemplate
Returns the template for retrieving escaped nth value of a URL path (zero indexed) e.g.
escapedQuery(String) - Method in interface org.springframework.cloud.contract.spec.ContractTemplate
Returns the template for retrieving escaped first value of a query parameter e.g.
escapedQuery(String, int) - Method in interface org.springframework.cloud.contract.spec.ContractTemplate
Returns the template for retrieving esacped nth value of a query parameter (zero indexed) e.g.
escapedUrl() - Method in interface org.springframework.cloud.contract.spec.ContractTemplate
Returns the template for retrieving a escaped URL path and query from request

G

generate() - Method in class repackaged.nl.flotsam.xeger.Xeger
Generates a random String that is guaranteed to match the regular expression passed to the constructor.
getRandom() - Method in class repackaged.nl.flotsam.xeger.Xeger
 

H

header(String) - Method in interface org.springframework.cloud.contract.spec.ContractTemplate
Returns the template for retrieving the first value of a request header e.g.
header(String, int) - Method in interface org.springframework.cloud.contract.spec.ContractTemplate
Returns the template for retrieving the nth value of a request header (zero indexed) e.g.

O

openingTemplate() - Method in interface org.springframework.cloud.contract.spec.ContractTemplate
Handlebars is using the Mustache template thus it looks like this {{ Mustache }}.
org.springframework.cloud.contract.spec - package org.springframework.cloud.contract.spec
 
org.springframework.cloud.contract.spec.internal - package org.springframework.cloud.contract.spec.internal
 

P

path() - Method in interface org.springframework.cloud.contract.spec.ContractTemplate
Returns the template for retrieving a URL path
path(int) - Method in interface org.springframework.cloud.contract.spec.ContractTemplate
Returns the template for retrieving nth value of a URL path (zero indexed) e.g.

Q

query(String) - Method in interface org.springframework.cloud.contract.spec.ContractTemplate
Returns the template for retrieving first value of a query parameter e.g.
query(String, int) - Method in interface org.springframework.cloud.contract.spec.ContractTemplate
Returns the template for retrieving nth value of a query parameter (zero indexed) e.g.

R

repackaged.nl.flotsam.xeger - package repackaged.nl.flotsam.xeger
 

S

setRandom(Random) - Method in class repackaged.nl.flotsam.xeger.Xeger
 
startsWithEscapedTemplate(String) - Method in interface org.springframework.cloud.contract.spec.ContractTemplate
Asserts whether the given text starts with proper opening template for escaped value
startsWithTemplate(String) - Method in interface org.springframework.cloud.contract.spec.ContractTemplate
Asserts whether the given text starts with proper opening template
store(T) - Method in interface org.springframework.cloud.contract.spec.ContractStorer
Stores the contracts as a map of filename and String

U

url() - Method in interface org.springframework.cloud.contract.spec.ContractTemplate
Returns the template for retrieving a URL path and query from request

X

Xeger - Class in repackaged.nl.flotsam.xeger
An object that will generate text from a regular expression.
Xeger(String, Random) - Constructor for class repackaged.nl.flotsam.xeger.Xeger
Constructs a new instance, accepting the regular expression and the randomizer.
Xeger(String) - Constructor for class repackaged.nl.flotsam.xeger.Xeger
As Xeger.Xeger(String, java.util.Random), creating a Random instance implicityly.
B C E G H O P Q R S U X 
Skip navigation links

Copyright © 2016–2018 Spring. All rights reserved.