Package org.sonatype.nexus.rest.repositories

Examples of org.sonatype.nexus.rest.repositories.RepositoryResourceResponseConverter


    xstream.registerConverter(
        new RepositoryBaseResourceConverter(xstream.getMapper(), xstream.getReflectionProvider()),
        XStream.PRIORITY_VERY_HIGH);
    xstream.registerConverter(
        new RepositoryResourceResponseConverter(xstream.getMapper(), xstream.getReflectionProvider()),
        XStream.PRIORITY_VERY_HIGH); // strips the class="class.name" attribute from
    // data

    xstream.registerConverter(
        new ScheduledServiceBaseResourceConverter(xstream.getMapper(), xstream.getReflectionProvider()),
View Full Code Here

TOP

Related Classes of org.sonatype.nexus.rest.repositories.RepositoryResourceResponseConverter

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.