public class InjectableFactory extends Object
Constructor and Description |
---|
InjectableFactory() |
Modifier and Type | Method and Description |
---|---|
static <T> Injectable<T> |
of(ObjectProxy<T> proxy)
Build a new instance of injectable data for objects using properties methods (not field attributes)
|
static <T> Injectable<T> |
of(T instance)
Build a new instance of injectable data for objects using properties methods (not field attributes)
|
public InjectableFactory()
public static <T> Injectable<T> of(T instance)
T
- Type of instance objectinstance
- object to reflectpublic static <T> Injectable<T> of(ObjectProxy<T> proxy)
T
- Type of instance objectproxy
- for instance object to reflectCopyright © 2012–2020 jkniv, copyleft code. All rights reserved.