T - typepublic class ByteCodeLoadingSupplier<T> extends Object implements org.springframework.cloud.function.core.FunctionFactoryMetadata<Supplier<T>>, Supplier<T>
| Constructor and Description |
|---|
ByteCodeLoadingSupplier(org.springframework.core.io.Resource resource) |
| Modifier and Type | Method and Description |
|---|---|
void |
afterPropertiesSet() |
T |
get() |
Method |
getFactoryMethod() |
T |
getTarget() |
public ByteCodeLoadingSupplier(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 org.springframework.cloud.function.core.FunctionFactoryMetadata<T>public Method getFactoryMethod()
getFactoryMethod in interface org.springframework.cloud.function.core.FunctionFactoryMetadata<T>Copyright © 2020 Pivotal Software, Inc.. All rights reserved.