Interface JsonSupporting<T>

Type Parameters:
T - Value type, same as in ValueEngineer
All Superinterfaces:
JsonHandler<T>

@Experimental public interface JsonSupporting<T> extends JsonHandler<T>
Specialized JsonHandler interface for ValueEngineers providing means to transform the related value to JSON. CAUTION: This class is still in development and may change drastically without any further notice.
Since:
5.2.191206