public final class ObjectProviderUtils extends Object
Modifier and Type | Method and Description |
---|---|
static <T> ObjectProvider<T> |
bean(Class<T> beanClass) |
static <T extends Cloneable> |
cloning(T prototype) |
static <T> ObjectProvider<T> |
constant(T value) |
static <T> ObjectProvider<T> |
nullValue() |
static <T> ObjectProvider<T> |
singleton(ObjectProvider<T> inner) |
public static <T> ObjectProvider<T> bean(Class<T> beanClass)
public static <T extends Cloneable> ObjectProvider<T> cloning(T prototype)
public static <T> ObjectProvider<T> constant(T value)
public static <T> ObjectProvider<T> nullValue()
public static <T> ObjectProvider<T> singleton(ObjectProvider<T> inner)
Copyright © 2005–2014 The Apache Software Foundation. All rights reserved.