Class CachingCGLibProxyingFunction
- java.lang.Object
-
- org.projectbarbel.histo.functions.CachingCGLibProxyingFunction
-
- All Implemented Interfaces:
BiFunction<Object,BitemporalStamp,Object>
public class CachingCGLibProxyingFunction extends Object implements BiFunction<Object,BitemporalStamp,Object>
Proxying function that uses CGLib andObjenesis
.- Author:
- Niklas Schlimm
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
CachingCGLibProxyingFunction.Interceptor
-
Field Summary
Fields Modifier and Type Field Description static CachingCGLibProxyingFunction
INSTANCE
-
Method Summary
Modifier and Type Method Description Object
apply(Object template, BitemporalStamp stamp)
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface java.util.function.BiFunction
andThen
-
-
-
-
Field Detail
-
INSTANCE
public static final CachingCGLibProxyingFunction INSTANCE
-
-
Method Detail
-
apply
public Object apply(Object template, BitemporalStamp stamp)
- Specified by:
apply
in interfaceBiFunction<Object,BitemporalStamp,Object>
-
-