Class RegistrationCloser<K,​C>

    • Constructor Detail

      • RegistrationCloser

        public RegistrationCloser()
    • Method Detail

      • setRegistrator

        public void setRegistrator​(ExtensionConverterManagerImpl registrator)
        Sets the registrator.
        Parameters:
        registrator - the registrator to set
      • setKey

        public void setKey​(K key)
        Sets the key.
        Parameters:
        key - the key to set
      • setConverter

        public void setConverter​(C converter)
        Sets the converter.
        Parameters:
        converter - the converter to set
      • getKey

        public K getKey()
        Returns the key.
      • getConverter

        public C getConverter()
        Returns the converter.
      • getInstance

        public C getInstance()
        Specified by:
        getInstance in interface org.opendaylight.yangtools.concepts.ObjectRegistration<K>