Descripción
Sintaxis
static <T> T unmarshal(File xml, Class<T> type)
static <T> T unmarshal(InputStream xml, Class<T> type)
static <T> T unmarshal(Reader xml, Class<T> type)
static <T> T unmarshal(String xml, Class<T> type)
static <T> T unmarshal(URI xml, Class<T> type)
static <T> T unmarshal(URL xml, Class<T> type)
static <T> T unmarshal(Source xml, Class<T> type)
Parámetros
- InputStream xml,
- File xml,
- Class<T> type,
- String xml,
- Source xml,
- URI xml,
- URL xml,
- Reader xml,
Clase Padre
Ejemplo
Líneas de Código
Vídeos Java
Disfruta también de nuestros artículos sobre Java en formato vídeo. Aprovecha y suscribete a nuestro canal.