public class DefaultFacetSearchConfigMapper
extends ConfigurableMapper
ma.glasnost.orika.impl.ConfigurableMapper used for cloning FacetSearchConfig. ma.glasnost.orika.Mapper,
ma.glasnost.orika.Converter or ma.glasnost.orika.Filter annotated with
FacetSearchConfigMapping.| Modifier and Type | Field and Description |
|---|---|
protected ApplicationContext |
applicationContext |
protected MapperFactory |
mapperFactory |
| Modifier and Type | Method and Description |
|---|---|
protected void |
addAllSpringBeans()
Registers all managed beans of type
ma.glasnost.orika.Mapper, ma.glasnost.orika.Converter or
ma.glasnost.orika.Filter and annotated with FacetSearchConfigMapping. |
void |
addConverter(<any> converter)
Registers a
ma.glasnost.orika.Converter. |
void |
addFilter(<any> filter)
Registers a
ma.glasnost.orika.Filter. |
void |
addMapper(<any> mapper)
Registers a
ma.glasnost.orika.Mapper. |
protected void |
configure(MapperFactory mapperFactory) |
void |
setApplicationContext(ApplicationContext applicationContext) |
protected MapperFactory mapperFactory
protected ApplicationContext applicationContext
protected void configure(MapperFactory mapperFactory)
protected void addAllSpringBeans()
ma.glasnost.orika.Mapper, ma.glasnost.orika.Converter or
ma.glasnost.orika.Filter and annotated with FacetSearchConfigMapping.public void addConverter(<any> converter)
ma.glasnost.orika.Converter.converter - The converter.public void addMapper(<any> mapper)
ma.glasnost.orika.Mapper.mapper - The mapper.public void addFilter(<any> filter)
ma.glasnost.orika.Filter.filter - The filter.public void setApplicationContext(ApplicationContext applicationContext)
Copyright © 2018 SAP SE. All Rights Reserved.