Class LocalizationMessages

java.lang.Object
org.glassfish.jersey.helidon.connector.LocalizationMessages

public final class LocalizationMessages extends Object
Defines string formatting method for each constant in the resource file
  • Method Details

    • localizableHELIDON_3_NOT_SUPPORTED

      public static Localizable localizableHELIDON_3_NOT_SUPPORTED()
    • HELIDON_3_NOT_SUPPORTED

      public static String HELIDON_3_NOT_SUPPORTED()
      Helidon connector is not supported on JDK version less than 17.
    • localizableWRONG_PROXY_URI_TYPE

      public static Localizable localizableWRONG_PROXY_URI_TYPE(Object arg0)
    • WRONG_PROXY_URI_TYPE

      public static String WRONG_PROXY_URI_TYPE(Object arg0)
      The proxy URI "{0}" MUST be String or URI.
    • localizablePROXY_SCHEMA_NOT_SUPPORTED

      public static Localizable localizablePROXY_SCHEMA_NOT_SUPPORTED(Object arg0)
    • PROXY_SCHEMA_NOT_SUPPORTED

      public static String PROXY_SCHEMA_NOT_SUPPORTED(Object arg0)
      Proxy schema {0} not supported.
    • localizableHELIDON_CONFIG_IGNORED

      public static Localizable localizableHELIDON_CONFIG_IGNORED(Object arg0)
    • HELIDON_CONFIG_IGNORED

      public static String HELIDON_CONFIG_IGNORED(Object arg0)
      Ignoring Helidon Connector config at "{0}".
    • localizableHELIDON_4_NOT_SUPPORTED

      public static Localizable localizableHELIDON_4_NOT_SUPPORTED()
    • HELIDON_4_NOT_SUPPORTED

      public static String HELIDON_4_NOT_SUPPORTED()
      Helidon 4 connector is not supported on JDK version less than 21.
    • localizableNOT_SUPPORTED

      public static Localizable localizableNOT_SUPPORTED()
    • NOT_SUPPORTED

      public static String NOT_SUPPORTED()
      Helidon connector is not supported on JDK version less than 21.
    • localizableNO_CONFIG_IN_REGISTERY

      public static Localizable localizableNO_CONFIG_IN_REGISTERY()
    • NO_CONFIG_IN_REGISTERY

      public static String NO_CONFIG_IN_REGISTERY()
      Unable to find Config in service registry.