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 classCachingCGLibProxyingFunction.Interceptor
-
Field Summary
Fields Modifier and Type Field Description static CachingCGLibProxyingFunctionINSTANCE
-
Method Summary
Modifier and Type Method Description Objectapply(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:
applyin interfaceBiFunction<Object,BitemporalStamp,Object>
-
-