文件名称: wiremock-standalone-3.13.1.jar中文-英文对照文档.zip
<dependency>
<groupId>org.wiremock</groupId>
<artifactId>wiremock-standalone</artifactId>
<version>3.13.1</version>
</dependency>Gradle:
implementation group: 'org.wiremock', name: 'wiremock-standalone', version: '3.13.1'
Gradle (Short):
implementation 'org.wiremock:wiremock-standalone:3.13.1'
Gradle (Kotlin):
implementation("org.wiremock:wiremock-standalone:3.13.1")本翻译文档基于以下开源项目制作,严格遵守各项目的开源许可证,并在此列出其版权归属与许可证信息。
com.github.tomakehurst.wiremock
com.github.tomakehurst.wiremock.admin
com.github.tomakehurst.wiremock.admin.model
com.github.tomakehurst.wiremock.admin.tasks
com.github.tomakehurst.wiremock.client
com.github.tomakehurst.wiremock.common
com.github.tomakehurst.wiremock.common.filemaker
com.github.tomakehurst.wiremock.common.ssl
com.github.tomakehurst.wiremock.common.url
com.github.tomakehurst.wiremock.common.xml
com.github.tomakehurst.wiremock.core
com.github.tomakehurst.wiremock.direct
com.github.tomakehurst.wiremock.extension
com.github.tomakehurst.wiremock.extension.requestfilter
com.github.tomakehurst.wiremock.extension.responsetemplating
com.github.tomakehurst.wiremock.extension.responsetemplating.helpers
com.github.tomakehurst.wiremock.global
com.github.tomakehurst.wiremock.http
com.github.tomakehurst.wiremock.http.client
com.github.tomakehurst.wiremock.http.multipart
com.github.tomakehurst.wiremock.http.ssl
com.github.tomakehurst.wiremock.http.trafficlistener
com.github.tomakehurst.wiremock.jetty
com.github.tomakehurst.wiremock.jetty11
com.github.tomakehurst.wiremock.junit
com.github.tomakehurst.wiremock.junit5
com.github.tomakehurst.wiremock.matching
com.github.tomakehurst.wiremock.recording
com.github.tomakehurst.wiremock.security
com.github.tomakehurst.wiremock.servlet
com.github.tomakehurst.wiremock.standalone
com.github.tomakehurst.wiremock.store
com.github.tomakehurst.wiremock.store.files
com.github.tomakehurst.wiremock.stubbing
com.github.tomakehurst.wiremock.verification
com.github.tomakehurst.wiremock.verification.diff
com.github.tomakehurst.wiremock.verification.notmatched
org.wiremock.annotations
org.wiremock.webhooks
wiremockcom.github.tomakehurst.wiremock.WireMockServer
com.github.tomakehurst.wiremock.admin.AdminRoutes
com.github.tomakehurst.wiremock.admin.AdminRoutes.RouteBuilder
com.github.tomakehurst.wiremock.admin.AdminTask
com.github.tomakehurst.wiremock.admin.Conversions
com.github.tomakehurst.wiremock.admin.FindStubMappingsByMetadataTask
com.github.tomakehurst.wiremock.admin.GetAllScenariosTask
com.github.tomakehurst.wiremock.admin.GetGlobalSettingsTask
com.github.tomakehurst.wiremock.admin.GetRecordingStatusTask
com.github.tomakehurst.wiremock.admin.ImportStubMappingsTask
com.github.tomakehurst.wiremock.admin.LimitAndOffsetPaginator
com.github.tomakehurst.wiremock.admin.LimitAndSinceDatePaginator
com.github.tomakehurst.wiremock.admin.NotFoundException
com.github.tomakehurst.wiremock.admin.Paginator
com.github.tomakehurst.wiremock.admin.PatchExtendedSettingsTask
com.github.tomakehurst.wiremock.admin.RemoveServeEventTask
com.github.tomakehurst.wiremock.admin.RemoveServeEventsByRequestPatternTask
com.github.tomakehurst.wiremock.admin.RemoveServeEventsByStubMetadataTask
com.github.tomakehurst.wiremock.admin.RemoveStubMappingsByMetadataTask
com.github.tomakehurst.wiremock.admin.RequestSpec
com.github.tomakehurst.wiremock.admin.Router
com.github.tomakehurst.wiremock.admin.SetScenarioStateTask
com.github.tomakehurst.wiremock.admin.StartRecordingTask
com.github.tomakehurst.wiremock.admin.StopRecordingTask
com.github.tomakehurst.wiremock.admin.model.ExtendedSettingsWrapper
com.github.tomakehurst.wiremock.admin.model.GetGlobalSettingsResult
com.github.tomakehurst.wiremock.admin.model.GetScenariosResult
com.github.tomakehurst.wiremock.admin.model.GetServeEventsResult
com.github.tomakehurst.wiremock.admin.model.HealthCheckResult
com.github.tomakehurst.wiremock.admin.model.ListStubMappingsResult
com.github.tomakehurst.wiremock.admin.model.PaginatedResult
com.github.tomakehurst.wiremock.admin.model.PaginatedResult.Meta
com.github.tomakehurst.wiremock.admin.model.RequestJournalDependentResult
com.github.tomakehurst.wiremock.admin.model.ScenarioState
com.github.tomakehurst.wiremock.admin.model.ServeEventQuery
com.github.tomakehurst.wiremock.admin.model.SingleItemResult
com.github.tomakehurst.wiremock.admin.model.SingleServedStubResult
com.github.tomakehurst.wiremock.admin.model.SingleStubMappingResult
com.github.tomakehurst.wiremock.admin.model.VersionResult
com.github.tomakehurst.wiremock.admin.tasks.AbstractGetDocTask
com.github.tomakehurst.wiremock.admin.tasks.AbstractSingleServeEventTask
com.github.tomakehurst.wiremock.admin.tasks.AbstractSingleStubTask
com.github.tomakehurst.wiremock.admin.tasks.CreateStubMappingTask
com.github.tomakehurst.wiremock.admin.tasks.DeleteStubFileTask
com.github.tomakehurst.wiremock.admin.tasks.EditStubFileTask
com.github.tomakehurst.wiremock.admin.tasks.EditStubMappingTask
com.github.tomakehurst.wiremock.admin.tasks.FindNearMissesForRequestPatternTask
com.github.tomakehurst.wiremock.admin.tasks.FindNearMissesForRequestTask
com.github.tomakehurst.wiremock.admin.tasks.FindNearMissesForUnmatchedTask
com.github.tomakehurst.wiremock.admin.tasks.FindRequestsTask
com.github.tomakehurst.wiremock.admin.tasks.FindUnmatchedRequestsTask
com.github.tomakehurst.wiremock.admin.tasks.GetAllRequestsTask
com.github.tomakehurst.wiremock.admin.tasks.GetAllStubFilesTask
com.github.tomakehurst.wiremock.admin.tasks.GetAllStubMappingsTask
com.github.tomakehurst.wiremock.admin.tasks.GetCaCertTask
com.github.tomakehurst.wiremock.admin.tasks.GetDocIndexTask
com.github.tomakehurst.wiremock.admin.tasks.GetRecordingsIndexTask
com.github.tomakehurst.wiremock.admin.tasks.GetRequestCountTask
com.github.tomakehurst.wiremock.admin.tasks.GetServedStubTask
com.github.tomakehurst.wiremock.admin.tasks.GetStubFileTask
com.github.tomakehurst.wiremock.admin.tasks.GetStubMappingTask
com.github.tomakehurst.wiremock.admin.tasks.GetSwaggerSpecTask
com.github.tomakehurst.wiremock.admin.tasks.GetUnmatchedStubMappingsTask
com.github.tomakehurst.wiremock.admin.tasks.GetVersionTask
com.github.tomakehurst.wiremock.admin.tasks.GlobalSettingsUpdateTask
com.github.tomakehurst.wiremock.admin.tasks.HealthCheckTask
com.github.tomakehurst.wiremock.admin.tasks.HealthCheckTask.HealthCheckStatus
com.github.tomakehurst.wiremock.admin.tasks.NotFoundAdminTask
com.github.tomakehurst.wiremock.admin.tasks.OldEditStubMappingTask
com.github.tomakehurst.wiremock.admin.tasks.RemoveMatchingStubMappingTask
com.github.tomakehurst.wiremock.admin.tasks.RemoveStubMappingByIdTask
com.github.tomakehurst.wiremock.admin.tasks.RemoveUnmatchedStubMappingsTask
com.github.tomakehurst.wiremock.admin.tasks.ResetRequestsTask
com.github.tomakehurst.wiremock.admin.tasks.ResetScenariosTask
com.github.tomakehurst.wiremock.admin.tasks.ResetStubMappingsTask
com.github.tomakehurst.wiremock.admin.tasks.ResetTask
com.github.tomakehurst.wiremock.admin.tasks.ResetToDefaultMappingsTask
com.github.tomakehurst.wiremock.admin.tasks.RootRedirectTask
com.github.tomakehurst.wiremock.admin.tasks.RootTask
com.github.tomakehurst.wiremock.admin.tasks.SaveMappingsTask
com.github.tomakehurst.wiremock.admin.tasks.ShutdownServerTask
com.github.tomakehurst.wiremock.admin.tasks.SnapshotTask
com.github.tomakehurst.wiremock.client.BasicCredentials
com.github.tomakehurst.wiremock.client.CountMatchingMode
com.github.tomakehurst.wiremock.client.CountMatchingStrategy
com.github.tomakehurst.wiremock.client.HttpAdminClient
com.github.tomakehurst.wiremock.client.MappingBuilder
com.github.tomakehurst.wiremock.client.ResponseDefinitionBuilder
com.github.tomakehurst.wiremock.client.ResponseDefinitionBuilder.ProxyResponseDefinitionBuilder
com.github.tomakehurst.wiremock.client.ScenarioMappingBuilder
com.github.tomakehurst.wiremock.client.VerificationException
com.github.tomakehurst.wiremock.client.WireMock
com.github.tomakehurst.wiremock.client.WireMock.JsonSchemaVersion
com.github.tomakehurst.wiremock.client.WireMockBuilder
com.github.tomakehurst.wiremock.common.AbstractFileSource
com.github.tomakehurst.wiremock.common.AdminException
com.github.tomakehurst.wiremock.common.ArrayFunctions
com.github.tomakehurst.wiremock.common.AsynchronousResponseSettings
com.github.tomakehurst.wiremock.common.BiPredicate
com.github.tomakehurst.wiremock.common.BinaryFile
com.github.tomakehurst.wiremock.common.BrowserProxySettings
com.github.tomakehurst.wiremock.common.BrowserProxySettings.Builder
com.github.tomakehurst.wiremock.common.ClasspathFileSource
com.github.tomakehurst.wiremock.common.ClientError
com.github.tomakehurst.wiremock.common.ConsoleNotifier
com.github.tomakehurst.wiremock.common.ContentTypes
com.github.tomakehurst.wiremock.common.DataTruncationSettings
com.github.tomakehurst.wiremock.common.DateTimeOffset
com.github.tomakehurst.wiremock.common.DateTimeParser
com.github.tomakehurst.wiremock.common.DateTimeTruncation
com.github.tomakehurst.wiremock.common.DateTimeUnit
com.github.tomakehurst.wiremock.common.Dates
com.github.tomakehurst.wiremock.common.DefaultNetworkAddressRules
com.github.tomakehurst.wiremock.common.Encoding
com.github.tomakehurst.wiremock.common.Errors
com.github.tomakehurst.wiremock.common.Errors.Error
com.github.tomakehurst.wiremock.common.Errors.Error.Source
com.github.tomakehurst.wiremock.common.Exceptions
com.github.tomakehurst.wiremock.common.Exceptions.RunnableWithException
com.github.tomakehurst.wiremock.common.FatalStartupException
com.github.tomakehurst.wiremock.common.FileSource
com.github.tomakehurst.wiremock.common.Gzip
com.github.tomakehurst.wiremock.common.HttpClientUtils
com.github.tomakehurst.wiremock.common.HttpsSettings
com.github.tomakehurst.wiremock.common.HttpsSettings.Builder
com.github.tomakehurst.wiremock.common.IdGenerator
com.github.tomakehurst.wiremock.common.InputStreamSource
com.github.tomakehurst.wiremock.common.InvalidInputException
com.github.tomakehurst.wiremock.common.InvalidParameterException
com.github.tomakehurst.wiremock.common.JdkBase64Encoder
com.github.tomakehurst.wiremock.common.JettySettings
com.github.tomakehurst.wiremock.common.JettySettings.Builder
com.github.tomakehurst.wiremock.common.Json
com.github.tomakehurst.wiremock.common.Json.PrivateView
com.github.tomakehurst.wiremock.common.Json.PublicView
com.github.tomakehurst.wiremock.common.JsonException
com.github.tomakehurst.wiremock.common.KeyLocks
com.github.tomakehurst.wiremock.common.Lazy
com.github.tomakehurst.wiremock.common.Limit
com.github.tomakehurst.wiremock.common.ListFunctions
com.github.tomakehurst.wiremock.common.ListOrSingle
com.github.tomakehurst.wiremock.common.ListOrSingleSerialiser
com.github.tomakehurst.wiremock.common.ListOrStringDeserialiser
com.github.tomakehurst.wiremock.common.LocalNotifier
com.github.tomakehurst.wiremock.common.Message
com.github.tomakehurst.wiremock.common.Metadata
com.github.tomakehurst.wiremock.common.Metadata.Builder
com.github.tomakehurst.wiremock.common.NetworkAddressRange
com.github.tomakehurst.wiremock.common.NetworkAddressRules
com.github.tomakehurst.wiremock.common.NetworkAddressRules.Builder
com.github.tomakehurst.wiremock.common.NetworkAddressUtils
com.github.tomakehurst.wiremock.common.NotPermittedException
com.github.tomakehurst.wiremock.common.NotWritableException
com.github.tomakehurst.wiremock.common.Notifier
com.github.tomakehurst.wiremock.common.Pair
com.github.tomakehurst.wiremock.common.ParameterUtils
com.github.tomakehurst.wiremock.common.ProhibitedNetworkAddressException
com.github.tomakehurst.wiremock.common.ProxySettings
com.github.tomakehurst.wiremock.common.RequestCache
com.github.tomakehurst.wiremock.common.RequestCache.Key
com.github.tomakehurst.wiremock.common.ResourceUtil
com.github.tomakehurst.wiremock.common.ServletContextFileSource
com.github.tomakehurst.wiremock.common.SilentErrorHandler
com.github.tomakehurst.wiremock.common.SingleRootFileSource
com.github.tomakehurst.wiremock.common.Slf4jNotifier
com.github.tomakehurst.wiremock.common.Source
com.github.tomakehurst.wiremock.common.StreamSources
com.github.tomakehurst.wiremock.common.StreamSources.ByteArrayInputStreamSource
com.github.tomakehurst.wiremock.common.StreamSources.StringInputStreamSource
com.github.tomakehurst.wiremock.common.Strings
com.github.tomakehurst.wiremock.common.TextFile
com.github.tomakehurst.wiremock.common.TextType
com.github.tomakehurst.wiremock.common.Timing
com.github.tomakehurst.wiremock.common.UniqueFilenameGenerator
com.github.tomakehurst.wiremock.common.Urls
com.github.tomakehurst.wiremock.common.VeryShortIdGenerator
com.github.tomakehurst.wiremock.common.filemaker.FilenameMaker
com.github.tomakehurst.wiremock.common.filemaker.FilenameTemplateModel
com.github.tomakehurst.wiremock.common.ssl.KeyStoreSettings
com.github.tomakehurst.wiremock.common.ssl.KeyStoreSource
com.github.tomakehurst.wiremock.common.ssl.KeyStoreSourceFactory
com.github.tomakehurst.wiremock.common.ssl.ReadOnlyFileOrClasspathKeyStoreSource
com.github.tomakehurst.wiremock.common.url.PathParams
com.github.tomakehurst.wiremock.common.url.PathTemplate
com.github.tomakehurst.wiremock.common.url.QueryParams
com.github.tomakehurst.wiremock.common.xml.XPathException
com.github.tomakehurst.wiremock.common.xml.Xml
com.github.tomakehurst.wiremock.common.xml.XmlDocument
com.github.tomakehurst.wiremock.common.xml.XmlDomNode
com.github.tomakehurst.wiremock.common.xml.XmlException
com.github.tomakehurst.wiremock.common.xml.XmlNode
com.github.tomakehurst.wiremock.common.xml.XmlPrimitiveNode
com.github.tomakehurst.wiremock.core.Admin
com.github.tomakehurst.wiremock.core.ConfigurationException
com.github.tomakehurst.wiremock.core.Container
com.github.tomakehurst.wiremock.core.FaultInjector
com.github.tomakehurst.wiremock.core.MappingsSaver
com.github.tomakehurst.wiremock.core.Options
com.github.tomakehurst.wiremock.core.Options.ChunkedEncodingPolicy
com.github.tomakehurst.wiremock.core.StubServer
com.github.tomakehurst.wiremock.core.Version
com.github.tomakehurst.wiremock.core.WireMockApp
com.github.tomakehurst.wiremock.core.WireMockConfiguration
com.github.tomakehurst.wiremock.direct.DirectCallHttpServer
com.github.tomakehurst.wiremock.direct.DirectCallHttpServerFactory
com.github.tomakehurst.wiremock.extension.AbstractTransformer
com.github.tomakehurst.wiremock.extension.AdminApiExtension
com.github.tomakehurst.wiremock.extension.Extension
com.github.tomakehurst.wiremock.extension.ExtensionDeclarations
com.github.tomakehurst.wiremock.extension.ExtensionFactory
com.github.tomakehurst.wiremock.extension.ExtensionLoader
com.github.tomakehurst.wiremock.extension.Extensions
com.github.tomakehurst.wiremock.extension.GlobalSettingsListener
com.github.tomakehurst.wiremock.extension.MappingsLoaderExtension
com.github.tomakehurst.wiremock.extension.Parameters
com.github.tomakehurst.wiremock.extension.PostServeAction
com.github.tomakehurst.wiremock.extension.PostServeActionDefinition
com.github.tomakehurst.wiremock.extension.ResponseDefinitionTransformer
com.github.tomakehurst.wiremock.extension.ResponseDefinitionTransformerV2
com.github.tomakehurst.wiremock.extension.ResponseTransformer
com.github.tomakehurst.wiremock.extension.ResponseTransformerV2
com.github.tomakehurst.wiremock.extension.ServeEventListener
com.github.tomakehurst.wiremock.extension.ServeEventListener.RequestPhase
com.github.tomakehurst.wiremock.extension.ServeEventListenerDefinition
com.github.tomakehurst.wiremock.extension.ServeEventListenerUtils
com.github.tomakehurst.wiremock.extension.StubLifecycleListener
com.github.tomakehurst.wiremock.extension.StubMappingTransformer
com.github.tomakehurst.wiremock.extension.TemplateHelperProviderExtension
com.github.tomakehurst.wiremock.extension.TemplateModelDataProviderExtension
com.github.tomakehurst.wiremock.extension.WireMockServices
com.github.tomakehurst.wiremock.extension.requestfilter.AdminRequestFilter
com.github.tomakehurst.wiremock.extension.requestfilter.AdminRequestFilterV2
com.github.tomakehurst.wiremock.extension.requestfilter.ContinueAction
com.github.tomakehurst.wiremock.extension.requestfilter.FieldTransformer
com.github.tomakehurst.wiremock.extension.requestfilter.FilterProcessor
com.github.tomakehurst.wiremock.extension.requestfilter.RequestFilter
com.github.tomakehurst.wiremock.extension.requestfilter.RequestFilterAction
com.github.tomakehurst.wiremock.extension.requestfilter.RequestFilterV2
com.github.tomakehurst.wiremock.extension.requestfilter.RequestWrapper
com.github.tomakehurst.wiremock.extension.requestfilter.RequestWrapper.Builder
com.github.tomakehurst.wiremock.extension.requestfilter.StopAction
com.github.tomakehurst.wiremock.extension.requestfilter.StubRequestFilter
com.github.tomakehurst.wiremock.extension.requestfilter.StubRequestFilterV2
com.github.tomakehurst.wiremock.extension.responsetemplating.HandlebarsOptimizedTemplate
com.github.tomakehurst.wiremock.extension.responsetemplating.HttpTemplateCacheKey
com.github.tomakehurst.wiremock.extension.responsetemplating.HttpTemplateCacheKey.ResponseElement
com.github.tomakehurst.wiremock.extension.responsetemplating.LazyTemplateEngine
com.github.tomakehurst.wiremock.extension.responsetemplating.RequestLine
com.github.tomakehurst.wiremock.extension.responsetemplating.RequestPartTemplateModel
com.github.tomakehurst.wiremock.extension.responsetemplating.RequestTemplateModel
com.github.tomakehurst.wiremock.extension.responsetemplating.ResponseTemplateTransformer
com.github.tomakehurst.wiremock.extension.responsetemplating.SystemKeyAuthoriser
com.github.tomakehurst.wiremock.extension.responsetemplating.TemplateEngine
com.github.tomakehurst.wiremock.extension.responsetemplating.TemplatedUrlPath
com.github.tomakehurst.wiremock.extension.responsetemplating.UrlPath
com.github.tomakehurst.wiremock.extension.responsetemplating.helpers.AbstractArrayHelper
com.github.tomakehurst.wiremock.extension.responsetemplating.helpers.AbstractFormattingHelper
com.github.tomakehurst.wiremock.extension.responsetemplating.helpers.AbstractFormattingHelper.Format
com.github.tomakehurst.wiremock.extension.responsetemplating.helpers.ArrayAddHelper
com.github.tomakehurst.wiremock.extension.responsetemplating.helpers.ArrayHelper
com.github.tomakehurst.wiremock.extension.responsetemplating.helpers.ArrayRemoveHelper
com.github.tomakehurst.wiremock.extension.responsetemplating.helpers.Base64Helper
com.github.tomakehurst.wiremock.extension.responsetemplating.helpers.ContainsHelper
com.github.tomakehurst.wiremock.extension.responsetemplating.helpers.FormDataHelper
com.github.tomakehurst.wiremock.extension.responsetemplating.helpers.FormParser
com.github.tomakehurst.wiremock.extension.responsetemplating.helpers.FormatJsonHelper
com.github.tomakehurst.wiremock.extension.responsetemplating.helpers.FormatXmlHelper
com.github.tomakehurst.wiremock.extension.responsetemplating.helpers.HandlebarsCurrentDateHelper
com.github.tomakehurst.wiremock.extension.responsetemplating.helpers.HandlebarsHelper
com.github.tomakehurst.wiremock.extension.responsetemplating.helpers.HandlebarsJsonPathHelper
com.github.tomakehurst.wiremock.extension.responsetemplating.helpers.HandlebarsRandomValuesHelper
com.github.tomakehurst.wiremock.extension.responsetemplating.helpers.HandlebarsSoapHelper
com.github.tomakehurst.wiremock.extension.responsetemplating.helpers.HandlebarsXPathHelper
com.github.tomakehurst.wiremock.extension.responsetemplating.helpers.HelperUtils
com.github.tomakehurst.wiremock.extension.responsetemplating.helpers.HostnameHelper
com.github.tomakehurst.wiremock.extension.responsetemplating.helpers.JoinHelper
com.github.tomakehurst.wiremock.extension.responsetemplating.helpers.JsonData
com.github.tomakehurst.wiremock.extension.responsetemplating.helpers.JsonData.ListJsonData
com.github.tomakehurst.wiremock.extension.responsetemplating.helpers.JsonData.MapJsonData
com.github.tomakehurst.wiremock.extension.responsetemplating.helpers.MatchesRegexHelper
com.github.tomakehurst.wiremock.extension.responsetemplating.helpers.MathsHelper
com.github.tomakehurst.wiremock.extension.responsetemplating.helpers.ParseDateHelper
com.github.tomakehurst.wiremock.extension.responsetemplating.helpers.ParseJsonHelper
com.github.tomakehurst.wiremock.extension.responsetemplating.helpers.PickRandomHelper
com.github.tomakehurst.wiremock.extension.responsetemplating.helpers.RandomDecimalHelper
com.github.tomakehurst.wiremock.extension.responsetemplating.helpers.RandomIntHelper
com.github.tomakehurst.wiremock.extension.responsetemplating.helpers.RangeHelper
com.github.tomakehurst.wiremock.extension.responsetemplating.helpers.RegexExtractHelper
com.github.tomakehurst.wiremock.extension.responsetemplating.helpers.RenderableDate
com.github.tomakehurst.wiremock.extension.responsetemplating.helpers.SizeHelper
com.github.tomakehurst.wiremock.extension.responsetemplating.helpers.StringTrimHelper
com.github.tomakehurst.wiremock.extension.responsetemplating.helpers.SystemValueHelper
com.github.tomakehurst.wiremock.extension.responsetemplating.helpers.TruncateDateTimeHelper
com.github.tomakehurst.wiremock.extension.responsetemplating.helpers.UrlEncodingHelper
com.github.tomakehurst.wiremock.extension.responsetemplating.helpers.ValHelper
com.github.tomakehurst.wiremock.extension.responsetemplating.helpers.WireMockHelpers
com.github.tomakehurst.wiremock.global.GlobalSettings
com.github.tomakehurst.wiremock.global.GlobalSettings.Builder
com.github.tomakehurst.wiremock.http.AbstractRequestHandler
com.github.tomakehurst.wiremock.http.AdminRequestHandler
com.github.tomakehurst.wiremock.http.BasicResponseRenderer
com.github.tomakehurst.wiremock.http.Body
com.github.tomakehurst.wiremock.http.CaseInsensitiveKey
com.github.tomakehurst.wiremock.http.ChunkedDribbleDelay
com.github.tomakehurst.wiremock.http.ContentTypeHeader
com.github.tomakehurst.wiremock.http.Cookie
com.github.tomakehurst.wiremock.http.DefaultFactory
com.github.tomakehurst.wiremock.http.DelayDistribution
com.github.tomakehurst.wiremock.http.Fault
com.github.tomakehurst.wiremock.http.FixedDelayDistribution
com.github.tomakehurst.wiremock.http.FormParameter
com.github.tomakehurst.wiremock.http.HttpClientFactory
com.github.tomakehurst.wiremock.http.HttpHeader
com.github.tomakehurst.wiremock.http.HttpHeaders
com.github.tomakehurst.wiremock.http.HttpHeadersJsonDeserializer
com.github.tomakehurst.wiremock.http.HttpHeadersJsonSerializer
com.github.tomakehurst.wiremock.http.HttpResponder
com.github.tomakehurst.wiremock.http.HttpServer
com.github.tomakehurst.wiremock.http.HttpServerFactory
com.github.tomakehurst.wiremock.http.HttpServerFactoryLoader
com.github.tomakehurst.wiremock.http.HttpStatus
com.github.tomakehurst.wiremock.http.ImmutableRequest
com.github.tomakehurst.wiremock.http.ImmutableRequest.Builder
com.github.tomakehurst.wiremock.http.JvmProxyConfigurer
com.github.tomakehurst.wiremock.http.LogNormal
com.github.tomakehurst.wiremock.http.LoggedResponse
com.github.tomakehurst.wiremock.http.MimeType
com.github.tomakehurst.wiremock.http.MultiValue
com.github.tomakehurst.wiremock.http.NetworkAddressRulesAdheringDnsResolver
com.github.tomakehurst.wiremock.http.ProxyResponseRenderer
com.github.tomakehurst.wiremock.http.QueryParameter
com.github.tomakehurst.wiremock.http.Request
com.github.tomakehurst.wiremock.http.Request.Part
com.github.tomakehurst.wiremock.http.RequestEventSource
com.github.tomakehurst.wiremock.http.RequestHandler
com.github.tomakehurst.wiremock.http.RequestIdDecorator
com.github.tomakehurst.wiremock.http.RequestListener
com.github.tomakehurst.wiremock.http.RequestMethod
com.github.tomakehurst.wiremock.http.RequestPathParamsDecorator
com.github.tomakehurst.wiremock.http.Response
com.github.tomakehurst.wiremock.http.Response.Builder
com.github.tomakehurst.wiremock.http.ResponseDefinition
com.github.tomakehurst.wiremock.http.ResponseRenderer
com.github.tomakehurst.wiremock.http.StubRequestHandler
com.github.tomakehurst.wiremock.http.StubResponseRenderer
com.github.tomakehurst.wiremock.http.ThreadPoolFactory
com.github.tomakehurst.wiremock.http.UniformDistribution
com.github.tomakehurst.wiremock.http.client.ApacheBackedHttpClient
com.github.tomakehurst.wiremock.http.client.ApacheHttpClientFactory
com.github.tomakehurst.wiremock.http.client.HttpClient
com.github.tomakehurst.wiremock.http.client.HttpClientFactory
com.github.tomakehurst.wiremock.http.client.LazyHttpClient
com.github.tomakehurst.wiremock.http.client.LazyHttpClientFactory
com.github.tomakehurst.wiremock.http.multipart.FileItemPartAdapter
com.github.tomakehurst.wiremock.http.multipart.PartParser
com.github.tomakehurst.wiremock.http.multipart.PartParser.ByteArrayUploadContext
com.github.tomakehurst.wiremock.http.ssl.ApacheHttpHostNameMatcher
com.github.tomakehurst.wiremock.http.ssl.CertificateGeneratingX509ExtendedKeyManager
com.github.tomakehurst.wiremock.http.ssl.CertificateGenerationUnsupportedException
com.github.tomakehurst.wiremock.http.ssl.DelegatingX509ExtendedKeyManager
com.github.tomakehurst.wiremock.http.ssl.DynamicKeyStore
com.github.tomakehurst.wiremock.http.ssl.HostNameMatcher
com.github.tomakehurst.wiremock.http.ssl.HostVerifyingSSLSocketFactory
com.github.tomakehurst.wiremock.http.ssl.SSLContextBuilder
com.github.tomakehurst.wiremock.http.ssl.TrustEverythingStrategy
com.github.tomakehurst.wiremock.http.ssl.TrustSelfSignedStrategy
com.github.tomakehurst.wiremock.http.ssl.TrustSpecificHostsStrategy
com.github.tomakehurst.wiremock.http.ssl.TrustStrategy
com.github.tomakehurst.wiremock.http.ssl.X509KeyStore
com.github.tomakehurst.wiremock.http.trafficlistener.CollectingNetworkTrafficListener
com.github.tomakehurst.wiremock.http.trafficlistener.ConsoleNotifyingWiremockNetworkTrafficListener
com.github.tomakehurst.wiremock.http.trafficlistener.DoNothingWiremockNetworkTrafficListener
com.github.tomakehurst.wiremock.http.trafficlistener.WiremockNetworkTrafficListener
com.github.tomakehurst.wiremock.http.trafficlistener.WiremockNetworkTrafficListeners
com.github.tomakehurst.wiremock.jetty.DefaultMultipartRequestConfigurer
com.github.tomakehurst.wiremock.jetty.JettyFaultInjector
com.github.tomakehurst.wiremock.jetty.JettyFaultInjectorFactory
com.github.tomakehurst.wiremock.jetty.JettyHttpServer
com.github.tomakehurst.wiremock.jetty.JettyHttpServerFactory
com.github.tomakehurst.wiremock.jetty.JettyHttpServerFactoryLoader
com.github.tomakehurst.wiremock.jetty.JettyHttpUtils
com.github.tomakehurst.wiremock.jetty.JettyHttpsFaultInjector
com.github.tomakehurst.wiremock.jetty.QueuedThreadPoolFactory
com.github.tomakehurst.wiremock.jetty11.HttpsProxyDetectingHandler
com.github.tomakehurst.wiremock.jetty11.Jetty11HttpServer
com.github.tomakehurst.wiremock.jetty11.Jetty11HttpUtils
com.github.tomakehurst.wiremock.jetty11.Jetty11Utils
com.github.tomakehurst.wiremock.jetty11.ManInTheMiddleSslConnectHandler
com.github.tomakehurst.wiremock.jetty11.NotFoundHandler
com.github.tomakehurst.wiremock.jetty11.SslContexts
com.github.tomakehurst.wiremock.jetty11.WritableFileOrClasspathKeyStoreSource
com.github.tomakehurst.wiremock.junit.DslWrapper
com.github.tomakehurst.wiremock.junit.Stubbing
com.github.tomakehurst.wiremock.junit.WireMockClassRule
com.github.tomakehurst.wiremock.junit.WireMockRule
com.github.tomakehurst.wiremock.junit.WireMockStaticRule
com.github.tomakehurst.wiremock.junit5.WireMockExtension
com.github.tomakehurst.wiremock.junit5.WireMockExtension.Builder
com.github.tomakehurst.wiremock.junit5.WireMockRuntimeInfo
com.github.tomakehurst.wiremock.junit5.WireMockTest
com.github.tomakehurst.wiremock.matching.AbsentPattern
com.github.tomakehurst.wiremock.matching.AbstractDateTimeMatchResult
com.github.tomakehurst.wiremock.matching.AbstractDateTimePattern
com.github.tomakehurst.wiremock.matching.AbstractLogicalMatcher
com.github.tomakehurst.wiremock.matching.AbstractRegexPattern
com.github.tomakehurst.wiremock.matching.AdvancedPathPattern
com.github.tomakehurst.wiremock.matching.AfterDateTimePattern
com.github.tomakehurst.wiremock.matching.AnythingPattern
com.github.tomakehurst.wiremock.matching.BeforeDateTimePattern
com.github.tomakehurst.wiremock.matching.BinaryEqualToPattern
com.github.tomakehurst.wiremock.matching.ContainsPattern
com.github.tomakehurst.wiremock.matching.ContentPattern
com.github.tomakehurst.wiremock.matching.ContentPatternDeserialiser
com.github.tomakehurst.wiremock.matching.CustomMatcherDefinition
com.github.tomakehurst.wiremock.matching.EagerMatchResult
com.github.tomakehurst.wiremock.matching.EqualToDateTimePattern
com.github.tomakehurst.wiremock.matching.EqualToJsonPattern
com.github.tomakehurst.wiremock.matching.EqualToPattern
com.github.tomakehurst.wiremock.matching.EqualToPatternWithCaseInsensitivePrefix
com.github.tomakehurst.wiremock.matching.EqualToXmlPattern
com.github.tomakehurst.wiremock.matching.EqualToXmlPattern.NamespaceAwareness
com.github.tomakehurst.wiremock.matching.ExactMatchMultiValuePattern
com.github.tomakehurst.wiremock.matching.IncludesMatchMultiValuePattern
com.github.tomakehurst.wiremock.matching.JsonPathPatternJsonSerializer
com.github.tomakehurst.wiremock.matching.LogicalAnd
com.github.tomakehurst.wiremock.matching.LogicalOr
com.github.tomakehurst.wiremock.matching.MatchResult
com.github.tomakehurst.wiremock.matching.MatchResult.DiffDescription
com.github.tomakehurst.wiremock.matching.MatchesJsonPathPattern
com.github.tomakehurst.wiremock.matching.MatchesJsonSchemaPattern
com.github.tomakehurst.wiremock.matching.MatchesXPathPattern
com.github.tomakehurst.wiremock.matching.MemoizingMatchResult
com.github.tomakehurst.wiremock.matching.MultiValuePattern
com.github.tomakehurst.wiremock.matching.MultiValuePatternDeserializer
com.github.tomakehurst.wiremock.matching.MultipartValuePattern
com.github.tomakehurst.wiremock.matching.MultipartValuePattern.MatchingType
com.github.tomakehurst.wiremock.matching.MultipartValuePatternBuilder
com.github.tomakehurst.wiremock.matching.MultipleMatchMultiValuePattern
com.github.tomakehurst.wiremock.matching.NamedValueMatcher
com.github.tomakehurst.wiremock.matching.NegativeContainsPattern
com.github.tomakehurst.wiremock.matching.NegativeRegexPattern
com.github.tomakehurst.wiremock.matching.NormalisedNumberComparator
com.github.tomakehurst.wiremock.matching.NotPattern
com.github.tomakehurst.wiremock.matching.PathPattern
com.github.tomakehurst.wiremock.matching.PathPattern.SubExpressionException
com.github.tomakehurst.wiremock.matching.PathPatternJsonSerializer
com.github.tomakehurst.wiremock.matching.PathTemplatePattern
com.github.tomakehurst.wiremock.matching.RegexPattern
com.github.tomakehurst.wiremock.matching.RequestMatcher
com.github.tomakehurst.wiremock.matching.RequestMatcherExtension
com.github.tomakehurst.wiremock.matching.RequestPattern
com.github.tomakehurst.wiremock.matching.RequestPatternBuilder
com.github.tomakehurst.wiremock.matching.SingleMatchMultiValuePattern
com.github.tomakehurst.wiremock.matching.StringValuePattern
com.github.tomakehurst.wiremock.matching.StringValuePatternJsonDeserializer
com.github.tomakehurst.wiremock.matching.UnwrappedJsonPathPatternJsonSerializer
com.github.tomakehurst.wiremock.matching.UnwrappedXPathPatternJsonSerializer
com.github.tomakehurst.wiremock.matching.UrlPathPattern
com.github.tomakehurst.wiremock.matching.UrlPathTemplatePattern
com.github.tomakehurst.wiremock.matching.UrlPattern
com.github.tomakehurst.wiremock.matching.ValueMatcher
com.github.tomakehurst.wiremock.matching.WeightedAggregateMatchResult
com.github.tomakehurst.wiremock.matching.WeightedMatchResult
com.github.tomakehurst.wiremock.matching.XPathPatternJsonSerializer
com.github.tomakehurst.wiremock.recording.CaptureHeadersSpec
com.github.tomakehurst.wiremock.recording.LoggedResponseDefinitionTransformer
com.github.tomakehurst.wiremock.recording.NotRecordingException
com.github.tomakehurst.wiremock.recording.ProxiedServeEventFilters
com.github.tomakehurst.wiremock.recording.RecordSpec
com.github.tomakehurst.wiremock.recording.RecordSpecBuilder
com.github.tomakehurst.wiremock.recording.Recorder
com.github.tomakehurst.wiremock.recording.RecorderState
com.github.tomakehurst.wiremock.recording.RecordingStatus
com.github.tomakehurst.wiremock.recording.RecordingStatusResult
com.github.tomakehurst.wiremock.recording.RequestBodyAutomaticPatternFactory
com.github.tomakehurst.wiremock.recording.RequestBodyEqualToJsonPatternFactory
com.github.tomakehurst.wiremock.recording.RequestBodyEqualToPatternFactory
com.github.tomakehurst.wiremock.recording.RequestBodyEqualToXmlPatternFactory
com.github.tomakehurst.wiremock.recording.RequestBodyPatternFactory
com.github.tomakehurst.wiremock.recording.RequestPatternTransformer
com.github.tomakehurst.wiremock.recording.ResponseDefinitionBodyMatcher
com.github.tomakehurst.wiremock.recording.ResponseDefinitionBodyMatcherDeserializer
com.github.tomakehurst.wiremock.recording.ScenarioProcessor
com.github.tomakehurst.wiremock.recording.SnapshotOutputFormatter
com.github.tomakehurst.wiremock.recording.SnapshotRecordResult
com.github.tomakehurst.wiremock.recording.SnapshotRecordResult.Full
com.github.tomakehurst.wiremock.recording.SnapshotRecordResult.Ids
com.github.tomakehurst.wiremock.recording.SnapshotRecordResultDeserialiser
com.github.tomakehurst.wiremock.recording.SnapshotStubMappingBodyExtractor
com.github.tomakehurst.wiremock.recording.SnapshotStubMappingGenerator
com.github.tomakehurst.wiremock.recording.SnapshotStubMappingPostProcessor
com.github.tomakehurst.wiremock.recording.SnapshotStubMappingTransformerRunner
com.github.tomakehurst.wiremock.security.Authenticator
com.github.tomakehurst.wiremock.security.BasicAuthenticator
com.github.tomakehurst.wiremock.security.ClientAuthenticator
com.github.tomakehurst.wiremock.security.ClientBasicAuthenticator
com.github.tomakehurst.wiremock.security.ClientTokenAuthenticator
com.github.tomakehurst.wiremock.security.NoAuthenticator
com.github.tomakehurst.wiremock.security.NoClientAuthenticator
com.github.tomakehurst.wiremock.security.NotAuthorisedException
com.github.tomakehurst.wiremock.security.SingleHeaderAuthenticator
com.github.tomakehurst.wiremock.security.SingleHeaderClientAuthenticator
com.github.tomakehurst.wiremock.security.TokenAuthenticator
com.github.tomakehurst.wiremock.servlet.BodyChunker
com.github.tomakehurst.wiremock.servlet.ContentTypeSettingFilter
com.github.tomakehurst.wiremock.servlet.FaultInjectorFactory
com.github.tomakehurst.wiremock.servlet.MultipartRequestConfigurer
com.github.tomakehurst.wiremock.servlet.NoFaultInjector
com.github.tomakehurst.wiremock.servlet.NoFaultInjectorFactory
com.github.tomakehurst.wiremock.servlet.NotImplementedContainer
com.github.tomakehurst.wiremock.servlet.NotImplementedMappingsSaver
com.github.tomakehurst.wiremock.servlet.NotMatchedServlet
com.github.tomakehurst.wiremock.servlet.TrailingSlashFilter
com.github.tomakehurst.wiremock.servlet.WarConfiguration
com.github.tomakehurst.wiremock.servlet.WireMockHandlerDispatchingServlet
com.github.tomakehurst.wiremock.servlet.WireMockHttpServletMultipartAdapter
com.github.tomakehurst.wiremock.servlet.WireMockHttpServletRequestAdapter
com.github.tomakehurst.wiremock.servlet.WireMockWebContextListener
com.github.tomakehurst.wiremock.standalone.CommandLineOptions
com.github.tomakehurst.wiremock.standalone.JsonFileMappingsSource
com.github.tomakehurst.wiremock.standalone.MappingFileException
com.github.tomakehurst.wiremock.standalone.MappingsLoader
com.github.tomakehurst.wiremock.standalone.MappingsSource
com.github.tomakehurst.wiremock.standalone.RemoteMappingsLoader
com.github.tomakehurst.wiremock.standalone.WireMockServerRunner
com.github.tomakehurst.wiremock.store.BlobStore
com.github.tomakehurst.wiremock.store.DefaultStores
com.github.tomakehurst.wiremock.store.InMemoryObjectStore
com.github.tomakehurst.wiremock.store.InMemoryRecorderStateStore
com.github.tomakehurst.wiremock.store.InMemoryRequestJournalStore
com.github.tomakehurst.wiremock.store.InMemoryScenariosStore
com.github.tomakehurst.wiremock.store.InMemorySettingsStore
com.github.tomakehurst.wiremock.store.InMemoryStubMappingStore
com.github.tomakehurst.wiremock.store.ObjectStore
com.github.tomakehurst.wiremock.store.RecorderStateStore
com.github.tomakehurst.wiremock.store.RequestJournalStore
com.github.tomakehurst.wiremock.store.ScenariosStore
com.github.tomakehurst.wiremock.store.SettingsStore
com.github.tomakehurst.wiremock.store.Store
com.github.tomakehurst.wiremock.store.StoreEvent
com.github.tomakehurst.wiremock.store.StoreEventEmitter
com.github.tomakehurst.wiremock.store.Stores
com.github.tomakehurst.wiremock.store.Stores.PersistenceType
com.github.tomakehurst.wiremock.store.StoresLifecycle
com.github.tomakehurst.wiremock.store.StubMappingStore
com.github.tomakehurst.wiremock.store.files.BlobStoreBinaryFile
com.github.tomakehurst.wiremock.store.files.BlobStoreFileSource
com.github.tomakehurst.wiremock.store.files.BlobStoreTextFile
com.github.tomakehurst.wiremock.store.files.FileSourceBlobStore
com.github.tomakehurst.wiremock.store.files.FileSourceJsonObjectStore
com.github.tomakehurst.wiremock.store.files.PathBased
com.github.tomakehurst.wiremock.stubbing.AbstractScenarios
com.github.tomakehurst.wiremock.stubbing.AbstractStubMappings
com.github.tomakehurst.wiremock.stubbing.InMemoryScenarios
com.github.tomakehurst.wiremock.stubbing.InMemoryStubMappings
com.github.tomakehurst.wiremock.stubbing.Scenario
com.github.tomakehurst.wiremock.stubbing.Scenarios
com.github.tomakehurst.wiremock.stubbing.ServeEvent
com.github.tomakehurst.wiremock.stubbing.SortedConcurrentMappingSet
com.github.tomakehurst.wiremock.stubbing.StoreBackedStubMappings
com.github.tomakehurst.wiremock.stubbing.StubImport
com.github.tomakehurst.wiremock.stubbing.StubImport.Options
com.github.tomakehurst.wiremock.stubbing.StubImport.Options.DuplicatePolicy
com.github.tomakehurst.wiremock.stubbing.StubImportBuilder
com.github.tomakehurst.wiremock.stubbing.StubMapping
com.github.tomakehurst.wiremock.stubbing.StubMappingCollection
com.github.tomakehurst.wiremock.stubbing.StubMappingJsonRecorder
com.github.tomakehurst.wiremock.stubbing.StubMappings
com.github.tomakehurst.wiremock.stubbing.SubEvent
com.github.tomakehurst.wiremock.verification.AbstractRequestJournal
com.github.tomakehurst.wiremock.verification.DisabledRequestJournal
com.github.tomakehurst.wiremock.verification.FindNearMissesResult
com.github.tomakehurst.wiremock.verification.FindRequestsResult
com.github.tomakehurst.wiremock.verification.FindServeEventsResult
com.github.tomakehurst.wiremock.verification.InMemoryRequestJournal
com.github.tomakehurst.wiremock.verification.JournalBasedResult
com.github.tomakehurst.wiremock.verification.LoggedRequest
com.github.tomakehurst.wiremock.verification.NearMiss
com.github.tomakehurst.wiremock.verification.NearMissCalculator
com.github.tomakehurst.wiremock.verification.RequestJournal
com.github.tomakehurst.wiremock.verification.RequestJournalDisabledException
com.github.tomakehurst.wiremock.verification.StoreBackedRequestJournal
com.github.tomakehurst.wiremock.verification.VerificationResult
com.github.tomakehurst.wiremock.verification.diff.CustomMatcherWrapper
com.github.tomakehurst.wiremock.verification.diff.Diff
com.github.tomakehurst.wiremock.verification.diff.DiffDescriptionLine
com.github.tomakehurst.wiremock.verification.diff.DiffEventData
com.github.tomakehurst.wiremock.verification.diff.EmptyToStringRequestWrapper
com.github.tomakehurst.wiremock.verification.diff.InlineCustomMatcherLine
com.github.tomakehurst.wiremock.verification.diff.JUnitStyleDiffRenderer
com.github.tomakehurst.wiremock.verification.diff.MissingMultipart
com.github.tomakehurst.wiremock.verification.diff.NamedCustomMatcherLine
com.github.tomakehurst.wiremock.verification.diff.PlainTextDiffRenderer
com.github.tomakehurst.wiremock.verification.diff.SectionDelimiter
com.github.tomakehurst.wiremock.verification.diff.SpacerLine
com.github.tomakehurst.wiremock.verification.notmatched.NotMatchedRenderer
com.github.tomakehurst.wiremock.verification.notmatched.PlainTextStubNotMatchedRenderer
org.wiremock.annotations.Beta
org.wiremock.annotations.InternalAPI
org.wiremock.webhooks.WebhookDefinition
org.wiremock.webhooks.WebhookTransformer
org.wiremock.webhooks.Webhooks
wiremock.Run