Package com.cumulocity.me.rest.convert.event

Examples of com.cumulocity.me.rest.convert.event.EventCollectionRepresentationConverter


        converters.add(new AuditRecordCollectionRepresentationConverter());
        converters.add(new AuditRecordRepresentationConverter());
        converters.add(new AuditRecordsRepresentationConverter());

        converters.add(new EventsApiRepresentationConverter());
        converters.add(new EventCollectionRepresentationConverter());
        converters.add(new EventRepresentationConverter());

        converters.add(new IdentityRepresentationConverter());
        converters.add(new ExternalIDRepresentationConverter());
        converters.add(new ExternalIDCollectionRepresentationConverter());
View Full Code Here

TOP

Related Classes of com.cumulocity.me.rest.convert.event.EventCollectionRepresentationConverter

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.