Interface JSONHelper.JSONToObject<T>
- Enclosing interface:
JSONHelper
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
This functional interface defines a method to create an object of type T from a JSON object.
-
Method Summary
-
Method Details
-
apply
Creates an object of type T from a JSON object.- Parameters:
jsonObject
- the JSON object- Returns:
- the created object
-