T
- represented Java typepublic interface Parametrizable<T> extends Type<T>
Type
s that can carry Parameters
.Modifier and Type | Method and Description |
---|---|
Parameters |
getParams()
Get the
Parameters of this Item . |
Parametrizable<T> |
withParams(Parameters params)
Given an existing
Item , return a new instance with the specified
Parameters . |
serialize, serializeTo
Parametrizable<T> withParams(Parameters params)
Item
, return a new instance with the specified
Parameters
.params
- Parameters
to set (must be non-null)Parameters
.Parameters getParams()
Parameters
of this Item
.Copyright © 2021 The Apache Software Foundation. All rights reserved.