public abstract class ClassModel extends Object
Modifier and Type | Field and Description |
---|---|
protected org.jboss.jdeparser.JSourceFile |
sourceFile |
Modifier and Type | Method and Description |
---|---|
protected org.jboss.jdeparser.JMethodDef |
createReadResolveMethod()
Creates the read resolve method and instance field.
|
void |
generateAndWrite()
Writes the generated source file to the file system.
|
MessageInterface |
messageInterface()
Returns the message interface being used.
|
String |
qualifiedClassName()
Get the class name.
|
public final MessageInterface messageInterface()
public final void generateAndWrite() throws IOException
IOException
- if the file could not be writtenpublic final String qualifiedClassName()
protected org.jboss.jdeparser.JMethodDef createReadResolveMethod()
Copyright © 2022 JBoss by Red Hat. All rights reserved.