Uses of Interface
org.opendaylight.protocol.pcep.spi.XROSubobjectSerializer
-
Packages that use XROSubobjectSerializer Package Description org.opendaylight.protocol.pcep.parser.subobject org.opendaylight.protocol.pcep.spi org.opendaylight.protocol.pcep.spi.pojo -
-
Uses of XROSubobjectSerializer in org.opendaylight.protocol.pcep.parser.subobject
Classes in org.opendaylight.protocol.pcep.parser.subobject that implement XROSubobjectSerializer Modifier and Type Class Description classXROAsNumberSubobjectParserParser forAsNumberCase.classXROIpv4PrefixSubobjectParserParser forIpPrefixCase.classXROIpv6PrefixSubobjectParserParser forIpPrefixCase.classXROPathKey32SubobjectParserParser forPathKey.classXROSrlgSubobjectParserParser forSrlgCase.classXROUnnumberedInterfaceSubobjectParserParser forUnnumberedCase. -
Uses of XROSubobjectSerializer in org.opendaylight.protocol.pcep.spi
Methods in org.opendaylight.protocol.pcep.spi with parameters of type XROSubobjectSerializer Modifier and Type Method Description org.opendaylight.yangtools.concepts.RegistrationPCEPExtensionProviderContext. registerXROSubobjectSerializer(Class<? extends SubobjectType> subobjectClass, XROSubobjectSerializer serializer) -
Uses of XROSubobjectSerializer in org.opendaylight.protocol.pcep.spi.pojo
Methods in org.opendaylight.protocol.pcep.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.RegistrationSimplePCEPExtensionProviderContext. registerXROSubobjectSerializer(Class<? extends SubobjectType> subobjectClass, XROSubobjectSerializer serializer)
-