Class LocalizationMessages
java.lang.Object
org.glassfish.jersey.helidon.connector.LocalizationMessages
Defines string formatting method for each constant in the resource file
-
Method Summary
Modifier and TypeMethodDescriptionstatic StringHelidon connector is not supported on JDK version less than 17.static StringHelidon 4 connector is not supported on JDK version less than 21.static StringHELIDON_CONFIG_IGNORED(Object arg0) Ignoring Helidon Connector config at "{0}".static Localizablestatic Localizablestatic Localizablestatic Localizablestatic Localizablestatic Localizablestatic Localizablestatic StringUnable to find Config in service registry.static StringHelidon connector is not supported on JDK version less than 21.static StringProxy schema {0} not supported.static StringWRONG_PROXY_URI_TYPE(Object arg0) The proxy URI "{0}" MUST be String or URI.
-
Method Details
-
localizableHELIDON_3_NOT_SUPPORTED
-
HELIDON_3_NOT_SUPPORTED
Helidon connector is not supported on JDK version less than 17. -
localizableWRONG_PROXY_URI_TYPE
-
WRONG_PROXY_URI_TYPE
The proxy URI "{0}" MUST be String or URI. -
localizablePROXY_SCHEMA_NOT_SUPPORTED
-
PROXY_SCHEMA_NOT_SUPPORTED
Proxy schema {0} not supported. -
localizableHELIDON_CONFIG_IGNORED
-
HELIDON_CONFIG_IGNORED
Ignoring Helidon Connector config at "{0}". -
localizableHELIDON_4_NOT_SUPPORTED
-
HELIDON_4_NOT_SUPPORTED
Helidon 4 connector is not supported on JDK version less than 21. -
localizableNOT_SUPPORTED
-
NOT_SUPPORTED
Helidon connector is not supported on JDK version less than 21. -
localizableNO_CONFIG_IN_REGISTERY
-
NO_CONFIG_IN_REGISTERY
Unable to find Config in service registry.
-