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 StringHK_2_CLEARING_CACHE(Object arg0, Object arg1) Clearing Jersey HK2 caches.static StringHK2 failure has been detected in a code that does not run in an active Jersey Error scope.static StringProvider registered to Hk2InjectionManager cannot be process because of incompatible type: {0}.static StringHK_2_REIFICATION_ERROR(Object arg0, Object arg1) HK2 service reification failed for [{0}] with an exception: {1}static StringHK_2_UNKNOWN_ERROR(Object arg0) Unknown HK2 failure detected: {0}static StringUnknown parent of InjectionManager, ServiceLocator should be used instead of: {0}.static LocalizablelocalizableHK_2_CLEARING_CACHE(Object arg0, Object arg1) static Localizablestatic Localizablestatic LocalizablelocalizableHK_2_REIFICATION_ERROR(Object arg0, Object arg1) static Localizablestatic 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}
-