Class JMapType
java.lang.Object
org.codehaus.modello.plugin.java.javasource.JType
org.codehaus.modello.plugin.java.javasource.JComponentizedType
org.codehaus.modello.plugin.java.javasource.JMapType
JType sub-class for maps.
- Since:
- 1.8
- Author:
- Simone Tripodi
-
Field Summary
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the instance name of this map type.toString()Returns the String representation of this JType, which is simply the name of this type.Methods inherited from class JComponentizedType
getComponentTypeMethods inherited from class JType
changePackage, createArray, getLocalName, getName, isArray, isPrimitive
-
Constructor Details
-
JMapType
-
JMapType
-
-
Method Details
-
getInstanceName
Returns the instance name of this map type.- Returns:
- The instance name of this map type.
-
toString
-