handleUnknown

abstract fun handleUnknown(name: String, value: AttributeValue, builder: B)

Handle an attribute whose key isn't present in an item schema. Implementations may throw exceptions (which causes item conversion to fail), take no action, or take action on the builder to read/update entity properties.

Parameters

name

The key of the attribute

value

The value of the attribute

builder

An instance of a builder object being used to construct an entity type, which may be used to read and set entity properties