Class LocalizationMessages


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

      • localizableERROR_GSON_EMPTYSTREAM

        public static org.glassfish.jersey.internal.l10n.Localizable localizableERROR_GSON_EMPTYSTREAM()
      • ERROR_GSON_EMPTYSTREAM

        public static String ERROR_GSON_EMPTYSTREAM()
        GSON cannot parse empty input stream.
      • localizableERROR_GSON_SERIALIZATION

        public static org.glassfish.jersey.internal.l10n.Localizable localizableERROR_GSON_SERIALIZATION()
      • ERROR_GSON_SERIALIZATION

        public static String ERROR_GSON_SERIALIZATION()
        Error writing GSON serialized object.
      • localizableERROR_GSON_DESERIALIZATION

        public static org.glassfish.jersey.internal.l10n.Localizable localizableERROR_GSON_DESERIALIZATION()
      • ERROR_GSON_DESERIALIZATION

        public static String ERROR_GSON_DESERIALIZATION()
        Error deserializing object from entity stream.