Skip to content

Commit d3caa60

Browse files
authored
Update postProcessor.rst
1 parent 06b2b26 commit d3caa60

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/source/generator/postProcessor.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -295,7 +295,7 @@ The provided schema will generate the following enum:
295295
case Cancelled = 2;
296296
}
297297
298-
If an enum which requires a mapping is found a **SchemaException** will be thrown.
298+
If an enum which requires a mapping is found but no mapping is provided a **SchemaException** will be thrown.
299299

300300
.. note::
301301

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

347347
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>`__
348348

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

0 commit comments

Comments
 (0)