Interface ModelExtractor
-
- All Known Implementing Classes:
DefaultModelExtractor
public interface ModelExtractorModel 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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.List<ModelWrapper>process(DefaultModelServiceInterceptorContext ctx, InterceptorRegistry interceptorRegistry, ConverterRegistry converterRegistry)Process all given model wrappers - execute interceptors and do cascade.
-
-
-
Method Detail
-
process
java.util.List<ModelWrapper> process(DefaultModelServiceInterceptorContext ctx, InterceptorRegistry interceptorRegistry, ConverterRegistry converterRegistry)
Process all given model wrappers - execute interceptors and do cascade.
-
-