Interface JsonSupporting<T>
- Type Parameters:
T
- Value type, same as inValueEngineer
- All Superinterfaces:
JsonHandler<T>
Specialized
JsonHandler
interface for ValueEngineer
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 ValueEngineerAspectType<JsonSupporting<?>>
Aspect forValueEngineer
s providing means to transform the related value toJSON
. -
Method Summary
Modifier and TypeMethodDescriptionThis method should return the value type for which thissupporting
is responsible - same as inValueEngineer
.Methods inherited from interface de.espirit.firstspirit.generate.functions.json.handler.JsonHandler
handle
-
Field Details
-
TYPE
Aspect forValueEngineer
s providing means to transform the related value toJSON
.- Since:
- 5.2.191206
-
-
Method Details
-
getSupportedClass
This method should return the value type for which thissupporting
is responsible - same as inValueEngineer
.- Specified by:
getSupportedClass
in interfaceJsonHandler<T>
- Returns:
- The value type for which this
supporting
is responsible. - Since:
- 5.2.191206
- See Also:
-