Uses of Interface
com.atlassian.bamboo.specs.api.codegen.CodeEmitter
-
Packages that use CodeEmitter Package Description com.atlassian.bamboo.specs.api.codegen Conversion ofEntityPropertiesmodel into Java.com.atlassian.bamboo.specs.api.codegen.annotations Annotations used for conversion ofEntityPropertiesmodel into Java. -
-
Uses of CodeEmitter in com.atlassian.bamboo.specs.api.codegen
Subinterfaces of CodeEmitter in com.atlassian.bamboo.specs.api.codegen Modifier and Type Interface Description interfaceCompoundFieldSetterEmitter<P extends EntityProperties>Specialised code emitter that can be used to generate field setting code that handles multiple fields at once. -
Uses of CodeEmitter in com.atlassian.bamboo.specs.api.codegen.annotations
Methods in com.atlassian.bamboo.specs.api.codegen.annotations that return types with arguments of type CodeEmitter Modifier and Type Method Description Class<? extends CodeEmitter<? extends Object>>value()
-