Uses of Class
io.vertx.uritemplate.ExpandOptions
Packages that use ExpandOptions
Package
Description
-
Uses of ExpandOptions in io.vertx.ext.web.client
Fields in io.vertx.ext.web.client declared as ExpandOptionsModifier and TypeFieldDescriptionstatic final ExpandOptionsWebClientOptions.DEFAULT_EXPAND_OPTIONSMethods in io.vertx.ext.web.client that return ExpandOptionsModifier and TypeMethodDescriptionWebClientConfig.getTemplateExpandOptions()WebClientOptions.getTemplateExpandOptions()Methods in io.vertx.ext.web.client with parameters of type ExpandOptionsModifier and TypeMethodDescriptionCachingWebClientConfig.setTemplateExpandOptions(ExpandOptions templateExpandOptions) WebClientConfig.setTemplateExpandOptions(ExpandOptions templateExpandOptions) WebClientOptions.setTemplateExpandOptions(ExpandOptions templateExpandOptions) -
Uses of ExpandOptions in io.vertx.reactivex.uritemplate
Methods in io.vertx.reactivex.uritemplate with parameters of type ExpandOptionsModifier and TypeMethodDescriptionUriTemplate.expandToString(Variables variables, ExpandOptions options) Expand this template to a string. -
Uses of ExpandOptions in io.vertx.rxjava3.uritemplate
Methods in io.vertx.rxjava3.uritemplate with parameters of type ExpandOptionsModifier and TypeMethodDescriptionUriTemplate.expandToString(Variables variables, ExpandOptions options) Expand this template to a string. -
Uses of ExpandOptions in io.vertx.uritemplate
Methods in io.vertx.uritemplate that return ExpandOptionsModifier and TypeMethodDescriptionExpandOptions.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 ExpandOptionsModifier and TypeMethodDescriptionUriTemplate.expandToString(Variables variables, ExpandOptions options) Expand this template to a string.Constructors in io.vertx.uritemplate with parameters of type ExpandOptions