|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use TypeM | |
|---|---|
| net.karneim.pojobuilder | |
| net.karneim.pojobuilder.model | |
| Uses of TypeM in net.karneim.pojobuilder |
|---|
| Methods in net.karneim.pojobuilder that return TypeM | |
|---|---|
TypeM |
TypeMUtils.getTypeM(DeclaredType type)
|
TypeM |
TypeMUtils.getTypeM(TypeElement typeElem)
|
TypeM |
TypeMUtils.getTypeM(TypeMirror typeMirror)
|
| Uses of TypeM in net.karneim.pojobuilder.model |
|---|
| Fields in net.karneim.pojobuilder.model declared as TypeM | |
|---|---|
static TypeM |
TypeM.BOOLEAN_TYPE
|
static TypeM |
TypeM.BYTE_TYPE
|
static TypeM |
TypeM.CHAR_TYPE
|
static TypeM |
TypeM.DOUBLE_TYPE
|
static TypeM |
TypeM.FLOAT_TYPE
|
static TypeM |
TypeM.INT_TYPE
|
static TypeM |
TypeM.LONG_TYPE
|
static TypeM |
TypeM.OBJECT
|
static TypeM |
TypeM.SHORT_TYPE
|
static TypeM |
TypeM.VOID_TYPE
|
| Methods in net.karneim.pojobuilder.model that return TypeM | |
|---|---|
static TypeM |
TypeM.get(String typename)
|
TypeM |
FactoryM.getOwnerType()
|
TypeM |
BaseBuilderM.getProductType()
|
TypeM |
BuilderM.getSelfType()
|
TypeM |
ClassM.getSuperType()
|
TypeM |
TypeParameterM.getType()
|
TypeM |
PropertyM.getType()
|
TypeM |
ClassM.getType()
|
| Methods in net.karneim.pojobuilder.model that return types with arguments of type TypeM | |
|---|---|
List<TypeM> |
ClassM.getAdditionalImports()
|
List<TypeM> |
TypeParameterM.getBounds()
|
List<TypeM> |
BaseBuilderM.getBuildExceptions()
|
| Methods in net.karneim.pojobuilder.model with parameters of type TypeM | |
|---|---|
PropertyM |
BuilderM.getOrCreateProperty(String propertyName,
TypeM propertyType)
|
PropertyM |
BuilderM.getProperty(String propertyName,
TypeM propertyType)
|
void |
BaseBuilderM.setProductType(TypeM productType)
|
void |
BuilderM.setSelfType(TypeM selfType)
|
void |
ClassM.setSuperType(TypeM superType)
|
void |
ClassM.setType(TypeM type)
|
| Constructors in net.karneim.pojobuilder.model with parameters of type TypeM | |
|---|---|
FactoryM(TypeM ownerType,
String methodName)
|
|
PropertyM(String name,
String fieldname,
TypeM type)
|
|
TypeParameterM(TypeM type)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||