Class DataNormalizer
- java.lang.Object
-
- org.opendaylight.controller.md.sal.common.impl.util.compat.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 andDataSchemaContextTreeDeprecated.
-
-
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.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description DataNormalizationOperation<?>getOperation(org.opendaylight.yangtools.yang.data.api.YangInstanceIdentifier legacy)Deprecated, for removal: This API element is subject to removal in a future version.DataNormalizationOperation<?>getRootOperation()Deprecated, for removal: This API element is subject to removal in a future version.org.opendaylight.yangtools.yang.data.api.YangInstanceIdentifiertoLegacy(org.opendaylight.yangtools.yang.data.api.YangInstanceIdentifier normalized)Deprecated, for removal: This API element is subject to removal in a future version.org.opendaylight.yangtools.yang.data.api.YangInstanceIdentifiertoNormalized(org.opendaylight.yangtools.yang.data.api.YangInstanceIdentifier legacy)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.
-
getOperation
public DataNormalizationOperation<?> getOperation(org.opendaylight.yangtools.yang.data.api.YangInstanceIdentifier legacy) throws DataNormalizationException
Deprecated, for removal: This API element is subject to removal in a future version.- Throws:
DataNormalizationException
-
toLegacy
public org.opendaylight.yangtools.yang.data.api.YangInstanceIdentifier toLegacy(org.opendaylight.yangtools.yang.data.api.YangInstanceIdentifier normalized) throws DataNormalizationExceptionDeprecated, 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.
-
-