T - typepublic class ByteCodeLoadingConsumer<T> extends Object implements FunctionFactoryMetadata<Consumer<T>>, Consumer<T>
| Constructor and Description |
|---|
ByteCodeLoadingConsumer(org.springframework.core.io.Resource resource) |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(T t) |
void |
afterPropertiesSet() |
Method |
getFactoryMethod() |
T |
getTarget() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetFactoryMethod, getTargetpublic ByteCodeLoadingConsumer(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.