Uses of Class
io.rxmicro.rest.client.RestClientGeneratorConfig.RequestValidationMode
-
Packages that use RestClientGeneratorConfig.RequestValidationMode Package Description io.rxmicro.rest.client The root package for therxmicro.rest.clientmodule. -
-
Uses of RestClientGeneratorConfig.RequestValidationMode in io.rxmicro.rest.client
Methods in io.rxmicro.rest.client that return RestClientGeneratorConfig.RequestValidationMode Modifier and Type Method Description RestClientGeneratorConfig.RequestValidationModerequestValidationMode()Specifies how the HTTP request parameters should be checked.static RestClientGeneratorConfig.RequestValidationModeRestClientGeneratorConfig.RequestValidationMode. valueOf(String name)Returns the enum constant of this type with the specified name.static RestClientGeneratorConfig.RequestValidationMode[]RestClientGeneratorConfig.RequestValidationMode. values()Returns an array containing the constants of this enum type, in the order they are declared.
-