Package com.networknt.schema
Class I18nSupport
- java.lang.Object
-
- com.networknt.schema.I18nSupport
-
@Deprecated public class I18nSupport extends Object
Deprecated.Created by leaves chen leaves615@gmail.com on 2021/8/23.- Author:
- leaves chen leaves615@gmail.com
-
-
Field Summary
Fields Modifier and Type Field Description static StringDEFAULT_BUNDLE_BASE_NAMEDeprecated.static LocaleDEFAULT_LOCALEDeprecated.static ResourceBundleDEFAULT_RESOURCE_BUNDLEDeprecated.
-
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.
-
-