T - Function input typeR - Function result typepublic class ByteCodeLoadingFunction<T,R> extends Object implements FunctionFactoryMetadata<Function<T,R>>, Function<T,R>
| Constructor and Description |
|---|
ByteCodeLoadingFunction(org.springframework.core.io.Resource resource) |
| Modifier and Type | Method and Description |
|---|---|
void |
afterPropertiesSet() |
R |
apply(T input) |
Method |
getFactoryMethod() |
T |
getTarget() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetFactoryMethod, getTargetpublic ByteCodeLoadingFunction(org.springframework.core.io.Resource resource)
public void afterPropertiesSet()
throws Exception
afterPropertiesSet in interface org.springframework.beans.factory.InitializingBeanExceptionpublic final T getTarget()
getTarget in interface FunctionFactoryMetadata<T>public Method getFactoryMethod()
getFactoryMethod in interface FunctionFactoryMetadata<T>Copyright © 2019 Pivotal Software, Inc.. All rights reserved.