Uses of Class
org.mockserver.model.ParameterStyle
-
Packages that use ParameterStyle Package Description org.mockserver.codec org.mockserver.matchers org.mockserver.model org.mockserver.serialization.model -
-
Uses of ParameterStyle in org.mockserver.codec
Methods in org.mockserver.codec with parameters of type ParameterStyle Modifier and Type Method Description List<NottableString>ExpandedParameterDecoder. splitOnDelimiter(ParameterStyle style, String name, List<NottableString> values) -
Uses of ParameterStyle in org.mockserver.matchers
Methods in org.mockserver.matchers that return types with arguments of type ParameterStyle Modifier and Type Method Description Map<String,ParameterStyle>JsonSchemaMatcher. getParameterStyle()Method parameters in org.mockserver.matchers with type arguments of type ParameterStyle Modifier and Type Method Description JsonSchemaMatcherJsonSchemaMatcher. withParameterStyle(Map<String,ParameterStyle> parameterStyle) -
Uses of ParameterStyle in org.mockserver.model
Methods in org.mockserver.model that return ParameterStyle Modifier and Type Method Description ParameterStyleNottableString. getParameterStyle()static ParameterStyleParameterStyle. valueOf(String name)Returns the enum constant of this type with the specified name.static ParameterStyle[]ParameterStyle. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.mockserver.model that return types with arguments of type ParameterStyle Modifier and Type Method Description Map<String,ParameterStyle>JsonSchemaBody. getParameterStyles()Methods in org.mockserver.model with parameters of type ParameterStyle Modifier and Type Method Description NottableStringNottableString. withStyle(ParameterStyle style)ParameterParameter. withStyle(ParameterStyle style)Method parameters in org.mockserver.model with type arguments of type ParameterStyle Modifier and Type Method Description JsonSchemaBodyJsonSchemaBody. withParameterStyles(Map<String,ParameterStyle> parameterStyles) -
Uses of ParameterStyle in org.mockserver.serialization.model
Methods in org.mockserver.serialization.model that return types with arguments of type ParameterStyle Modifier and Type Method Description Map<String,ParameterStyle>JsonSchemaBodyDTO. getParameterStyles()
-