Class UTF8ControlCBP

java.lang.Object
org.zeroturnaround.javarebel.integration.support.JavassistClassBytecodeProcessor
org.zeroturnaround.javarebel.integration.support.CacheAwareJavassistClassBytecodeProcessor
org.zeroturnaround.jrebel.liferay.cbp.UTF8ControlCBP
All Implemented Interfaces:
org.zeroturnaround.javarebel.ClassBytecodeProcessor

public class UTF8ControlCBP extends org.zeroturnaround.javarebel.integration.support.CacheAwareJavassistClassBytecodeProcessor
  • Nested Class Summary

    Nested classes/interfaces inherited from class org.zeroturnaround.javarebel.integration.support.CacheAwareJavassistClassBytecodeProcessor

    org.zeroturnaround.javarebel.integration.support.CacheAwareJavassistClassBytecodeProcessor.CachingPolicy
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected org.zeroturnaround.javarebel.integration.support.CacheAwareJavassistClassBytecodeProcessor.CachingPolicy
    getCachingPolicy(org.zeroturnaround.bundled.javassist.ClassPool cp, ClassLoader cl)
     
    void
    process(org.zeroturnaround.bundled.javassist.ClassPool cp, ClassLoader cl, org.zeroturnaround.bundled.javassist.CtClass ctClass)
     

    Methods inherited from class org.zeroturnaround.javarebel.integration.support.CacheAwareJavassistClassBytecodeProcessor

    process

    Methods inherited from class org.zeroturnaround.javarebel.integration.support.JavassistClassBytecodeProcessor

    acceptPathAsClass, acceptPathAsPrimitive, priority, process, setImplicitClassNames, withDuplicatePatchingProtection

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface org.zeroturnaround.javarebel.ClassBytecodeProcessor

    process
  • Constructor Details

    • UTF8ControlCBP

      public UTF8ControlCBP()
  • Method Details

    • process

      public void process(org.zeroturnaround.bundled.javassist.ClassPool cp, ClassLoader cl, org.zeroturnaround.bundled.javassist.CtClass ctClass) throws Exception
      Specified by:
      process in class org.zeroturnaround.javarebel.integration.support.JavassistClassBytecodeProcessor
      Throws:
      Exception
    • getCachingPolicy

      protected org.zeroturnaround.javarebel.integration.support.CacheAwareJavassistClassBytecodeProcessor.CachingPolicy getCachingPolicy(org.zeroturnaround.bundled.javassist.ClassPool cp, ClassLoader cl)
      Overrides:
      getCachingPolicy in class org.zeroturnaround.javarebel.integration.support.CacheAwareJavassistClassBytecodeProcessor