public interface PojoCaster<T>
Modifier and Type | Method and Description |
---|---|
T |
cast(Object object) |
T |
castOrNull(Object object) |
T cast(Object object)
object
- the object to castRuntimeException
- If the object could not be castCopyright © 2006-2019 Red Hat, Inc. and others. Licensed under the GNU Lesser General Public License (LGPL), version 2.1 or later.