Class ValueEmitterFactory
java.lang.Object
com.atlassian.bamboo.specs.codegen.emitters.value.ValueEmitterFactory
Helper class that looks for best code generator for an object.
-
Method Summary
Modifier and TypeMethodDescriptionstatic <T extends EntityProperties>
CodeEmitter<T>emitterFor
(T entity)
-
Method Details
-
emitterFor
public static <T extends EntityProperties> CodeEmitter<T> emitterFor(@NotNull T entity) throws CodeGenerationException - Throws:
CodeGenerationException
-
emitterFor
- Throws:
CodeGenerationException
-