Class EntityGraphPropertyCodeGeneratorImpl
java.lang.Object
ru.cg.webbpm.studio.database.impl.inject.EntityGraphPropertyCodeGeneratorImpl
- All Implemented Interfaces:
PropertyBackendCodeGenerator
,PropertyCodeGenerator
@Component
public class EntityGraphPropertyCodeGeneratorImpl
extends Object
implements PropertyBackendCodeGenerator
- Author:
- m.popov
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
accept
(PropertyType<?> propertyType) generateBackendCode
(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.PropertyBackendCodeGenerator
backendNullValueSupport
-
Constructor Details
-
EntityGraphPropertyCodeGeneratorImpl
public EntityGraphPropertyCodeGeneratorImpl()
-
-
Method Details
-
accept
- Specified by:
accept
in interfacePropertyCodeGenerator
-
generateBackendCode
- Specified by:
generateBackendCode
in interfacePropertyBackendCodeGenerator
-
weight
public int weight()- Specified by:
weight
in interfacePropertyCodeGenerator
-