Uses of Interface
javax.json.JsonFeature

Packages that use JsonFeature
javax.json Java API for JSON Processing (JSON-P) API provides a way to process (for e.g. 
 

Uses of JsonFeature in javax.json
 

Fields in javax.json declared as JsonFeature
static JsonFeature JsonFeature.PRETTY_PRINTING
          Feature for generating JSON in a pretty manner.
 

Methods in javax.json that return types with arguments of type JsonFeature
 Iterable<JsonFeature> JsonConfiguration.getFeatures()
          Returns a Iterable for features in this configuration.
 

Methods in javax.json with parameters of type JsonFeature
 JsonConfiguration JsonConfiguration.with(JsonFeature feature)
          Adds a feature to this configuration
 




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