You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/source/generator/postProcessor.rst
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -295,7 +295,7 @@ The provided schema will generate the following enum:
295
295
case Cancelled = 2;
296
296
}
297
297
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.
299
299
300
300
.. note::
301
301
@@ -346,4 +346,4 @@ What can you do inside your custom post processor?
346
346
347
347
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>`__
348
348
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