Uses of Enum Class
software.xdev.mockserver.matchers.MatchDifference.Field
Packages that use MatchDifference.Field
-
Uses of MatchDifference.Field in software.xdev.mockserver.matchers
Methods in software.xdev.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 software.xdev.mockserver.matchers that return types with arguments of type MatchDifference.FieldMethods in software.xdev.mockserver.matchers with parameters of type MatchDifference.FieldModifier and TypeMethodDescriptionMatchDifference.addDifference(MatchDifference.Field fieldName, String messageFormat, Object... arguments) protected MatchDifferenceMatchDifference.currentField(MatchDifference.Field fieldName) MatchDifference.getDifferences(MatchDifference.Field fieldName) Method parameters in software.xdev.mockserver.matchers with type arguments of type MatchDifference.FieldModifier and TypeMethodDescriptionvoidMatchDifference.addDifferences(Map<MatchDifference.Field, List<String>> differences)