Uses of Interface
org.hibernate.bytecode.util.ClassDescriptor

Packages that use ClassDescriptor
org.hibernate.bytecode.buildtime   
 

Uses of ClassDescriptor in org.hibernate.bytecode.buildtime
 

Methods in org.hibernate.bytecode.buildtime that return ClassDescriptor
protected  ClassDescriptor JavassistInstrumenter.getClassDescriptor(byte[] bytecode)
           
protected  ClassDescriptor CGLIBInstrumenter.getClassDescriptor(byte[] byecode)
           
protected abstract  ClassDescriptor AbstractInstrumenter.getClassDescriptor(byte[] byecode)
          Given the bytecode of a java class, retrieve the descriptor for that class.
 

Methods in org.hibernate.bytecode.buildtime with parameters of type ClassDescriptor
protected  ClassTransformer JavassistInstrumenter.getClassTransformer(ClassDescriptor descriptor, Set classNames)
           
protected  ClassTransformer CGLIBInstrumenter.getClassTransformer(ClassDescriptor descriptor, Set classNames)
           
protected abstract  ClassTransformer AbstractInstrumenter.getClassTransformer(ClassDescriptor descriptor, Set classNames)
          Create class transformer for the class.
 

Constructors in org.hibernate.bytecode.buildtime with parameters of type ClassDescriptor
AbstractInstrumenter.CustomFieldFilter(ClassDescriptor descriptor, Set classNames)
           
 



Copyright © 2001-2010 Red Hat, Inc. All Rights Reserved.