Package com.networknt.schema
Class I18nSupport
- java.lang.Object
-
- com.networknt.schema.I18nSupport
-
@Deprecated public class I18nSupport extends Object
Deprecated.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
Deprecated.static Locale
DEFAULT_LOCALE
Deprecated.static ResourceBundle
DEFAULT_RESOURCE_BUNDLE
Deprecated.
-
Constructor Summary
Constructors Constructor Description I18nSupport()
Deprecated.
-
-
-
Field Detail
-
DEFAULT_BUNDLE_BASE_NAME
public static final String DEFAULT_BUNDLE_BASE_NAME
Deprecated.- See Also:
- Constant Field Values
-
DEFAULT_LOCALE
public static final Locale DEFAULT_LOCALE
Deprecated.
-
DEFAULT_RESOURCE_BUNDLE
public static final ResourceBundle DEFAULT_RESOURCE_BUNDLE
Deprecated.
-
-