Package | Description |
---|---|
org.milyn.ejc | |
org.milyn.javabean.pojogen |
Modifier and Type | Method and Description |
---|---|
JClass |
BindingConfig.getBeanClass() |
Modifier and Type | Method and Description |
---|---|
Map<MappingNode,JClass> |
ClassModel.getClassesByNode() |
List<JClass> |
ClassModel.getCreatedClasses()
Returns a List of all generated
JClass . |
Modifier and Type | Method and Description |
---|---|
void |
ClassModel.addCreatedClass(JClass jclass)
Adds a
JClass to the ClassModel. |
boolean |
ClassModel.isClassCreator(JClass jClass) |
void |
BindingConfig.setBeanClass(JClass beanClass) |
Modifier and Type | Method and Description |
---|---|
ClassModel |
EJC.compile(Edimap mappingModel,
String beanPackage,
String beanFolder,
Map<MappingNode,JClass> commonTypes)
Compiles a edi-mapping-configuration and generates java implementation and
bindingfile.
|
void |
ClassModel.setClassesByNode(Map<MappingNode,JClass> classesBySegref) |
void |
ClassModel.setReferencedClasses(Collection<JClass> referencedClasses) |
Constructor and Description |
---|
BindingConfig(String beanId,
String createOnElement,
JClass beanClass,
BindingConfig parent,
JNamedType propertyOnParent) |
Constructor and Description |
---|
ClassModelCompiler(Map<MappingNode,JClass> commonTypes,
boolean addEDIMessageAnnotation) |
Modifier and Type | Method and Description |
---|---|
JClass |
JClass.addBeanProperty(JNamedType property) |
JClass |
JClass.setSerializable() |
Copyright © 2020. All rights reserved.