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.
Declares method
to present in all charge receiver implementations.
Type of method arguments definition.
Type of method modifier.
Declaration of method to add to charge receiver template.
this
instance.
Enables the given processing feature
.
Type of schema processing options.
Feature to enable.
this
instance.
Applies modifier to Ucrx class created for the given schema.
Implied data type.
Target schema instance.
Ucrx class modifier.
this
instance.
Modifies the method
of the target type
receiver.
Type of method arguments definition.
Type of method modifier.
Target schema.
Method to modify.
Modifier to apply to target method
.
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.
Assigns Ucrx class to use for target
value type or schema processing.
The class prototype provided for particular schema takes precedence over the one provided for the type.
Implied data type.
Name or class of target value type, or target schema instance.
Ucrx class prototype.
this
instance.
Protected
handleHandles just enabled schema processing feature feature
.
Enabled feature.
Either feature handle, or nothing.
Protected
processProtected
Abstract
startGenerated using TypeDoc
Schema processing utilizing charge receiver code generation.