Abstract
Type of schema processing bootstrap.
Constructs schema processor.
Schema processing options.
Currently processed schema constraint, if any
Currently processed schema entry. This may be e.g. a serializer or deserializer name.
undefined
when processing nested schema. This happens e.g. when model processed
explicitly rather automatically.
Current presentation name, if any.
Currently working schema processor name.
Schema index used to uniquely identify schemas.
Enables the given processing feature
.
Type of schema processing options.
Feature to enable.
this
instance.
Registers schema constraint application handler.
If multiple handlers match the same criteria
, they all will be applied in order of their registration.
Handlers matching any presentation always applied after the ones matching concrete one.
Constraint options type.
Constraint criterion to apply the handler
to.
Constraint application handler to call each time the matching constraint is about to be applied.
Applies model processing instructions specified as its constraints.
Implied data type.
Target model.
this
instance.
Protected
handleHandles just enabled schema processing feature feature
.
Enabled feature.
Either feature handle, or nothing.
Protected
processProtected
Abstract
startGenerated using TypeDoc
Abstract schema processor.
Supports processing features.