Uses of Class
org.glassfish.hk2.classmodel.reflect.impl.ModelBuilder

Packages that use ModelBuilder
org.glassfish.hk2.classmodel.reflect.impl   
 

Uses of ModelBuilder in org.glassfish.hk2.classmodel.reflect.impl
 

Methods in org.glassfish.hk2.classmodel.reflect.impl that return ModelBuilder
 ModelBuilder TypesImpl.getModelBuilder(java.lang.String name, java.lang.String parentName)
           
 ModelBuilder ModelBuilder.setParent(TypeProxy parent)
           
 

Methods in org.glassfish.hk2.classmodel.reflect.impl with parameters of type ModelBuilder
 TypeImpl ModelBuilder.ElementType.make(ModelBuilder tb)
           
 

Constructors in org.glassfish.hk2.classmodel.reflect.impl with parameters of type ModelBuilder
AnnotatedElementImpl(ModelBuilder tb)
           
AnnotationModelImpl(ModelBuilder tb)
           
ClassModelImpl(ModelBuilder tb)
           
ExtensibleTypeImpl(ModelBuilder tb)
           
FieldModelImpl(ModelBuilder mb, TypeProxy type)
           
InterfaceModelImpl(ModelBuilder tb)
           
MethodModelImpl(ModelBuilder mb)
           
TypeImpl(ModelBuilder tb)
           
 



Copyright © 2010 Sun Microsystems, Inc.. All Rights Reserved.