You are here

protected property TimestampNormalizer::$supportedInterfaceOrClass in JSON:API 8.2

The interface or class that this Normalizer supports.

Type: string|array

Overrides DateTimeNormalizer::$supportedInterfaceOrClass

File

src/ForwardCompatibility/Normalizer/TimestampNormalizer.php, line 34

Class

TimestampNormalizer
Converts values for the Timestamp data type to and from common formats.

Namespace

Drupal\jsonapi\ForwardCompatibility\Normalizer

Code

protected $supportedInterfaceOrClass = Timestamp::class;