for (final FacetDecorator facetDecorator : facetDecorators) {
this.facetDecoratorSet.add(facetDecorator);
}
this.metaModelValidator = metaModelValidator;
this.facetProcessor = new FacetProcessor(configuration, collectionTypeRegistry, programmingModel);
}