Uses of Interface
org.hibernate.bytecode.buildtime.spi.ClassDescriptor

Packages that use ClassDescriptor
org.hibernate.bytecode.buildtime.internal   
org.hibernate.bytecode.buildtime.spi   
 

Uses of ClassDescriptor in org.hibernate.bytecode.buildtime.internal
 

Methods in org.hibernate.bytecode.buildtime.internal that return ClassDescriptor
protected  ClassDescriptor JavassistInstrumenter.getClassDescriptor(byte[] bytecode)
           
 

Methods in org.hibernate.bytecode.buildtime.internal with parameters of type ClassDescriptor
protected  ClassTransformer JavassistInstrumenter.getClassTransformer(ClassDescriptor descriptor, Set classNames)
           
 

Uses of ClassDescriptor in org.hibernate.bytecode.buildtime.spi
 

Methods in org.hibernate.bytecode.buildtime.spi that return ClassDescriptor
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.spi with parameters of type ClassDescriptor
protected abstract  ClassTransformer AbstractInstrumenter.getClassTransformer(ClassDescriptor descriptor, Set classNames)
          Create class transformer for the class.
 

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



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