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 classXROAsNumberSubobjectParserParser forAsNumberCase.classXROIpv4PrefixSubobjectParserclassXROIpv6PrefixSubobjectParserParser forIpPrefixCase.classXROPathKey32SubobjectParserParser for { PathKey}.classXROSrlgSubobjectParserParser forSrlgCase.classXROUnnumberedInterfaceSubobjectParserParser 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.RegistrationRSVPExtensionProviderContext. 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.RegistrationSimpleXROSubobjectRegistry. registerSubobjectSerializer(Class<? extends SubobjectType> subobjectClass, XROSubobjectSerializer serializer)org.opendaylight.yangtools.concepts.RegistrationSimpleRSVPExtensionProviderContext. registerXROSubobjectSerializer(Class<? extends SubobjectType> subobjectClass, XROSubobjectSerializer serializer)
-