public class ValueTypeFormatter extends Object
| Constructor and Description |
|---|
ValueTypeFormatter() |
| Modifier and Type | Method and Description |
|---|---|
void |
format(TypeArgument type,
StringBuilder sb) |
String |
format(ValueType type) |
void |
format(ValueType type,
StringBuilder sb) |
boolean |
isUsingShortClassNames() |
boolean |
isUsingWildcardChars() |
void |
setUsingShortClassNames(boolean usingShortClassNames) |
void |
setUsingWildcardChars(boolean usingWildcardChars) |
public boolean isUsingShortClassNames()
public void setUsingShortClassNames(boolean usingShortClassNames)
public boolean isUsingWildcardChars()
public void setUsingWildcardChars(boolean usingWildcardChars)
public void format(ValueType type, StringBuilder sb)
public void format(TypeArgument type, StringBuilder sb)
Copyright © 2019. All rights reserved.