Uses of Enum Class
org.mockserver.matchers.MatchDifference.Field
Packages that use MatchDifference.Field
-
Uses of MatchDifference.Field in org.mockserver.matchers
Methods in org.mockserver.matchers that return MatchDifference.FieldModifier and TypeMethodDescriptionstatic MatchDifference.FieldReturns the enum constant of this class with the specified name.static MatchDifference.Field[]MatchDifference.Field.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.mockserver.matchers that return types with arguments of type MatchDifference.FieldModifier and TypeMethodDescriptionstatic Map<MatchDifference.Field,String> MismatchRemediation.allHints(Map<MatchDifference.Field, List<String>> differences) Produces a map of field to hint string for all fields that have differences.MatchDifference.getAllDifferences()Methods in org.mockserver.matchers with parameters of type MatchDifference.FieldModifier and TypeMethodDescriptionMatchDifference.addDifference(MatchDifference.Field fieldName, String messageFormat, Object... arguments) protected MatchDifferenceMatchDifference.currentField(MatchDifference.Field fieldName) MatchFailureHints.generateHints(MatchDifference.Field field, Object matcher, Object matched) MatchDifference.getDifferences(MatchDifference.Field fieldName) static StringMismatchRemediation.hint(MatchDifference.Field field, List<String> differences) Returns a remediation hint for the given field and its difference messages, or an empty string when no specific hint can be determined.Method parameters in org.mockserver.matchers with type arguments of type MatchDifference.FieldModifier and TypeMethodDescriptionvoidMatchDifference.addDifferences(Map<MatchDifference.Field, List<String>> differences) static Map<MatchDifference.Field,String> MismatchRemediation.allHints(Map<MatchDifference.Field, List<String>> differences) Produces a map of field to hint string for all fields that have differences.static StringMatchDifferenceFormatter.formatDifferences(Map<MatchDifference.Field, List<String>> differences) -
Uses of MatchDifference.Field in org.mockserver.mock
Methods in org.mockserver.mock that return types with arguments of type MatchDifference.FieldModifier and TypeMethodDescriptionHttpState.findClosestMatchDiff(HttpRequest request) RequestMatchers.findClosestMatchDiff(HttpRequest httpRequest)