public class BindingToNormalizedNodeCodecFactory extends Object
Constructor and Description |
---|
BindingToNormalizedNodeCodecFactory() |
Modifier and Type | Method and Description |
---|---|
static BindingToNormalizedNodeCodec |
newInstance(org.opendaylight.mdsal.binding.generator.api.ClassLoadingStrategy classLoadingStrategy)
Creates a new BindingToNormalizedNodeCodec instance.
|
static org.opendaylight.yangtools.concepts.ListenerRegistration<org.opendaylight.yangtools.yang.model.api.SchemaContextListener> |
registerInstance(BindingToNormalizedNodeCodec instance,
org.opendaylight.mdsal.dom.api.DOMSchemaService schemaService)
Registers the given instance with the SchemaService as a SchemaContextListener.
|
public static BindingToNormalizedNodeCodec newInstance(org.opendaylight.mdsal.binding.generator.api.ClassLoadingStrategy classLoadingStrategy)
classLoadingStrategy
- public static org.opendaylight.yangtools.concepts.ListenerRegistration<org.opendaylight.yangtools.yang.model.api.SchemaContextListener> registerInstance(BindingToNormalizedNodeCodec instance, org.opendaylight.mdsal.dom.api.DOMSchemaService schemaService)
instance
- the BindingToNormalizedNodeCodec instanceschemaService
- the SchemaService.Copyright © 2019 OpenDaylight. All rights reserved.