Uses of Class
feign.template.Template.ExpansionOptions
-
Packages that use Template.ExpansionOptions Package Description feign.template -
-
Uses of Template.ExpansionOptions in feign.template
Methods in feign.template that return Template.ExpansionOptions Modifier and Type Method Description static Template.ExpansionOptionsTemplate.ExpansionOptions. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static Template.ExpansionOptions[]Template.ExpansionOptions. values()Returns an array containing the constants of this enum type, in the order they are declared.
-