Package io.deeplumen.ucp.typed
package io.deeplumen.ucp.typed
Optional typed views around generated UCP models.
The UCP schema intentionally leaves some fields open-ended (e.g. List<Object> or
Map<String, Object>) to allow extensions and forward-compatibility. The classes in this
package provide conveniences to read/write a few commonly used shapes without changing the
underlying generated types.
These helpers are additive: you can ignore them and interact with the generated model fields directly.
-
ClassDescriptionOptional typed view for capability references carried in some generated schemas as
Object.Optional typed helpers around generated UCP models.