Uses of Class
io.vertx.uritemplate.ExpandOptions
-
-
Uses of ExpandOptions in io.vertx.uritemplate
Methods in io.vertx.uritemplate that return ExpandOptions Modifier and Type Method Description ExpandOptionsExpandOptions. setAllowVariableMiss(boolean allowVariableMiss)Configures whether a template missing variable is replaced by the empty string or triggers aNoSuchElementExceptionto be thrown.Methods in io.vertx.uritemplate with parameters of type ExpandOptions Modifier and Type Method Description StringUriTemplate. expandToString(Variables variables, ExpandOptions options)Expand this template to a string.Constructors in io.vertx.uritemplate with parameters of type ExpandOptions Constructor Description ExpandOptions(ExpandOptions that)
-