public class JsonbFileAdapter extends Object implements javax.json.bind.adapter.JsonbAdapter<File,String>
JsonbFileAdapter()
File
adaptFromJson(String jsonValue)
String
adaptToJson(File file)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public JsonbFileAdapter()
public String adaptToJson(File file)
adaptToJson
javax.json.bind.adapter.JsonbAdapter<File,String>
public File adaptFromJson(String jsonValue)
adaptFromJson
Copyright © 2017–2018 earcam. All rights reserved.