public class PrimitiveTypeModel extends AbstractTypeModel
| Constructor and Description |
|---|
PrimitiveTypeModel(PrimitiveType type) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isPrimitive() |
boolean |
isSimple() |
String |
packageName() |
String |
simpleName()
Simple name of the type (without package).
|
String |
toString() |
String |
wrapper() |
annotations, constructors, declaration, declaredMethods, fields, hasDefaultConstructor, interfaces, isArray, isEnum, isFinal, isPublic, isStatic, isSubclassOf, isTypeVariable, methods, parameters, parameterVariables, raw, superClass, typepublic PrimitiveTypeModel(PrimitiveType type)
public String wrapper()
public String simpleName()
TypeModelpublic String packageName()
public boolean isPrimitive()
isPrimitive in interface TypeModelisPrimitive in class AbstractTypeModelpublic boolean isSimple()
isSimple in interface TypeModelisSimple in class AbstractTypeModelpublic String toString()
toString in class AbstractTypeModelCopyright © 2019. All rights reserved.