Class ExtensionListRemover

  • All Implemented Interfaces:
    ClassFileTransformer

    public class ExtensionListRemover
    extends SimpleTransformer

    A class file transformer that removes the extensions field declaration from all org.dmg.pmml.HasExtensions implementation classes.

    • Constructor Detail

      • ExtensionListRemover

        public ExtensionListRemover()
    • Method Detail

      • transform

        public javassist.CtClass transform​(javassist.CtClass ctClass)
                                    throws javassist.CannotCompileException
        Specified by:
        transform in class SimpleTransformer
        Throws:
        javassist.CannotCompileException