Uses of Class
com.github.mjeanroy.springmvc.view.mustache.configuration.MustacheProvider
-
Packages that use MustacheProvider Package Description com.github.mjeanroy.springmvc.view.mustache.configuration -
-
Uses of MustacheProvider in com.github.mjeanroy.springmvc.view.mustache.configuration
Methods in com.github.mjeanroy.springmvc.view.mustache.configuration that return MustacheProvider Modifier and Type Method Description MustacheProviderprovider()Set mustache provider implementation to import.static MustacheProviderMustacheProvider. valueOf(String name)Returns the enum constant of this type with the specified name.static MustacheProvider[]MustacheProvider. values()Returns an array containing the constants of this enum type, in the order they are declared.
-