Class Pool.Unmarshaller

    • Constructor Detail

      • Unmarshaller

        public Unmarshaller​(JAXBContext context)
    • Method Detail

      • create

        protected Unmarshaller create()
        Description copied from class: Pool
        Creates a new instance of object.

        This method is used when someone wants to take an object from an empty pool.

        Also note that multiple threads may call this method concurrently.

        Specified by:
        create in class Pool<Unmarshaller>