content property

TypeDescriptor<T> content
final

The type descriptor for the content type T.

This descriptor is used to register the content type with the content system and handle JSON serialization.

Implementation

final TypeDescriptor<T> content;