Interface JsonSupporting<D>

Type Parameters:
D - The targeted data type.
All Superinterfaces:
JsonHandler<D>

@Experimental public interface JsonSupporting<D> extends JsonHandler<D>
Specialized JsonHandler interface for DataAccessSessions 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
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    Aspect for @link DataAccessSession}s providing means to transform the related value to JSON.
  • Method Summary

    Modifier and Type
    Method
    Description
    @NotNull Class<D>
    This method should return the targeted data type for which this supporting is responsible - same as in DataAccessSession.

    Methods inherited from interface de.espirit.firstspirit.generate.functions.json.handler.JsonHandler

    handle