Uses of Class
org.fuin.srcgen4javassist.SgClassPool

Packages that use SgClassPool
org.fuin.srcgen4javassist   
org.fuin.srcgen4javassist.factory   
 

Uses of SgClassPool in org.fuin.srcgen4javassist
 

Methods in org.fuin.srcgen4javassist with parameters of type SgClassPool
static void SgUtils.addToStringMethod(SgClassPool pool, SgClass clasz, List<SgField> fields)
          Creates an toString() method with all fields.
static SgClass SgClass.create(SgClassPool pool, Class<?> clasz)
          Creates a model class by analyzing the "real" class.
static SgClass SgClass.create(SgClassPool pool, String className)
          Creates a model class by loading the "real" class with Class.forName(..)
static SgClass SgClass.getNonPrimitiveClass(SgClassPool pool, SgClass primitive)
          Returns the corresponding class for a primitive.
 

Uses of SgClassPool in org.fuin.srcgen4javassist.factory
 

Constructors in org.fuin.srcgen4javassist.factory with parameters of type SgClassPool
ImplementationFactory(SgClassPool pool)
          Constructor with class pool.
ImplementationFactory(SgClassPool pool, boolean onlyDeclaredMethods)
          Constructor with class pool and information about methods to implement.
VarListImplementationFactory(SgClassPool pool)
          Constructor with class pool.
 



Copyright © 2011 Future Invent Informationsmanagement GmbH. All Rights Reserved.