public abstract class ClassModel extends Object
| Modifier and Type | Method and Description |
|---|---|
void |
create(JavaFileObject fileObject)
Creates the source file.
|
protected org.jboss.jdeparser.JMethod |
createReadResolveMethod()
Creates the read resolve method and instance field.
|
MessageInterface |
messageInterface()
Returns the message interface being used.
|
String |
qualifiedClassName()
Get the class name.
|
public final MessageInterface messageInterface()
public final void create(JavaFileObject fileObject) throws IOException, IllegalStateException
fileObject - the files object to write the source to.IOException - if the file could not be written.IllegalStateException - if the implementation is in an invalid state.public final String qualifiedClassName()
protected org.jboss.jdeparser.JMethod createReadResolveMethod()
Copyright © 2014 JBoss by Red Hat. All Rights Reserved.