public class JPADelegatingClassFileTransformer extends Object implements ClassFileTransformer, org.jboss.modules.ClassTransformer
| Constructor and Description |
|---|
JPADelegatingClassFileTransformer(PersistenceUnitMetadata pu) |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
transform(ClassLoader classLoader,
String className,
Class<?> aClass,
ProtectionDomain protectionDomain,
byte[] originalBuffer) |
ByteBuffer |
transform(ClassLoader classLoader,
String className,
ProtectionDomain protectionDomain,
ByteBuffer classBytes) |
public JPADelegatingClassFileTransformer(PersistenceUnitMetadata pu)
public byte[] transform(ClassLoader classLoader, String className, Class<?> aClass, ProtectionDomain protectionDomain, byte[] originalBuffer)
transform in interface ClassFileTransformerpublic ByteBuffer transform(ClassLoader classLoader, String className, ProtectionDomain protectionDomain, ByteBuffer classBytes) throws IllegalArgumentException
transform in interface org.jboss.modules.ClassTransformerIllegalArgumentExceptionCopyright © 2020 JBoss by Red Hat. All rights reserved.