java.lang.Object
com.codebox.builders.ExtensionBuilder<T>
- Type Parameters:
T
- the generic type
The Class ExtensionBuilder.
-
Constructor Summary
Constructors -
Method Summary
-
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 exceptionjavassist.CannotCompileException
- the cannot compile exception
-