public abstract class AbstractByteCodeLoadingProxy<T> extends Object implements org.springframework.beans.factory.InitializingBean, FunctionFactoryMetadata
| Constructor and Description |
|---|
AbstractByteCodeLoadingProxy(org.springframework.core.io.Resource resource,
Class<?> type) |
| Modifier and Type | Method and Description |
|---|---|
void |
afterPropertiesSet() |
Method |
getFactoryMethod() |
T |
getTarget() |
public AbstractByteCodeLoadingProxy(org.springframework.core.io.Resource resource,
Class<?> type)
public void afterPropertiesSet()
throws Exception
afterPropertiesSet in interface org.springframework.beans.factory.InitializingBeanExceptionpublic final T getTarget()
public Method getFactoryMethod()
getFactoryMethod in interface FunctionFactoryMetadataCopyright © 2017 Pivotal Software, Inc.. All rights reserved.