org.apache.jackrabbit.mk.json
Class JsonBuilder.JsonArrayBuilder
java.lang.Object
org.apache.jackrabbit.mk.json.JsonBuilder.JsonArrayBuilder
- Enclosing class:
- JsonBuilder
public final class JsonBuilder.JsonArrayBuilder
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JsonBuilder.JsonArrayBuilder
public JsonBuilder.JsonArrayBuilder(JsonBuilder.JsonObjectBuilder parent)
throws IOException
- Throws:
IOException
value
public JsonBuilder.JsonArrayBuilder value(String value)
throws IOException
- Throws:
IOException
value
public JsonBuilder.JsonArrayBuilder value(int value)
throws IOException
- Throws:
IOException
value
public JsonBuilder.JsonArrayBuilder value(long value)
throws IOException
- Throws:
IOException
value
public JsonBuilder.JsonArrayBuilder value(float value)
throws IOException
- Throws:
IOException
value
public JsonBuilder.JsonArrayBuilder value(double value)
throws IOException
- Throws:
IOException
value
public JsonBuilder.JsonArrayBuilder value(Number value)
throws IOException
- Throws:
IOException
value
public JsonBuilder.JsonArrayBuilder value(boolean value)
throws IOException
- Throws:
IOException
nil
public JsonBuilder.JsonArrayBuilder nil()
throws IOException
- Throws:
IOException
build
public JsonBuilder.JsonObjectBuilder build()
throws IOException
- Throws:
IOException
Copyright © 2012 The Apache Software Foundation. All Rights Reserved.