Package com.networknt.schema
Class I18nSupport
- java.lang.Object
-
- com.networknt.schema.I18nSupport
-
public class I18nSupport extends Object
Created by leaves chen [email protected] on 2021/8/23.- Author:
- leaves chen [email protected]
-
-
Field Summary
Fields Modifier and Type Field Description static String
DEFAULT_BUNDLE_BASE_NAME
static Locale
DEFAULT_LOCALE
static ResourceBundle
DEFAULT_RESOURCE_BUNDLE
-
Constructor Summary
Constructors Constructor Description I18nSupport()
-
-
-
Field Detail
-
DEFAULT_BUNDLE_BASE_NAME
public static final String DEFAULT_BUNDLE_BASE_NAME
- See Also:
- Constant Field Values
-
DEFAULT_LOCALE
public static final Locale DEFAULT_LOCALE
-
DEFAULT_RESOURCE_BUNDLE
public static final ResourceBundle DEFAULT_RESOURCE_BUNDLE
-
-