Uses of Interface
org.opendaylight.protocol.rsvp.parser.spi.RROSubobjectSerializer
-
-
Uses of RROSubobjectSerializer in org.opendaylight.protocol.rsvp.parser.impl.subobject.rro
Classes in org.opendaylight.protocol.rsvp.parser.impl.subobject.rro that implement RROSubobjectSerializer Modifier and Type Class Description classRROIpv4PrefixSubobjectParserParser forIpPrefixCase.classRROIpv6PrefixSubobjectParserParser forIpPrefixCase.classRROLabelSubobjectParserclassRROPathKey32SubobjectParserclassRROUnnumberedInterfaceSubobjectParserParser forUnnumberedCase.classSRROBasicProtectionSubobjectParserParser forBasicProtectionCase.classSRRODynamicProtectionSubobjectParser -
Uses of RROSubobjectSerializer in org.opendaylight.protocol.rsvp.parser.spi
Methods in org.opendaylight.protocol.rsvp.parser.spi with parameters of type RROSubobjectSerializer Modifier and Type Method Description org.opendaylight.yangtools.concepts.RegistrationRSVPExtensionProviderContext. registerRROSubobjectSerializer(Class<? extends SubobjectType> subobjectClass, RROSubobjectSerializer serializer) -
Uses of RROSubobjectSerializer in org.opendaylight.protocol.rsvp.parser.spi.pojo
Methods in org.opendaylight.protocol.rsvp.parser.spi.pojo with parameters of type RROSubobjectSerializer Modifier and Type Method Description org.opendaylight.yangtools.concepts.RegistrationSimpleRSVPExtensionProviderContext. registerRROSubobjectSerializer(Class<? extends SubobjectType> subobjectClass, RROSubobjectSerializer serializer)org.opendaylight.yangtools.concepts.RegistrationSimpleRROSubobjectRegistry. registerSubobjectSerializer(Class<? extends SubobjectType> subobjectClass, RROSubobjectSerializer serializer)
-