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
formComponentDefaultValueResolver
Fields inherited from class ch.tocco.nice2.rest.form.impl.beans.factories.componentmappers.BaseComponentMapper
textResources
-
Constructor Summary
ConstructorDescriptionFulltextSearchMapper
(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:
map
in interfaceComponentMapper<FulltextSearch,
FulltextSearchBean> - Overrides:
map
in classFieldMapper<FulltextSearch,
FulltextSearchBean>
-
getBeanClass
Description copied from class:BaseComponentMapper
Should be overridden in subclasses.- Overrides:
getBeanClass
in classFieldMapper<FulltextSearch,
FulltextSearchBean> - Returns:
- the class of the bean the mapper returns.
-
getComponentClass
- Specified by:
getComponentClass
in interfaceComponentMapper<FulltextSearch,
FulltextSearchBean> - Overrides:
getComponentClass
in classFieldMapper<FulltextSearch,
FulltextSearchBean>
-