InterceptorConfigurationBuilder(CustomInterceptorsConfigurationBuilder builder) { super(builder); attributes = InterceptorConfiguration.attributeDefinitionSet(); }
@Override public InterceptorConfigurationBuilder read(InterceptorConfiguration template) { attributes.read(template.attributes()); return this; }