Class DataNormalizer


  • @Deprecated(forRemoval=true)
    public class DataNormalizer
    extends Object
    Deprecated, for removal: This API element is subject to removal in a future version.
    This class provides compatibility between XML semantics and DataSchemaContextTree
    Deprecated.
    • Constructor Summary

      Constructors 
      Constructor Description
      DataNormalizer​(org.opendaylight.yangtools.yang.model.api.SchemaContext ctx)
      Deprecated, for removal: This API element is subject to removal in a future version.
       
    • Constructor Detail

      • DataNormalizer

        public DataNormalizer​(org.opendaylight.yangtools.yang.model.api.SchemaContext ctx)
        Deprecated, for removal: This API element is subject to removal in a future version.
    • Method Detail

      • toNormalized

        public org.opendaylight.yangtools.yang.data.api.YangInstanceIdentifier toNormalized​(org.opendaylight.yangtools.yang.data.api.YangInstanceIdentifier legacy)
        Deprecated, for removal: This API element is subject to removal in a future version.
      • toLegacy

        public org.opendaylight.yangtools.yang.data.api.YangInstanceIdentifier toLegacy​(org.opendaylight.yangtools.yang.data.api.YangInstanceIdentifier normalized)
                                                                                 throws DataNormalizationException
        Deprecated, for removal: This API element is subject to removal in a future version.
        Throws:
        DataNormalizationException
      • getRootOperation

        public DataNormalizationOperation<?> getRootOperation()
        Deprecated, for removal: This API element is subject to removal in a future version.