Interface ModelExtractor
- All Known Implementing Classes:
DefaultModelExtractor
public interface ModelExtractor
Model extractor is responsible for extracting whole change set of model hierarchy. The extraction process is
involving execution of all interceptors and cascading operation because new models could be added to context.
-
Method Summary
Modifier and TypeMethodDescriptionprocess(DefaultModelServiceInterceptorContext ctx, InterceptorRegistry interceptorRegistry, ConverterRegistry converterRegistry) Process all given model wrappers - execute interceptors and do cascade.
-
Method Details
-
process
List<ModelWrapper> process(DefaultModelServiceInterceptorContext ctx, InterceptorRegistry interceptorRegistry, ConverterRegistry converterRegistry) Process all given model wrappers - execute interceptors and do cascade.
-