Uses of Class
org.mockserver.matchers.MatchDifference.Field
-
Packages that use MatchDifference.Field Package Description org.mockserver.matchers org.mockserver.mock -
-
Uses of MatchDifference.Field in org.mockserver.matchers
Methods in org.mockserver.matchers that return MatchDifference.Field Modifier and Type Method Description static MatchDifference.FieldMatchDifference.Field. valueOf(String name)Returns the enum constant of this type with the specified name.static MatchDifference.Field[]MatchDifference.Field. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.mockserver.matchers that return types with arguments of type MatchDifference.Field Modifier and Type Method Description 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.Map<MatchDifference.Field,List<String>>MatchDifference. getAllDifferences()Methods in org.mockserver.matchers with parameters of type MatchDifference.Field Modifier and Type Method Description MatchDifferenceMatchDifference. addDifference(MatchDifference.Field fieldName, String messageFormat, Object... arguments)protected MatchDifferenceMatchDifference. currentField(MatchDifference.Field fieldName)static List<String>MatchFailureHints. generateHints(MatchDifference.Field field, Object matcher, Object matched)List<String>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.Field Modifier and Type Method Description voidMatchDifference. 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.Field Modifier and Type Method Description Map<MatchDifference.Field,List<String>>HttpState. findClosestMatchDiff(HttpRequest request)Map<MatchDifference.Field,List<String>>RequestMatchers. findClosestMatchDiff(HttpRequest httpRequest)
-