Uses of Class
org.mockserver.collections.ImmutableEntry
-
Packages that use ImmutableEntry Package Description org.mockserver.collections -
-
Uses of ImmutableEntry in org.mockserver.collections
Methods in org.mockserver.collections that return ImmutableEntry Modifier and Type Method Description static ImmutableEntryImmutableEntry. entry(RegexStringMatcher regexStringMatcher, String key, String value)static ImmutableEntryImmutableEntry. entry(RegexStringMatcher regexStringMatcher, NottableString key, NottableString value)Method parameters in org.mockserver.collections with type arguments of type ImmutableEntry Modifier and Type Method Description static booleanImmutableEntry. listsEqualWithOptionals(RegexStringMatcher regexStringMatcher, List<ImmutableEntry> matcher, List<ImmutableEntry> matched)
-