public final class SpringBeanRef<T> extends Object implements Serializable
SpringBeanLocator.| Modifier and Type | Method and Description |
|---|---|
T |
get() |
static <T> SpringBeanRef<T> |
of(Class<T> beanType) |
static <T> SpringBeanRef<T> |
of(String beanName) |
public static <T> SpringBeanRef<T> of(Class<T> beanType)
public static <T> SpringBeanRef<T> of(String beanName)
public T get()
Copyright © 2010–2021 Vegard IT GmbH, Germany. All rights reserved.