Uses of Interface
org.opendaylight.protocol.bgp.parser.spi.ParameterSerializer
-
Packages that use ParameterSerializer Package Description org.opendaylight.protocol.bgp.parser.impl.message.open org.opendaylight.protocol.bgp.parser.spi org.opendaylight.protocol.bgp.parser.spi.pojo -
-
Uses of ParameterSerializer in org.opendaylight.protocol.bgp.parser.impl.message.open
Classes in org.opendaylight.protocol.bgp.parser.impl.message.open that implement ParameterSerializer Modifier and Type Class Description classCapabilityParameterParserParser for BGP Capability Parameter. -
Uses of ParameterSerializer in org.opendaylight.protocol.bgp.parser.spi
Methods in org.opendaylight.protocol.bgp.parser.spi that return types with arguments of type ParameterSerializer Modifier and Type Method Description Optional<ParameterSerializer>ParameterRegistry. findSerializer(BgpParameters parameter)Find a serializer for specified parameter.Methods in org.opendaylight.protocol.bgp.parser.spi with parameters of type ParameterSerializer Modifier and Type Method Description org.opendaylight.yangtools.concepts.RegistrationBGPExtensionProviderContext. registerParameterSerializer(Class<? extends BgpParameters> paramClass, ParameterSerializer serializer) -
Uses of ParameterSerializer in org.opendaylight.protocol.bgp.parser.spi.pojo
Methods in org.opendaylight.protocol.bgp.parser.spi.pojo with parameters of type ParameterSerializer Modifier and Type Method Description org.opendaylight.yangtools.concepts.RegistrationSimpleBGPExtensionProviderContext. registerParameterSerializer(Class<? extends BgpParameters> paramClass, ParameterSerializer serializer)
-