Interface JsonSupporting<D>
- Type Parameters:
D
- The targeted data type.
- All Superinterfaces:
JsonHandler<D>
Specialized
JsonHandler
interface for DataAccessSession
s 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
Modifier and TypeFieldDescriptionstatic final SessionAspectType<JsonSupporting>
Aspect for @link DataAccessSession}s providing means to transform the related value toJSON
. -
Method Summary
Modifier and TypeMethodDescriptionThis method should return the targeted data type for which thissupporting
is responsible - same as inDataAccessSession
.Methods inherited from interface de.espirit.firstspirit.generate.functions.json.handler.JsonHandler
handle
-
Field Details
-
TYPE
Aspect for @link DataAccessSession}s providing means to transform the related value toJSON
.- Since:
- 5.2.191206
-
-
Method Details
-
getSupportedClass
This method should return the targeted data type for which thissupporting
is responsible - same as inDataAccessSession
.- Specified by:
getSupportedClass
in interfaceJsonHandler<D>
- Returns:
- The targeted data type for which this
supporting
is responsible. - Since:
- 5.2.191206
- See Also:
-