Class FulltextSearchMapper
java.lang.Object
ch.tocco.nice2.rest.form.impl.beans.factories.componentmappers.BaseComponentMapper<FulltextSearch,FulltextSearchBean>
ch.tocco.nice2.rest.form.impl.beans.factories.componentmappers.FieldMapper<FulltextSearch,FulltextSearchBean>
ch.tocco.nice2.rest.form.impl.beans.factories.componentmappers.FulltextSearchMapper
- All Implemented Interfaces:
ComponentMapper<FulltextSearch,FulltextSearchBean>
-
Field Summary
Fields inherited from class ch.tocco.nice2.rest.form.impl.beans.factories.componentmappers.FieldMapper
formComponentDefaultValueResolverFields inherited from class ch.tocco.nice2.rest.form.impl.beans.factories.componentmappers.BaseComponentMapper
textResources -
Constructor Summary
ConstructorsConstructorDescriptionFulltextSearchMapper(TextResources textResources, FormComponentDefaultValueResolver formComponentDefaultValueResolver, EntityModelService entityModelService) -
Method Summary
Modifier and TypeMethodDescriptionprotected Class<FulltextSearchBean> Should be overridden in subclasses.map(FulltextSearch component, Component.Configuration configuration) Methods inherited from class ch.tocco.nice2.rest.form.impl.beans.factories.componentmappers.FieldMapper
getComponentType
-
Constructor Details
-
FulltextSearchMapper
public FulltextSearchMapper(TextResources textResources, FormComponentDefaultValueResolver formComponentDefaultValueResolver, EntityModelService entityModelService)
-
-
Method Details
-
map
- Specified by:
mapin interfaceComponentMapper<FulltextSearch,FulltextSearchBean> - Overrides:
mapin classFieldMapper<FulltextSearch,FulltextSearchBean>
-
getBeanClass
Description copied from class:BaseComponentMapperShould be overridden in subclasses.- Overrides:
getBeanClassin classFieldMapper<FulltextSearch,FulltextSearchBean> - Returns:
- the class of the bean the mapper returns.
-
getComponentClass
- Specified by:
getComponentClassin interfaceComponentMapper<FulltextSearch,FulltextSearchBean> - Overrides:
getComponentClassin classFieldMapper<FulltextSearch,FulltextSearchBean>
-