Uses of Interface
com.avaje.ebean.text.json.JsonValueAdapter

Packages that use JsonValueAdapter
com.avaje.ebean.text.json JSON formatting and parsing objects (See JsonContext). 
 

Uses of JsonValueAdapter in com.avaje.ebean.text.json
 

Methods in com.avaje.ebean.text.json that return JsonValueAdapter
 JsonValueAdapter JsonWriteOptions.getValueAdapter()
          Return the JsonValueAdapter.
 JsonValueAdapter JsonReadOptions.getValueAdapter()
          Return the JsonValueAdapter.
 

Methods in com.avaje.ebean.text.json with parameters of type JsonValueAdapter
 JsonWriteOptions JsonWriteOptions.setValueAdapter(JsonValueAdapter valueAdapter)
          Set a JsonValueAdapter for custom DateTime and Date formatting.
 JsonReadOptions JsonReadOptions.setValueAdapter(JsonValueAdapter valueAdapter)
          Set a JsonValueAdapter for custom DateTime and Date formatting.
 



Copyright © 2010. All Rights Reserved.