Uses of Class
graphql.i18n.I18n.BundleType
-
Packages that use I18n.BundleType Package Description graphql.i18n -
-
Uses of I18n.BundleType in graphql.i18n
Methods in graphql.i18n that return I18n.BundleType Modifier and Type Method Description static I18n.BundleType
I18n.BundleType. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static I18n.BundleType[]
I18n.BundleType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in graphql.i18n with parameters of type I18n.BundleType Modifier and Type Method Description static I18n
I18n. i18n(I18n.BundleType bundleType, java.util.Locale locale)
Constructors in graphql.i18n with parameters of type I18n.BundleType Constructor Description I18n(I18n.BundleType bundleType, java.util.Locale locale)
-