org.jvnet.jaxb2_commons.codemodel
Class JCMTypeFactory

java.lang.Object
  extended by org.jvnet.jaxb2_commons.codemodel.JCMTypeFactory

public class JCMTypeFactory
extends Object


Field Summary
static JCMTypeFactory INSTANCE
           
 
Constructor Summary
JCMTypeFactory()
           
 
Method Summary
<JT extends com.sun.codemodel.JType>
JCMType<JT>
create(JT type)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

INSTANCE

public static final JCMTypeFactory INSTANCE
Constructor Detail

JCMTypeFactory

public JCMTypeFactory()
Method Detail

create

public <JT extends com.sun.codemodel.JType> JCMType<JT> create(JT type)


Copyright © 2005-2015. All Rights Reserved.