Uses of Interface
org.glassfish.hk2.classmodel.reflect.impl.TypeBuilder

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

Uses of TypeBuilder in org.glassfish.hk2.classmodel.reflect
 

Methods in org.glassfish.hk2.classmodel.reflect that return TypeBuilder
 TypeBuilder ParsingContext.getTypeBuilder(URI definingURI)
           
 

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

Classes in org.glassfish.hk2.classmodel.reflect.impl that implement TypeBuilder
 class TypesImpl
          Results of a parsing activity, all java resources are inventoried in three main categories : classes, interfaces and annotations with cross references
 

Constructors in org.glassfish.hk2.classmodel.reflect.impl with parameters of type TypeBuilder
SignatureVisitorImpl(TypeBuilder typeBuilder)
           
 



Copyright © 2013 Oracle Corporation. All Rights Reserved.