Descripción
Sintaxis
public static JAXBContext newInstance(Class<?>... classesToBeBound) throws JAXBException
public static JAXBContext newInstance(Class<?>[] classesToBeBound, Map<String,?> properties) throws JAXBException
public static JAXBContext newInstance(String contextPath) throws JAXBException
public static JAXBContext newInstance(String contextPath, ClassLoader classLoader) throws JAXBException
public static JAXBContext newInstance(String contextPath, ClassLoader classLoader, Map<String,?> properties) throws JAXBException
Parámetros
- ?> properties,
- ClassLoader classLoader,
- Class<?>… classesToBeBound,
- String contextPath,
- Class<?>[] classesToBeBound,
- Map<String,
Excepciones
IllegalArgumentException, JAXBException
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.