Package | Description |
---|---|
org.milyn.edisax.util | |
org.milyn.javabean.pojogen |
Modifier and Type | Method and Description |
---|---|
static String |
EDIUtils.encodeAttributeName(JType type,
String name)
Encodes a String into standard java attribute name convention.
|
Modifier and Type | Method and Description |
---|---|
JType |
JMethod.getReturnType() |
JType |
JNamedType.getType() |
Modifier and Type | Method and Description |
---|---|
Set<JType> |
JClass.getAnnotationTypes() |
Set<JType> |
JMethod.getExceptions() |
Set<JType> |
JClass.getExtendTypes() |
Set<JType> |
JClass.getImplementTypes() |
Set<JType> |
JClass.getRawImports() |
Modifier and Type | Method and Description |
---|---|
JMethod |
JMethod.addParameter(JType type,
String parameterName) |
Constructor and Description |
---|
JMethod(JType returnType,
String methodName) |
JNamedType(JType type,
String name) |
Copyright © 2020. All rights reserved.