org.glassfish.hk2.classmodel.reflect.impl
Class ModelBuilder
java.lang.Object
org.glassfish.hk2.classmodel.reflect.impl.ModelBuilder
public class ModelBuilder
- extends java.lang.Object
convenient class to build model implementations
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
name
public final java.lang.String name
sink
public final TypeProxy sink
parent
public TypeProxy parent
ModelBuilder
public ModelBuilder(java.lang.String name,
TypeProxy sink)
setParent
public ModelBuilder setParent(TypeProxy parent)
build
public TypeImpl build(int access)
buildInterface
public InterfaceModelImpl buildInterface()
buildAnnotation
public AnnotationTypeImpl buildAnnotation()
buildClass
public ClassModel buildClass()
build
public TypeImpl build(ModelBuilder.ElementType type)
Copyright © 2010 Sun Microsystems, Inc.. All Rights Reserved.