public abstract class OpenWireGenerator extends Object
Modifier and Type | Field and Description |
---|---|
protected String |
filePostFix |
protected org.codehaus.jam.JamService |
jam |
protected int |
openwireVersion |
Constructor and Description |
---|
OpenWireGenerator() |
Modifier and Type | Method and Description |
---|---|
String |
capitalize(String text) |
String |
decapitalize(String text) |
org.codehaus.jam.JamClassIterator |
getClasses() |
org.codehaus.jam.JamService |
getJam() |
String |
getOpenWireOpCode(org.codehaus.jam.JClass element) |
int |
getOpenwireVersion() |
boolean |
isAbstract(org.codehaus.jam.JClass j) |
boolean |
isCachedProperty(org.codehaus.jam.JProperty it) |
boolean |
isMarshallAware(org.codehaus.jam.JClass j) |
boolean |
isThrowable(org.codehaus.jam.JClass j) |
boolean |
isValidProperty(org.codehaus.jam.JProperty it) |
void |
setJam(org.codehaus.jam.JamService jam) |
void |
setOpenwireVersion(int openwireVersion) |
protected String |
stringValue(org.codehaus.jam.JAnnotation annotation,
String name) |
protected String |
stringValue(org.codehaus.jam.JAnnotation annotation,
String name,
String defaultValue) |
String |
toCSharpType(org.codehaus.jam.JClass type)
Converts the Java type to a C# type name
|
protected int openwireVersion
protected String filePostFix
protected org.codehaus.jam.JamService jam
public OpenWireGenerator()
public boolean isValidProperty(org.codehaus.jam.JProperty it)
public boolean isCachedProperty(org.codehaus.jam.JProperty it)
public boolean isAbstract(org.codehaus.jam.JClass j)
public boolean isThrowable(org.codehaus.jam.JClass j)
public boolean isMarshallAware(org.codehaus.jam.JClass j)
public org.codehaus.jam.JamService getJam()
public org.codehaus.jam.JamClassIterator getClasses()
public int getOpenwireVersion()
public void setOpenwireVersion(int openwireVersion)
public String toCSharpType(org.codehaus.jam.JClass type)
public String getOpenWireOpCode(org.codehaus.jam.JClass element)
protected String stringValue(org.codehaus.jam.JAnnotation annotation, String name)
protected String stringValue(org.codehaus.jam.JAnnotation annotation, String name, String defaultValue)
public void setJam(org.codehaus.jam.JamService jam)
public String decapitalize(String text)
public String capitalize(String text)
Copyright © 2005–2021 FuseSource, Corp.. All rights reserved.