org.codehaus.enunciate.util
Class MapTypeUtil

java.lang.Object
  extended by org.codehaus.enunciate.util.MapTypeUtil

public class MapTypeUtil
extends java.lang.Object

Utility for handling map types.

Author:
Ryan Heaton

Constructor Summary
MapTypeUtil()
           
 
Method Summary
static MapType findMapType(com.sun.mirror.type.TypeMirror typeMirror)
          Finds the map type for the specified type mirror, if it exists.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MapTypeUtil

public MapTypeUtil()
Method Detail

findMapType

public static MapType findMapType(com.sun.mirror.type.TypeMirror typeMirror)
Finds the map type for the specified type mirror, if it exists.

Parameters:
typeMirror - The type mirror.
Returns:
The map type or null.