public interface IByteCodeEnhancer
Use application or framework plugins based on rythm engine could implement this interface to allow further process compiled template classes.
One engine instance can have zero or one ITemplateClassEnhancer
| Modifier and Type | Interface and Description |
|---|---|
static class |
IByteCodeEnhancer.INSTS
Not to be used by user application
|
| Modifier and Type | Method and Description |
|---|---|
byte[] |
enhance(String className,
byte[] classBytes)
Enhance byte code.
|
Copyright © 2017–2021 OSGL (Open Source General Library). All rights reserved.