org.glassfish.jersey.jettison.internal
Class LocalizationMessages

java.lang.Object
  extended by org.glassfish.jersey.jettison.internal.LocalizationMessages

public final class LocalizationMessages
extends Object

Defines string formatting method for each constant in the resource file


Constructor Summary
LocalizationMessages()
           
 
Method Summary
static String ERROR_PARSING_JSON_ARRAY()
          Error parsing JSON array.
static String ERROR_PARSING_JSON_OBJECT()
          Error parsing JSON object.
static String ERROR_WRITING_JSON_ARRAY()
          Error writing JSON array.
static String ERROR_WRITING_JSON_OBJECT()
          Error writing JSON object.
static Localizable localizableERROR_PARSING_JSON_ARRAY()
           
static Localizable localizableERROR_PARSING_JSON_OBJECT()
           
static Localizable localizableERROR_WRITING_JSON_ARRAY()
           
static Localizable localizableERROR_WRITING_JSON_OBJECT()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LocalizationMessages

public LocalizationMessages()
Method Detail

localizableERROR_WRITING_JSON_ARRAY

public static Localizable localizableERROR_WRITING_JSON_ARRAY()

ERROR_WRITING_JSON_ARRAY

public static String ERROR_WRITING_JSON_ARRAY()
Error writing JSON array.


localizableERROR_WRITING_JSON_OBJECT

public static Localizable localizableERROR_WRITING_JSON_OBJECT()

ERROR_WRITING_JSON_OBJECT

public static String ERROR_WRITING_JSON_OBJECT()
Error writing JSON object.


localizableERROR_PARSING_JSON_ARRAY

public static Localizable localizableERROR_PARSING_JSON_ARRAY()

ERROR_PARSING_JSON_ARRAY

public static String ERROR_PARSING_JSON_ARRAY()
Error parsing JSON array.


localizableERROR_PARSING_JSON_OBJECT

public static Localizable localizableERROR_PARSING_JSON_OBJECT()

ERROR_PARSING_JSON_OBJECT

public static String ERROR_PARSING_JSON_OBJECT()
Error parsing JSON object.



Copyright © 2007-2014, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.