...
This processor is used for recursive mapping of resources. If a field is of class annotated with @SliceResource
it will be mapped from a child resource named after the field.
It is especially useful for development of complex components, composed of another components - you can then easily reuse models of your simple components. Picture below presents an example:
SliceReferenceProcessor
Post processors
...