Uses of Interface
org.opendaylight.protocol.rsvp.parser.spi.EROSubobjectSerializer
-
-
Uses of EROSubobjectSerializer in org.opendaylight.protocol.rsvp.parser.impl.subobject.ero
Classes in org.opendaylight.protocol.rsvp.parser.impl.subobject.ero that implement EROSubobjectSerializer Modifier and Type Class Description classEROAsNumberSubobjectParserParser forAsNumberCase.classEROExplicitExclusionRouteSubobjectParserclassEROIpv4PrefixSubobjectParserParser forIpPrefixCase.classEROIpv6PrefixSubobjectParserParser forIpPrefixCase.classEROLabelSubobjectParserclassEROPathKey32SubobjectParserParser for {PathKey}.classEROUnnumberedInterfaceSubobjectParserParser forUnnumberedCase.classSEROBasicProtectionSubobjectParserclassSERODynamicProtectionSubobjectParserParser forDynamicControlProtectionCase. -
Uses of EROSubobjectSerializer in org.opendaylight.protocol.rsvp.parser.spi
Methods in org.opendaylight.protocol.rsvp.parser.spi with parameters of type EROSubobjectSerializer Modifier and Type Method Description org.opendaylight.yangtools.concepts.RegistrationRSVPExtensionProviderContext. registerEROSubobjectSerializer(Class<? extends SubobjectType> subobjectClass, EROSubobjectSerializer serializer) -
Uses of EROSubobjectSerializer in org.opendaylight.protocol.rsvp.parser.spi.pojo
Methods in org.opendaylight.protocol.rsvp.parser.spi.pojo with parameters of type EROSubobjectSerializer Modifier and Type Method Description org.opendaylight.yangtools.concepts.RegistrationSimpleRSVPExtensionProviderContext. registerEROSubobjectSerializer(Class<? extends SubobjectType> subobjectClass, EROSubobjectSerializer serializer)org.opendaylight.yangtools.concepts.RegistrationSimpleEROSubobjectRegistry. registerSubobjectSerializer(Class<? extends SubobjectType> subobjectClass, EROSubobjectSerializer serializer)
-