Uses of Class
net.floodlightcontroller.linkdiscovery.web.LinkWithType

Packages that use LinkWithType
net.floodlightcontroller.linkdiscovery.web   
 

Uses of LinkWithType in net.floodlightcontroller.linkdiscovery.web
 

Methods in net.floodlightcontroller.linkdiscovery.web that return types with arguments of type LinkWithType
 java.lang.Class<LinkWithType> LinkWithType.handledType()
           
 java.util.Set<LinkWithType> LinksResource.retrieve()
           
 java.util.Set<LinkWithType> ExternalLinksResource.retrieve()
           
 java.util.Set<LinkWithType> DirectedLinksResource.retrieve()
           
 

Methods in net.floodlightcontroller.linkdiscovery.web with parameters of type LinkWithType
 void LinkWithType.serialize(LinkWithType lwt, com.fasterxml.jackson.core.JsonGenerator jgen, com.fasterxml.jackson.databind.SerializerProvider arg2)