Red Hat JBoss Enterprise Application Platform 7.1.0.Beta1
-
- Type Parameters:
T
- the value type
- All Implemented Interfaces:
- Value<T>
public final class DefaultValue<T>
extends Object
implements Value<T>
A defaulted value. If the delegate value returns null
, a default value will be returned in its place.
-
-
Constructor Summary
Constructors
Constructor and Description |
DefaultValue(Value<T> value,
Value<? extends T> defaultValue)
Construct a new instance.
|
-
Method Summary
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Red Hat JBoss Enterprise Application Platform 7.1.0.Beta1
Copyright © 2017 JBoss by Red Hat. All rights reserved.