Interface BindingYangDataCodec<T extends YangData<T>>
- All Superinterfaces:
Immutable
- All Known Subinterfaces:
BindingYangDataCodecTreeNode<T>
A codec capable of translating RFC8040
yang-data
values between their NormalizedYangData
and
YangData
representation.-
Method Summary
Modifier and TypeMethodDescription@NonNull NormalizedYangData
fromBinding
(@NonNull T binding) @NonNull T
toBinding
(@NonNull NormalizedYangData dom)
-
Method Details
-
toBinding
-
fromBinding
-