All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.jboss.arquillian.graphene.proxy.ClassImposterizer Maven / Gradle / Ivy

There is a newer version: 3.0.0-alpha.4
Show newest version
package org.jboss.arquillian.graphene.proxy;

import net.sf.cglib.proxy.MethodInterceptor;

class ClassImposterizer extends org.jboss.arquillian.graphene.cglib.ClassImposterizer {

    static final ClassImposterizer INSTANCE = new ClassImposterizer();

     T imposterise(MethodInterceptor interceptor, Class mockedType, Class... ancillaryTypes) {
        return INSTANCE.imposteriseProtected(interceptor, mockedType, ancillaryTypes);
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy