Class ExtensionBuilder<T>

java.lang.Object
com.codebox.builders.ExtensionBuilder<T>
Type Parameters:
T - the generic type

public class ExtensionBuilder<T> extends Object
The Class ExtensionBuilder.
  • Constructor Details

    • ExtensionBuilder

      public ExtensionBuilder()
  • Method Details

    • generate

      public Class<?> generate(Class<T> clazz) throws javassist.NotFoundException, javassist.CannotCompileException
      Generate.
      Parameters:
      clazz - the clazz
      Returns:
      the class
      Throws:
      javassist.NotFoundException - the not found exception
      javassist.CannotCompileException - the cannot compile exception