|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.lwjgl.util.mapped.MappedObjectTransformer
public class MappedObjectTransformer
This class implements the bytecode transformation that mapped object go through.
Mapped object classes need to first be registered with the transformer, see register(Class)
.
Constructor Summary | |
---|---|
MappedObjectTransformer()
|
Method Summary | |
---|---|
static void |
register(java.lang.Class<? extends MappedObject> type)
Registers a class as a mapped object. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public MappedObjectTransformer()
Method Detail |
---|
public static void register(java.lang.Class<? extends MappedObject> type)
MappedObject
and be annotated with MappedField
.
type
- the mapped object class.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |