public interface UserTypeInput
| Modifier and Type | Method and Description |
|---|---|
<T> T |
read(ReadableMedia media,
Class<T> clazz) |
<T> T read(ReadableMedia media, Class<T> clazz) throws IOException
T - the user typemedia - the media to read user type fromclazz - the class of user type or null if other mechanism used to distinguish types (for example - user type id)IOException - if I/O error occurredCopyright © 2016. All rights reserved.