Class GeneratedEntityColumnPropertyCodeGeneratorImpl
java.lang.Object
ru.cg.webbpm.studio.database.impl.inject.GeneratedEntityColumnPropertyCodeGeneratorImpl
- All Implemented Interfaces:
PropertyCodeGenerator
,PropertyFrontendCodeGenerator
@Component
public class GeneratedEntityColumnPropertyCodeGeneratorImpl
extends Object
implements PropertyFrontendCodeGenerator
- Author:
- Abdulin Ildar
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
accept
(PropertyType<?> propertyType) generateFrontendCode
(PropertyValue propertyValue, PageObject pageObject) int
weight()
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface ru.cg.webbpm.studio.subsystems.script_editor.codegen.api.PropertyFrontendCodeGenerator
frontendNullValueSupport
-
Constructor Details
-
GeneratedEntityColumnPropertyCodeGeneratorImpl
public GeneratedEntityColumnPropertyCodeGeneratorImpl()
-
-
Method Details
-
accept
- Specified by:
accept
in interfacePropertyCodeGenerator
-
generateFrontendCode
- Specified by:
generateFrontendCode
in interfacePropertyFrontendCodeGenerator
-
weight
public int weight()- Specified by:
weight
in interfacePropertyCodeGenerator
-