Type of schema processing bootstrap.
Constraint options type.
Readonly constraintThe constraint to apply.
Readonly entryConstrained schema entry. This may be e.g. a serializer or deserializer name.
undefined for nested schema. This happens e.g. when model processed
explicitly rather automatically.
Readonly optionsConstraint options.
Readonly processorName of schema processor that applies the constraint.
Readonly schemaConstrained schema.
Readonly withinSchema instance presentation the constraint to is applied within.
Applies the schema constraint immediately.
Does nothing if the constraint applied already.
Ignores the ignore instruction.
Ignores the constraint.
Calling this method disables automatic constraint application.
Does nothing if the constraint applied already.
Informs whether the constraint is applied already.
true after apply method call, or false otherwise.
Informs whether the constraint is ignored.
true after ignore method call, or false otherwise or after apply method call.
Generated using TypeDoc
Schema constraint application context.