public class

Parameter

extends Object
java.lang.Object
   ↳ org.mybatis.generator.api.dom.java.Parameter

Summary

Public Constructors
Parameter(FullyQualifiedJavaType type, String name)
Parameter(FullyQualifiedJavaType type, String name, String annotation)
Public Methods
void addAnnotation(String annotation)
List<String> getAnnotations()
String getFormattedContent()
String getName()
FullyQualifiedJavaType getType()
String toString()
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public Parameter (FullyQualifiedJavaType type, String name)

public Parameter (FullyQualifiedJavaType type, String name, String annotation)

Public Methods

public void addAnnotation (String annotation)

public List<String> getAnnotations ()

public String getFormattedContent ()

public String getName ()

Returns
  • Returns the name.

public FullyQualifiedJavaType getType ()

Returns
  • Returns the type.

public String toString ()