Class ClassBodyWrapper


  • public class ClassBodyWrapper
    extends Object
    Wrap a provided class body with the specified class name, extended type, implemented interfaces, and default imports.

    Will parse out import statements in the body and add to default import statements.

    Derived from Janino's ClassBodyEvaluator and has similar limitations.