Package org.glassfish.jersey.inject.hk2
Class LocalizationMessages
java.lang.Object
org.glassfish.jersey.inject.hk2.LocalizationMessages
@Generated("com.sun.istack.maven.ResourceGenMojo")
public final class LocalizationMessages
extends Object
Defines string formatting method for each constant in the resource file
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static final String
private static final Localizer
private static final LocalizableMessageFactory
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic String
HK_2_CLEARING_CACHE
(Object arg0, Object arg1) Clearing Jersey HK2 caches.static String
HK2 failure has been detected in a code that does not run in an active Jersey Error scope.static String
Provider registered to Hk2InjectionManager cannot be process because of incompatible type: {0}.static String
HK_2_REIFICATION_ERROR
(Object arg0, Object arg1) HK2 service reification failed for [{0}] with an exception: {1}static String
HK_2_UNKNOWN_ERROR
(Object arg0) Unknown HK2 failure detected: {0}static String
Unknown parent of InjectionManager, ServiceLocator should be used instead of: {0}.static Localizable
localizableHK_2_CLEARING_CACHE
(Object arg0, Object arg1) static Localizable
static Localizable
static Localizable
localizableHK_2_REIFICATION_ERROR
(Object arg0, Object arg1) static Localizable
static Localizable
-
Field Details
-
BUNDLE_NAME
- See Also:
-
MESSAGE_FACTORY
-
LOCALIZER
-
-
Constructor Details
-
LocalizationMessages
public LocalizationMessages()
-
-
Method Details
-
localizableHK_2_UNKNOWN_ERROR
-
HK_2_UNKNOWN_ERROR
Unknown HK2 failure detected: {0} -
localizableHK_2_UNKNOWN_PARENT_INJECTION_MANAGER
-
HK_2_UNKNOWN_PARENT_INJECTION_MANAGER
Unknown parent of InjectionManager, ServiceLocator should be used instead of: {0}. -
localizableHK_2_FAILURE_OUTSIDE_ERROR_SCOPE
-
HK_2_FAILURE_OUTSIDE_ERROR_SCOPE
HK2 failure has been detected in a code that does not run in an active Jersey Error scope. -
localizableHK_2_PROVIDER_NOT_REGISTRABLE
-
HK_2_PROVIDER_NOT_REGISTRABLE
Provider registered to Hk2InjectionManager cannot be process because of incompatible type: {0}. -
localizableHK_2_CLEARING_CACHE
-
HK_2_CLEARING_CACHE
Clearing Jersey HK2 caches. Service cache size: {0}, reflection cache size: {1}. -
localizableHK_2_REIFICATION_ERROR
-
HK_2_REIFICATION_ERROR
HK2 service reification failed for [{0}] with an exception: {1}
-