Uses of Class
org.mockserver.model.ObjectWithReflectiveEqualsHashCodeToString
Packages that use ObjectWithReflectiveEqualsHashCodeToString
Package
Description
-
Uses of ObjectWithReflectiveEqualsHashCodeToString in org.mockserver.collections
Subclasses of ObjectWithReflectiveEqualsHashCodeToString in org.mockserver.collections -
Uses of ObjectWithReflectiveEqualsHashCodeToString in org.mockserver.dashboard.model
Subclasses of ObjectWithReflectiveEqualsHashCodeToString in org.mockserver.dashboard.model -
Uses of ObjectWithReflectiveEqualsHashCodeToString in org.mockserver.llm
Subclasses of ObjectWithReflectiveEqualsHashCodeToString in org.mockserver.llmModifier and TypeClassDescriptionclassResult returned by the AI stub generation endpoint. -
Uses of ObjectWithReflectiveEqualsHashCodeToString in org.mockserver.load
Subclasses of ObjectWithReflectiveEqualsHashCodeToString in org.mockserver.loadModifier and TypeClassDescriptionclassThe load profile of aLoadScenario: an ordered list ofLoadStages the orchestrator runs in sequence.classAn API-driven load scenario: an ordered list of templated requestLoadSteps driven at a target concurrency described by aLoadProfile, with optional per-iteration data variation via the scenario'sHttpTemplate.TemplateType.classOne stage of aLoadProfile: a contiguous slice of the run holding or ramping a setpoint fordurationMillis.classOne ordered step of aLoadScenario: the request to fire and the optional think-time to wait before firing the next step in the same iteration. -
Uses of ObjectWithReflectiveEqualsHashCodeToString in org.mockserver.log
Subclasses of ObjectWithReflectiveEqualsHashCodeToString in org.mockserver.log -
Uses of ObjectWithReflectiveEqualsHashCodeToString in org.mockserver.matchers
Subclasses of ObjectWithReflectiveEqualsHashCodeToString in org.mockserver.matchersModifier and TypeClassDescriptionclassclassclassclassBodyMatcher<MatchedType>classclassMatcher forConditionalRequestDefinition(if-then-else request matching).classclassclassDeterministic fuzzy / similarity body matcher.classclassclassMatches HTTP request properties against expectation criteria.classclassSee https://github.com/json-path/JsonPathclassclassSee http://json-schema.org/classclassMatches amultipart/form-datarequest body at the field level.classclassNotMatcher<MatchedType>classclassclassclassclassclassBody matcher that delegates matching to a WASM module loaded in theWasmStore.classSee http://xml-schema.org/classclass -
Uses of ObjectWithReflectiveEqualsHashCodeToString in org.mockserver.memory
Subclasses of ObjectWithReflectiveEqualsHashCodeToString in org.mockserver.memory -
Uses of ObjectWithReflectiveEqualsHashCodeToString in org.mockserver.mock
Subclasses of ObjectWithReflectiveEqualsHashCodeToString in org.mockserver.mockModifier and TypeClassDescriptionclassclassclass -
Uses of ObjectWithReflectiveEqualsHashCodeToString in org.mockserver.mock.audit
Subclasses of ObjectWithReflectiveEqualsHashCodeToString in org.mockserver.mock.auditModifier and TypeClassDescriptionclassA single control-plane audit record: one mutation (or, when read auditing is enabled, one read) of the MockServer control plane, capturing who/what/when/ where/outcome. -
Uses of ObjectWithReflectiveEqualsHashCodeToString in org.mockserver.mock.diff
Subclasses of ObjectWithReflectiveEqualsHashCodeToString in org.mockserver.mock.diffModifier and TypeClassDescriptionclassStructured drift report produced byBaselineDifferwhen comparing a CURRENT set of recorded interactions against a previously-saved BASELINE.classRepresents a single field-level difference between twoHttpRequestobjects.classA single entry in aBaselineDiffReport, describing one interaction (matched across the baseline and current sets by its requestkeyofMETHOD normalized-path). -
Uses of ObjectWithReflectiveEqualsHashCodeToString in org.mockserver.mock.drift
Subclasses of ObjectWithReflectiveEqualsHashCodeToString in org.mockserver.mock.driftModifier and TypeClassDescriptionclassA single drift observation: one field/aspect of a forwarded response that differs structurally from the matching stub expectation's response. -
Uses of ObjectWithReflectiveEqualsHashCodeToString in org.mockserver.mock.listeners
Subclasses of ObjectWithReflectiveEqualsHashCodeToString in org.mockserver.mock.listenersModifier and TypeClassDescriptionclassclass -
Uses of ObjectWithReflectiveEqualsHashCodeToString in org.mockserver.model
Subclasses of ObjectWithReflectiveEqualsHashCodeToString in org.mockserver.modelModifier and TypeClassDescriptionclassclassclassclassclassclassBody<T>classclassDeclarative capture rule (WS2.2): when an expectation matches an incoming request, each capture rule extracts a value from the request and stores it into scenario state under theCaptureRule.intoname, so a later request's response template can read it back viascenario.get(name)(WS2.1).classclassA conditional (if-then-else) request matcher.classclassSerialisable predicate descriptors for LLM conversation matching.classclassclassDescribes a cross-protocol scenario correlation: when a protocol event matchingCrossProtocolScenario.trigger(and optionallyCrossProtocolScenario.matchPattern) is observed, the named scenario is advanced toCrossProtocolScenario.targetState.classclassclassclassclassclassclassclassRepresents a single step in an ordered multi-action expectation pipeline.classclassA body matcher that matches when the request body is "similar enough" to an expected string, using a deterministic string-similarity metric (normalised Jaro-Winkler) with a configurable threshold between0.0and1.0.classclassResponse action for true bidirectional gRPC streaming.classReactive rule for bidirectional gRPC streaming: each inbound client message is matched against rules in order; the first rule whoseGrpcBidiRule.matchJsonmatches the inbound message JSON emits itsGrpcBidiRule.responsesas DATA frames.classDeclarative gRPC fault/chaos injection profile for probabilistically returning gRPC error statuses (UNAVAILABLE, DEADLINE_EXCEEDED, RESOURCE_EXHAUSTED, INTERNAL, etc.) on matched gRPC method calls, with latency, quota, and count-window controls.classclassclassclassclassDeclarative HTTP fault/chaos injection for mocked and forwarded responses: probabilistic connection-drop injection, error status injection (e.g. 500, 503, 429 with an optionalRetry-Afterheader), latency injection, and response-body corruption (truncateBodyAtFractionkeeps only a leading fraction of the body bytes;malformedBodyappends a broken-JSON fragment) for testing client-side body-parsing resilience, and a slow ("dribbled") response (slowResponseChunkSize+slowResponseChunkDelaysend the body in small chunks with a delay between each) for testing read timeouts on a trickling response.classclassclassclassclassForward a request to an upstream host; if upstream returns a configured status code (default 500-599) or times out, return a fallback mock response.classclassclassclassclassclassclassclassclassA minimal, self-contained predicate that gates whether aHttpResponseModifierapplies.classclassclassclassclassclassclassclassclassKeysAndValues<T extends KeyAndValue,K extends KeysAndValues> classKeysToMultiValues<T extends KeyToMultiValue,K extends KeysToMultiValues> classclassDeclarative fault/chaos injection for anHttpLlmResponse, for testing agent resilience: probabilistic provider errors (e.g. 429/529 with aRetry-Afterheader), mid-stream truncation, and malformed SSE chunks.classclassclassclassMatches amultipart/form-datarequest body at the field level.classOpt-in normalisation applied to LLM prompt text beforeConversationPredicatessubstring/regex comparisons are evaluated.classclassclassclassclassclassclassclassclassclassclassclassDeclarative request to simulate a server preemption (Kubernetes node drain / Spot reclamation / a SIGTERM the platform sends before killing the pod): the server cordons itself (rejecting new exchanges), drains in-flight requests for a bounded window, and optionally signals HTTP/2 clients to stop with a GOAWAY.classDeclarative, protocol-agnostic rate-limiting / quota action attached to anExpectation(a sibling ofchaos).classDeclarative retry/backoff recovery primitive attached to anHttpResponse: "fail the first K matches, then serve the configured success response".classclassclassConfiguration for a mocked rerank response (Cohere/v1/rerank, Voyage/v1/rerank, ...).classclassclassclassclassDeclarative TCP-layer fault/chaos injection profile, applied at the raw byte level before HTTP decoding.classRepresents a timed auto-transition for a scenario state machine.classclassToken usage for an LLM completion.classBody matcher that delegates matching to a WASM module stored in theWasmStore.classclassclassclassclassclass -
Uses of ObjectWithReflectiveEqualsHashCodeToString in org.mockserver.netty.unification
-
Uses of ObjectWithReflectiveEqualsHashCodeToString in org.mockserver.proxyconfiguration
-
Uses of ObjectWithReflectiveEqualsHashCodeToString in org.mockserver.serialization
Subclasses of ObjectWithReflectiveEqualsHashCodeToString in org.mockserver.serialization -
Uses of ObjectWithReflectiveEqualsHashCodeToString in org.mockserver.serialization.java
Classes in org.mockserver.serialization.java with type parameters of type ObjectWithReflectiveEqualsHashCodeToStringModifier and TypeInterfaceDescriptioninterfaceinterfaceMethods in org.mockserver.serialization.java with parameters of type ObjectWithReflectiveEqualsHashCodeToStringModifier and TypeMethodDescriptionMultiValueToJavaSerializer.serializeAsJava(int numberOfSpacesToIndent, T... object) -
Uses of ObjectWithReflectiveEqualsHashCodeToString in org.mockserver.serialization.model
Modifier and TypeClassDescriptionclassclassclassclassclassclassclassclassDTO forConditionalRequestDefinition(if-then-else request matching).classclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassKeysAndValuesModifierDTO<T extends KeysAndValues<I,T>, K extends KeysAndValuesModifier<T, K, I>, I extends KeyAndValue, D extends DTO<K>> classKeysToMultiValuesModifierDTO<T extends KeysToMultiValues<I,T>, K extends KeysToMultiValuesModifier<T, K, I>, I extends KeyToMultiValue, D extends DTO<K>> classclassclassclassclassclassclassclassclassclassclassclassclassclassServer-to-client WebSocket message carrying a paused stream frame for interactive breakpoint resolution.classclassclassSerialization DTO forRecoverAfter.classclassclassDTO forSloCriteria, the body ofPUT /mockserver/verifySLO.classDTO forSloObjective.classDTO forSloWindow.classclassClient-to-server WebSocket reply carrying the resolution decision for a paused stream frame.classclassclassclassclassclassclassclassDTO for serialising/deserialisingWasmBodyto/from JSON.classclassclassclassclassclassclassclass -
Uses of ObjectWithReflectiveEqualsHashCodeToString in org.mockserver.slo
Subclasses of ObjectWithReflectiveEqualsHashCodeToString in org.mockserver.sloModifier and TypeClassDescriptionclassA resilience verdict request: a named set ofSloObjectives evaluated synchronously over an already-elapsedSloWindow.classA single objective within anSloCriteria: one service-level indicator compared against a threshold.classThe evaluated outcome of a singleSloObjective: the observed indicator value over the window and whether it satisfied the threshold.classThe resilience verdict produced bySloEvaluatorfor oneSloCriteria.classThe time window over which anSloCriteriais evaluated. -
Uses of ObjectWithReflectiveEqualsHashCodeToString in org.mockserver.templates.engine.model
Modifier and TypeClassDescriptionclassclass -
Uses of ObjectWithReflectiveEqualsHashCodeToString in org.mockserver.validator.jsonschema
Modifier and TypeClassDescriptionclassclassclassclassclassclassclassclassclassclass -
Uses of ObjectWithReflectiveEqualsHashCodeToString in org.mockserver.validator.xmlschema
-
Uses of ObjectWithReflectiveEqualsHashCodeToString in org.mockserver.verify
Subclasses of ObjectWithReflectiveEqualsHashCodeToString in org.mockserver.verifyModifier and TypeClassDescriptionclassclassclass -
Uses of ObjectWithReflectiveEqualsHashCodeToString in org.mockserver.xml
Subclasses of ObjectWithReflectiveEqualsHashCodeToString in org.mockserver.xml