Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
Type |
build()
Builds the configured instance.
|
Type.Builder |
inputString(java.lang.String inputString)
Sets the value of
Type.getInputString() |
Type.Builder |
isPrimitive(java.lang.Boolean isPrimitive)
Sets the value of
Type.getIsPrimitive() |
public Type.Builder inputString(java.lang.String inputString)
Type.getInputString()
inputString
- Glue InputString for this type. This parameter is required.this
public Type.Builder isPrimitive(java.lang.Boolean isPrimitive)
Type.getIsPrimitive()
isPrimitive
- Indicates whether this type is a primitive data type. This parameter is required.this