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 org.glassfish.jersey.internal.l10n.Localizable
static org.glassfish.jersey.internal.l10n.Localizable
localizableERROR_INVALID_CLASS
(Object arg0, Object arg1) static org.glassfish.jersey.internal.l10n.Localizable
static org.glassfish.jersey.internal.l10n.Localizable
static org.glassfish.jersey.internal.l10n.Localizable
-
Method Details
-
localizableINVALID_CONFIGURABLE_COMPONENT_TYPE
public static org.glassfish.jersey.internal.l10n.Localizable localizableINVALID_CONFIGURABLE_COMPONENT_TYPE(Object arg0) -
INVALID_CONFIGURABLE_COMPONENT_TYPE
The supplied component "{0}" is not assignable from JerseyClient or JerseyWebTarget. -
localizableERROR_BODY_PUBLISHER
public static org.glassfish.jersey.internal.l10n.Localizable localizableERROR_BODY_PUBLISHER() -
ERROR_BODY_PUBLISHER
Could not determine BodyPublisher for entity. -
localizableERROR_INVALID_ENTITY
public static org.glassfish.jersey.internal.l10n.Localizable localizableERROR_INVALID_ENTITY() -
ERROR_INVALID_ENTITY
Could not serialize entity. -
localizableEXPECTED_CONNECTOR_PROVIDER_NOT_USED
public static org.glassfish.jersey.internal.l10n.Localizable 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.
-