public class FluentMethodInfo extends Object
Constructor and Description |
---|
FluentMethodInfo(com.sun.codemodel.JMethod jmethod,
FluentMethodType fluentMethodType,
boolean isOverride) |
Modifier and Type | Method and Description |
---|---|
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.
|
public FluentMethodInfo(com.sun.codemodel.JMethod jmethod, FluentMethodType fluentMethodType, boolean isOverride)
public void createFluentMethod(com.sun.codemodel.JDefinedClass implClass)
public boolean isOverride()
public com.sun.codemodel.JMethod getJmethod()
Copyright © 2018. All rights reserved.