Uses of Enum
graphql.i18n.I18n.BundleType
Packages that use I18n.BundleType
-
Uses of I18n.BundleType in graphql.i18n
Subclasses with type arguments of type I18n.BundleType in graphql.i18nModifier and TypeClassDescriptionstatic enumThis enum is a type safe way to control what resource bundle to load fromMethods in graphql.i18n that return I18n.BundleTypeModifier and TypeMethodDescriptionstatic I18n.BundleTypeReturns 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.BundleTypeModifier and TypeMethodDescriptionstatic I18nI18n.i18n(I18n.BundleType bundleType, Locale locale) Constructors in graphql.i18n with parameters of type I18n.BundleType