Uses of Interface
org.opendaylight.protocol.rsvp.parser.spi.XROSubobjectSerializer
-
-
Uses of XROSubobjectSerializer in org.opendaylight.protocol.rsvp.parser.impl.subobject.xro
Classes in org.opendaylight.protocol.rsvp.parser.impl.subobject.xro that implement XROSubobjectSerializer Modifier and Type Class Description class
XROAsNumberSubobjectParser
Parser forAsNumberCase
.class
XROIpv4PrefixSubobjectParser
class
XROIpv6PrefixSubobjectParser
Parser forIpPrefixCase
.class
XROPathKey32SubobjectParser
Parser for { PathKey}.class
XROSrlgSubobjectParser
Parser forSrlgCase
.class
XROUnnumberedInterfaceSubobjectParser
Parser forUnnumberedCase
. -
Uses of XROSubobjectSerializer in org.opendaylight.protocol.rsvp.parser.spi
Methods in org.opendaylight.protocol.rsvp.parser.spi with parameters of type XROSubobjectSerializer Modifier and Type Method Description org.opendaylight.yangtools.concepts.Registration
RSVPExtensionProviderContext. registerXROSubobjectSerializer(Class<? extends SubobjectType> subobjectClass, XROSubobjectSerializer serializer)
-
Uses of XROSubobjectSerializer in org.opendaylight.protocol.rsvp.parser.spi.pojo
Methods in org.opendaylight.protocol.rsvp.parser.spi.pojo with parameters of type XROSubobjectSerializer Modifier and Type Method Description org.opendaylight.yangtools.concepts.Registration
SimpleXROSubobjectRegistry. registerSubobjectSerializer(Class<? extends SubobjectType> subobjectClass, XROSubobjectSerializer serializer)
org.opendaylight.yangtools.concepts.Registration
SimpleRSVPExtensionProviderContext. registerXROSubobjectSerializer(Class<? extends SubobjectType> subobjectClass, XROSubobjectSerializer serializer)
-