Skip to content

Commit

Permalink
Update postProcessor.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
wol-soft authored Jul 24, 2024
1 parent 06b2b26 commit d3caa60
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/source/generator/postProcessor.rst
Original file line number Diff line number Diff line change
Expand Up @@ -295,7 +295,7 @@ The provided schema will generate the following enum:
case Cancelled = 2;
}
If an enum which requires a mapping is found a **SchemaException** will be thrown.
If an enum which requires a mapping is found but no mapping is provided a **SchemaException** will be thrown.

.. note::

Expand Down Expand Up @@ -346,4 +346,4 @@ What can you do inside your custom post processor?

This behaviour also applies also to properties changed via the *populate* method added by the `PopulatePostProcessor <#populatepostprocessor>`__ and the *setAdditionalProperty* method added by the `AdditionalPropertiesAccessorPostProcessor <#additionalpropertiesaccessorpostprocessor>`__

To execute code before/after the processing of the schemas override the methods **preProcess** and **postProcess** inside your custom post processor.
To execute code before/after the processing of the schemas override the methods **preProcess** and **postProcess** inside your custom post processor.

0 comments on commit d3caa60

Please sign in to comment.