Uses of Interface
org.opendaylight.protocol.pcep.spi.EROSubobjectSerializer
-
-
Uses of EROSubobjectSerializer in org.opendaylight.protocol.pcep.parser.subobject
Classes in org.opendaylight.protocol.pcep.parser.subobject that implement EROSubobjectSerializer Modifier and Type Class Description classEROAsNumberSubobjectParserParser forAsNumberCase.classEROExplicitExclusionRouteSubobjectParserclassEROIpv4PrefixSubobjectParserParser forIpPrefixCase.classEROIpv6PrefixSubobjectParserParser forIpPrefixCase.classEROLabelSubobjectParserclassEROPathKey128SubobjectParserclassEROPathKey32SubobjectParserclassEROUnnumberedInterfaceSubobjectParserParser forUnnumberedCase. -
Uses of EROSubobjectSerializer in org.opendaylight.protocol.pcep.segment.routing
Classes in org.opendaylight.protocol.pcep.segment.routing that implement EROSubobjectSerializer Modifier and Type Class Description classSrEroSubobjectParser -
Uses of EROSubobjectSerializer in org.opendaylight.protocol.pcep.spi
Classes in org.opendaylight.protocol.pcep.spi that implement EROSubobjectSerializer Modifier and Type Class Description classAbstractEROPathKeySubobjectParserParser forPathKey.Methods in org.opendaylight.protocol.pcep.spi with parameters of type EROSubobjectSerializer Modifier and Type Method Description org.opendaylight.yangtools.concepts.RegistrationPCEPExtensionProviderContext. registerEROSubobjectSerializer(Class<? extends SubobjectType> subobjectClass, EROSubobjectSerializer serializer) -
Uses of EROSubobjectSerializer in org.opendaylight.protocol.pcep.spi.pojo
Methods in org.opendaylight.protocol.pcep.spi.pojo with parameters of type EROSubobjectSerializer Modifier and Type Method Description org.opendaylight.yangtools.concepts.RegistrationSimplePCEPExtensionProviderContext. registerEROSubobjectSerializer(Class<? extends SubobjectType> subobjectClass, EROSubobjectSerializer serializer)org.opendaylight.yangtools.concepts.RegistrationSimpleEROSubobjectRegistry. registerSubobjectSerializer(Class<? extends SubobjectType> subobjectClass, EROSubobjectSerializer serializer)
-