Package org.sonatype.nexus.rest.schedules

Examples of org.sonatype.nexus.rest.schedules.ScheduledServiceBaseResourceConverter


        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()),
        XStream.PRIORITY_VERY_HIGH);
    xstream.registerConverter(
        new ScheduledServicePropertyResourceConverter(xstream.getMapper(), xstream.getReflectionProvider()),
        XStream.PRIORITY_VERY_HIGH);
    xstream.registerConverter(
View Full Code Here

TOP

Related Classes of org.sonatype.nexus.rest.schedules.ScheduledServiceBaseResourceConverter

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.