| Constructor and Description |
|---|
TypeRewriter() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
rewrite(java.lang.String value) |
protected java.lang.String |
rewriteUnwrappedType(java.lang.String value)
This is called by the default rewrite implementation with the unwrapped type.
|
@Nonnull
public java.lang.String rewrite(@Nonnull
java.lang.String value)
@Nonnull
protected java.lang.String rewriteUnwrappedType(@Nonnull
java.lang.String value)
For array types, the unwrapped type is the type with the array specifiers removed. And there is no difference for non-array types.
value - The unwrapped type