Package org.glassfish.jersey.inject.hk2
Class LocalizationMessages
java.lang.Object
org.glassfish.jersey.inject.hk2.LocalizationMessages
Defines string formatting method for each constant in the resource file
-
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
-
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}
-