public class HandlerRegistry<C,P,S> extends Object
Constructor and Description |
---|
HandlerRegistry() |
Modifier and Type | Method and Description |
---|---|
Iterable<S> |
getAllSerializers() |
P |
getParser(int type) |
S |
getSerializer(Class<? extends C> clazz) |
org.opendaylight.yangtools.concepts.Registration |
registerParser(int type,
P parser) |
org.opendaylight.yangtools.concepts.Registration |
registerSerializer(Class<? extends C> clazz,
S serializer) |
Copyright © 2020 OpenDaylight. All rights reserved.