|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.drools.util.asm.FieldAccessorGenerator
public class FieldAccessorGenerator
Will provide implementations of FieldAccessor as needed. There is no proxying involved. Uses ASM to generate a implementation of a FieldAccessor. Uses tableswitch so it is as fast as humanly possible.
Method Summary | |
---|---|
static FieldAccessorGenerator |
getInstance()
Deprecated. |
FieldAccessorMap |
getInstanceFor(Class cls)
Deprecated. Looks up an instance of a field accessor for the given class. |
FieldAccessorMap |
newInstanceFor(Class cls)
Deprecated. Generate a new implementation for of a FieldAccessor for the given class. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static FieldAccessorGenerator getInstance()
public FieldAccessorMap getInstanceFor(Class cls) throws Exception
Exception
public FieldAccessorMap newInstanceFor(Class cls) throws Exception
Exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |