Uses of Enum Class
org.mockserver.model.CaptureRule.Source
Packages that use CaptureRule.Source
-
Uses of CaptureRule.Source in org.mockserver.model
Methods in org.mockserver.model that return CaptureRule.SourceModifier and TypeMethodDescriptionCaptureRule.getSource()static CaptureRule.SourceReturns the enum constant of this class with the specified name.static CaptureRule.Source[]CaptureRule.Source.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.mockserver.model with parameters of type CaptureRule.SourceModifier and TypeMethodDescriptionstatic CaptureRuleCaptureRule.capture(CaptureRule.Source source, String expression, String into) CaptureRule.withSource(CaptureRule.Source source) -
Uses of CaptureRule.Source in org.mockserver.serialization.model
Methods in org.mockserver.serialization.model that return CaptureRule.SourceMethods in org.mockserver.serialization.model with parameters of type CaptureRule.Source