Uses of Interface
com.vaadin.pro.licensechecker.json.LicenseCheckerJsonObject
Packages that use LicenseCheckerJsonObject
Package
Description
-
Uses of LicenseCheckerJsonObject in com.vaadin.pro.licensechecker
Methods in com.vaadin.pro.licensechecker that return LicenseCheckerJsonObjectModifier and TypeMethodDescriptionstatic LicenseCheckerJsonObjectUtil.parseJson(int status, InputStream inputStream) Parses a JSON response from an input stream and converts it into aLicenseCheckerJsonObject. -
Uses of LicenseCheckerJsonObject in com.vaadin.pro.licensechecker.json
Methods in com.vaadin.pro.licensechecker.json that return LicenseCheckerJsonObjectModifier and TypeMethodDescriptionstatic LicenseCheckerJsonObjectLicenseCheckerJson.createObject()LicenseCheckerJsonFactory.createObject()Create an empty LicenseCheckerJsonObject.LicenseCheckerJsonArray.getObject(int index) Return the ith element of the array (uncoerced) as a LicenseCheckerJsonObject If the type is not an object,, this can result in runtime errors.Return the element (uncoerced) as a LicenseCheckerJsonObject If the type is not an object,, this can result in runtime errors.static LicenseCheckerJsonObject -
Uses of LicenseCheckerJsonObject in com.vaadin.pro.licensechecker.json.impl
Classes in com.vaadin.pro.licensechecker.json.impl that implement LicenseCheckerJsonObjectModifier and TypeClassDescriptionclassServer-side implementation of LicenseCheckerJsonObject.Methods in com.vaadin.pro.licensechecker.json.impl that return LicenseCheckerJsonObjectModifier and TypeMethodDescriptionLicenseCheckerJreJsonFactory.createObject()LicenseCheckerJreJsonArray.getObject(int index)