T
- Value type, same as in ValueEngineer
public interface JsonSupporting<T> extends JsonHandler<T>
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.Modifier and Type | Field and Description |
---|---|
static ValueEngineerAspectType<JsonSupporting<?>> |
TYPE
Aspect for
ValueEngineer s providing means to transform the related value to JSON . |
Modifier and Type | Method and Description |
---|---|
Class<T> |
getSupportedClass()
This method should return the value type for which this
supporting is responsible - same as in ValueEngineer . |
handle
static final ValueEngineerAspectType<JsonSupporting<?>> TYPE
ValueEngineer
s providing means to transform the related value to JSON
.@NotNull Class<T> getSupportedClass()
supporting
is responsible - same as in ValueEngineer
.getSupportedClass
in interface JsonHandler<T>
supporting
is responsible.JsonHandler.getSupportedClass()
Copyright © 2021 e-Spirit AG. All Rights Reserved. Build 5.2.210210