API 文档 | TransformSpec |
---|
用于 artifact 转换注册的基础配置。
属性 | 描述 |
from | 匹配所使用变体的属性。 |
parameters | 转换操作的参数。 |
to | 匹配所生成变体的属性。 |
方法 | 描述 |
parameters(action) | 配置转换操作的参数。 |
AttributeContainer
from
(只读)
匹配所使用变体的属性。
AttributeContainer
to
(只读)
匹配所生成变体的属性。
void
parameters
(Action
<? super T
>
action)
Action
<? super T
>配置转换操作的参数。