javax.json
Interface JsonBuilder.JsonBuildable<T extends JsonStructure>

Enclosing class:
JsonBuilder

public static interface JsonBuilder.JsonBuildable<T extends JsonStructure>

Build task that gives the result of the build process


Method Summary
 T build()
          Builds a JSON object or array
 

Method Detail

build

T build()
Builds a JSON object or array

Returns:
built object or array



Copyright © 2012 Oracle and/or its affiliates. All rights reserved.