public interface IByteCodeHelper
A IByteCodeHelper could be plugged into RythmEngine in memory compilation system to provide extra way to locate class byte code.
A usage example of IByteCodeHelper could be find in Play!framework’s Rythm plugin, which locates Play!Framework’s application classes when compiling template classes
One engine instance can have zero or one IByteCodeHelper
| Modifier and Type | Method and Description |
|---|---|
byte[] |
findByteCode(String typeName)
Return the byte code of a class specified by the parameter
|
byte[] findByteCode(String typeName)
Return the byte code of a class specified by the parameter
typeName - The full name of the class who’s byte code to be locatedCopyright © 2017–2021 OSGL (Open Source General Library). All rights reserved.