|
JSON Version 1.0 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use JsonFactory.Encoding | |
---|---|
org.codehaus.jackson |
Uses of JsonFactory.Encoding in org.codehaus.jackson |
---|
Methods in org.codehaus.jackson that return JsonFactory.Encoding | |
---|---|
static JsonFactory.Encoding |
JsonFactory.Encoding.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static JsonFactory.Encoding[] |
JsonFactory.Encoding.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods in org.codehaus.jackson with parameters of type JsonFactory.Encoding | |
---|---|
JsonGenerator |
JsonFactory.createJsonGenerator(File f,
JsonFactory.Encoding enc)
|
JsonGenerator |
JsonFactory.createJsonGenerator(OutputStream out,
JsonFactory.Encoding enc)
|
|
JSON Version 1.0 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |