Class FormMapper
java.lang.Object
ch.tocco.nice2.rest.form.impl.beans.factories.componentmappers.BaseComponentMapper<Form, RootFormBean>
ch.tocco.nice2.rest.form.impl.beans.factories.componentmappers.CompositeComponentMapper<Form, RootFormBean>
ch.tocco.nice2.rest.form.impl.beans.factories.componentmappers.FormMapper
- All Implemented Interfaces:
ComponentMapper<Form, RootFormBean>
-
Field Summary
Fields inherited from class BaseComponentMapper
textResources -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected Class<RootFormBean> Should be overridden in subclasses.map(Form component, Component.Configuration configuration) Methods inherited from class BaseComponentMapper
getComponentType
-
Constructor Details
-
FormMapper
-
-
Method Details
-
map
- Specified by:
mapin interfaceComponentMapper<Form, RootFormBean>- Overrides:
mapin classCompositeComponentMapper<Form, RootFormBean>
-
getBeanClass
Description copied from class:BaseComponentMapperShould be overridden in subclasses.- Overrides:
getBeanClassin classCompositeComponentMapper<Form, RootFormBean>- Returns:
- the class of the bean the mapper returns.
-
getComponentClass
- Specified by:
getComponentClassin interfaceComponentMapper<Form, RootFormBean>- Overrides:
getComponentClassin classCompositeComponentMapper<Form, RootFormBean>
-