Class LocalizationMessages
java.lang.Object
org.glassfish.jersey.jnh.connector.LocalizationMessages
Defines string formatting method for each constant in the resource file
-
Method Summary
Modifier and TypeMethodDescriptionstatic String
Could not determine BodyPublisher for entity.static String
ERROR_INVALID_CLASS
(Object arg0, Object arg1) {0} is not an instance of {1}.static String
Could not serialize entity.static String
The supplied component is not configured to use a JavaConnectorProvider.static String
The supplied component "{0}" is not assignable from JerseyClient or JerseyWebTarget.static Localizable
static Localizable
localizableERROR_INVALID_CLASS
(Object arg0, Object arg1) static Localizable
static Localizable
static Localizable
-
Method Details
-
localizableINVALID_CONFIGURABLE_COMPONENT_TYPE
-
INVALID_CONFIGURABLE_COMPONENT_TYPE
The supplied component "{0}" is not assignable from JerseyClient or JerseyWebTarget. -
localizableERROR_BODY_PUBLISHER
-
ERROR_BODY_PUBLISHER
Could not determine BodyPublisher for entity. -
localizableERROR_INVALID_ENTITY
-
ERROR_INVALID_ENTITY
Could not serialize entity. -
localizableEXPECTED_CONNECTOR_PROVIDER_NOT_USED
-
EXPECTED_CONNECTOR_PROVIDER_NOT_USED
The supplied component is not configured to use a JavaConnectorProvider. -
localizableERROR_INVALID_CLASS
-
ERROR_INVALID_CLASS
{0} is not an instance of {1}. Ignoring property.
-