Class AbstractJAXBProvider.CollectionWrapper

    • Constructor Detail

      • CollectionWrapper

        protected CollectionWrapper()
    • Method Detail

      • setList

        public void setList​(List<?> list)
      • getList

        public List<?> getList()
      • getCollectionOrArray

        public <T> Object getCollectionOrArray​(javax.xml.bind.Unmarshaller unm,
                                               Class<T> type,
                                               Class<?> collectionType,
                                               Type genericType,
                                               javax.xml.bind.annotation.adapters.XmlJavaTypeAdapter adapter)
                                        throws javax.xml.bind.JAXBException
        Throws:
        javax.xml.bind.JAXBException