Class FieldBeanFactoryImpl
java.lang.Object
ch.tocco.nice2.rest.entity.impl.beans.factories.FieldBeanFactoryImpl
- All Implemented Interfaces:
FieldBeanFactory
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptioncreateBean
(@Nullable Entity entity, FieldModel fieldModel, boolean checkAccessRights) void
setFieldValueFactories
(List<EntityFieldValueFactory> fieldValueFactories) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface ch.tocco.nice2.rest.entity.spi.beans.factories.FieldBeanFactory
createBean
-
Constructor Details
-
FieldBeanFactoryImpl
public FieldBeanFactoryImpl()
-
-
Method Details
-
setFieldValueFactories
-
createBean
public FieldBean createBean(@Nullable @Nullable Entity entity, FieldModel fieldModel, boolean checkAccessRights) - Specified by:
createBean
in interfaceFieldBeanFactory
-