public abstract class AbstractCastUtil extends Object
| Constructor and Description |
|---|
AbstractCastUtil() |
| Modifier and Type | Method and Description |
|---|---|
static <R> R |
castAs(Object value,
Class<R> type)
Simple casts the value as type.
|
Copyright © 2015 Omnia Consulting. All rights reserved.