@PublicSpi public interface ValueUnboxer
| Modifier and Type | Field and Description |
|---|---|
static ValueUnboxer |
DEFAULT |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
unbox(java.lang.Object object)
Unboxes 'object' if it is boxed in an
Optional like
type that this unboxer can handle. |
static final ValueUnboxer DEFAULT