Class MainExceptionMapperFactoryImpl
java.lang.Object
ch.tocco.nice2.rest.core.impl.exception.MainExceptionMapperFactoryImpl
- All Implemented Interfaces:
- MainExceptionMapperFactory
@Component
public class MainExceptionMapperFactoryImpl
extends Object
implements MainExceptionMapperFactory
- 
Constructor SummaryConstructorsConstructorDescriptionMainExceptionMapperFactoryImpl(OverrideContributionService overrideContributionService, org.slf4j.Logger log) 
- 
Method SummaryModifier and TypeMethodDescriptionvoidsetExceptionListeners(List<RestExceptionListener> exceptionListeners) voidsetExceptionMappers(List<ExceptionMapperContribution> exceptionMappers) 
- 
Constructor Details- 
MainExceptionMapperFactoryImplpublic MainExceptionMapperFactoryImpl(OverrideContributionService overrideContributionService, org.slf4j.Logger log) 
 
- 
- 
Method Details- 
setExceptionMappers
- 
setExceptionListeners@Autowired(required=false) public void setExceptionListeners(List<RestExceptionListener> exceptionListeners) 
- 
createMainExceptionMapper- Specified by:
- createMainExceptionMapperin interface- MainExceptionMapperFactory
 
 
-