T - target typepublic class AbstractLambdaCompilingProxy<T> extends Object implements org.springframework.beans.factory.InitializingBean, org.springframework.beans.factory.BeanNameAware, FunctionFactoryMetadata<T>
| Constructor and Description |
|---|
AbstractLambdaCompilingProxy(org.springframework.core.io.Resource resource,
AbstractFunctionCompiler<T> compiler) |
| Modifier and Type | Method and Description |
|---|---|
void |
afterPropertiesSet() |
Method |
getFactoryMethod() |
T |
getTarget() |
void |
setBeanName(String beanName) |
void |
setTypeParameterizations(String... typeParameterizations) |
public AbstractLambdaCompilingProxy(org.springframework.core.io.Resource resource,
AbstractFunctionCompiler<T> compiler)
public void setBeanName(String beanName)
setBeanName in interface org.springframework.beans.factory.BeanNameAwarepublic void setTypeParameterizations(String... typeParameterizations)
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.