Use {@code null} instead of plain null
[yangtools.git] / binding / yang-binding / src / main / java / org / opendaylight / yangtools / yang / binding /
2024-06-19 Robert VargaUse {@code null} instead of plain null
2024-06-19 Ruslan KashapovRFC8040 'rc:yang-data' support for mdsal binding generator
2024-06-19 Robert VargaAdd YangData base interface
2024-06-19 Robert VargaAdd Augmentable.augmentationOrElseThrow()
2024-06-19 Robert VargaAdd FIXMEs to Rpc{Input,Output}
2024-06-19 Robert VargaDeprecate RpcService
2024-06-19 Robert VargaRename Enumeration to EnumTypeObject
2024-06-19 Robert VargaAdd UnionTypeObject
2024-06-19 Ivan MartiniakAdd BitsTypeObject
2024-06-19 Robert VargaDo not use appendValue to append bits
2024-06-19 Robert VargaGenerate Rpc services
2024-06-19 Robert VargaIntegrate Action with BindingContract
2024-06-19 Robert VargaUse @Serial tag
2024-06-19 Robert VargaAdd YangFeatureProvider
2024-06-19 Robert VargaGenerate classes for 'feature' statements
2024-06-19 Robert VargaDeprecate NotificationListener
2024-06-19 ivan.martiniakUse HexFormat to print out byte[] properties
2024-06-19 Robert VargaSeal more Binding contracts
2024-06-19 Robert VargaCleanup enumeration static factory methods
2024-06-19 Robert VargaSeal BaseNotification
2024-06-19 Robert VargaMap identities to proper objects
2024-06-19 Robert VargaSuppress warning around pathArgument
2024-06-19 Robert VargaRefactor InstanceIdentifier.create(Iterable)
2024-06-19 Robert VargaFix identityref wildcards
2024-06-19 Robert VargaImprove CodeHelpers coverage
2024-06-19 Robert VargaEnforce InstanceIdentifier creation
2024-06-19 Robert VargaImprove internal cast
2024-06-19 Robert VargaAdopt odlparent-10.0.0/yangtools-8.0.0-SNAPSHOT
2024-06-19 Robert VargaMap system-ordered leaf-lists to Set<T>
2024-06-19 Robert VargaDo not allow wildcards in Action.invoke()
2024-06-19 Ivan HraskoRemove remaining concepts.(Checked)Builder references
2024-06-19 Robert VargaNarrow Notification.implementedInterface() return type
2024-06-19 Robert VargaUse HierarchicalIdentifier
2024-06-19 Robert VargaFilter empty augmentations from DataObject.toString()
2024-06-19 Robert VargaAdd FIXMEs for hex-formatting binary values
2024-06-19 Konstantin.NosachAdd non-null getters for leaf objects
2024-06-19 Robert VargaRemove deprecated uint migration elements, take 2
2024-06-19 Robert VargaRemove setFoo(List) compatibility setters
2024-06-19 miroslav.kovacSpecialize relative leafref types during instantiation
2024-06-19 Robert VargaExpose property name when checking key components
2024-06-19 Robert VargaFix nullness errors reported by Eclipse
2024-06-19 Robert VargaRemove org.opendaylight.yangtools.yang.binding.RpcImple...
2024-06-19 Robert VargaAdd BindingMap helper class
2024-06-19 Robert VargaEliminate AugmentationHolder
2024-06-19 Ilya IgushevGenerate bindingEquals() and use it in generated implem...
2024-06-19 Robert VargaClean up AugmentationHolder's annotations
2024-06-19 Robert VargaGenerate bindingHashCode() and use it in generated...
2024-06-19 Robert VargaAdd InstanceIdentifier.verifyTarget()
2024-06-19 Robert VargaRevert "Remove deprecated uint migration elements"
2024-06-19 Robert VargaGenerate legacy List adaptation
2024-06-19 Robert VargaSimplify builder's addAugmentation() method
2024-06-19 Robert VargaAdd CodeHelper.emptyToNull()
2024-06-19 Robert VargaRemove CodeHelpers.nonNullValue()
2024-06-19 Robert VargaAdd CodeHelper documentation
2024-06-19 Robert VargaImprove verification message
2024-06-19 Robert VargaAdd more error context to ResourceYangModuleInfo
2024-06-19 Robert VargaAdd ScalarTypeObject
2024-06-19 Robert VargaBump odlparent to 7.0.0-SNAPSHOT
2024-06-19 Robert VargaAdd CodeHelpers.nonnull(Map)
2024-06-19 Robert VargaRemove deprecated uint migration elements
2024-06-19 Robert VargaAdd codegen support for nested notifications
2024-06-19 Robert VargaCorrect @NonNull CodeHelpers.compilePatterns()
2024-06-19 Robert VargaFix CodeHelper.nonnull() nullness annotation
2024-06-19 Robert VargaTerminally deprecate yang.binding.RpcImplementation
2024-06-19 Robert VargaRemove superfluous @NonNull annotation
2024-06-19 Robert VargaRemove yang.binding.annotations.(Module)QName
2024-06-19 Robert VargaChange mapping of uint{8,16,32,64}
2024-06-19 Robert VargaMove Binding codec interfaces
2024-06-19 Robert VargaFix checkstyle in javadocs
2024-06-19 Robert VargaTake advantage of AbstractAugmentable
2024-06-19 Robert VargaIntroduce AbstractAugmentable
2024-06-19 Robert VargaDefine OpaqueData/OpaqueObject hashCode/equals
2024-06-19 Robert VargaTag InstanceIdentifier methods with @Nullable/@NonNull
2024-06-19 Robert VargaDocument BindingCodec/Serializer/Deserializer
2024-06-19 Robert VargaBump odlparent to 5.0.0
2024-06-19 Robert VargaAdd Opaque{Data,Object} interfaces
2024-06-19 Robert VargaAdd yang-binding interfaces for annotations
2024-06-19 Robert VargaAdd EventInstantAware interface
2024-06-19 Robert VargaOffload null value checking to CodeHelpers
2024-06-19 Robert VargaRemove FluentFuture from DOM RPC contracts
2024-06-19 Robert VargaRemove DataContainer.getImplementedInterface()
2024-06-19 Robert VargaGenerate implementedInterface
2024-06-19 Robert VargaUse E$$ to capture augmentation type
2024-06-19 Jie HanMake Enumeration extend TypeObject
2024-06-19 Jie HanAdd mark interface
2024-06-19 Stephen KittRemove redundant type declarations
2024-06-19 Robert VargaAdd CodeHelpers.throwInvalidRange() specializations
2024-06-19 Robert VargaOptimize single-property ClassTemplate hashCode()
2024-06-19 Robert VargaGenerate nonnull default wrappers for list getters
2024-06-19 Robert VargaEnable spotbugs in yang-binding
2024-06-19 Robert VargaChange InstanceIdentifier serialization format
2024-06-19 Robert VargaRemove deprecated InstanceIdentifier methods
2024-06-19 Robert VargaFix actions in keyed lists
2024-06-19 Robert VargaMove BindingMapping
2024-06-19 Robert VargaRemove BindingReflections from yang-binding
2024-06-19 Robert VargaMove BindingReflections to mdsal-binding-spec-util
2024-06-19 Robert VargaMove StringValueObjectFactory to mdsal-binding-spec...
2024-06-19 Robert VargaMove DataObjectReadingUtil to mdsal-binding-spec-util
2024-06-19 Robert VargaMove NotificationListenerInvoker to mdsal-dom-adapter
2024-06-19 Robert VargaMove RpcServiceInvoker to mdsal-dom-adapter
next