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