|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.jvnet.jaxb2_commons.plugin.fluent_api.FluentMethodInfo
public class FluentMethodInfo
Information used to generate a fluent API method.
| Constructor Summary | |
|---|---|
FluentMethodInfo(com.sun.codemodel.JMethod jmethod,
FluentMethodType fluentMethodType,
boolean isOverride)
|
|
| Method Summary | |
|---|---|
void |
createFluentMethod(com.sun.codemodel.JDefinedClass implClass)
Creates a fluent API method in the given class. |
com.sun.codemodel.JMethod |
getJmethod()
Returns the original method for which a fluent API method will be generated. |
boolean |
isOverride()
Returns true if the fluent API method is one overriding a parent method. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public FluentMethodInfo(com.sun.codemodel.JMethod jmethod,
FluentMethodType fluentMethodType,
boolean isOverride)
| Method Detail |
|---|
public void createFluentMethod(com.sun.codemodel.JDefinedClass implClass)
public boolean isOverride()
public com.sun.codemodel.JMethod getJmethod()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||