public class TemplateOptions
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
Type |
ktype |
java.io.File |
sourceFile |
Type |
vtype |
Constructor and Description |
---|
TemplateOptions(Type ktype) |
TemplateOptions(Type ktype,
Type vtype) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getGeneratedAnnotation() |
Type |
getKType() |
java.lang.String |
getSourceFile() |
java.lang.String |
getTimeNow()
Returns the current time in ISO format.
|
Type |
getVType() |
boolean |
hasVType() |
boolean |
isAllGeneric() |
boolean |
isAnyGeneric() |
boolean |
isAnyPrimitive() |
boolean |
isIgnored() |
boolean |
isKTypeGeneric() |
boolean |
isKTypePrimitive() |
boolean |
isVTypeGeneric() |
boolean |
isVTypePrimitive() |
void |
setIgnored(boolean ignore) |
public Type ktype
public Type vtype
public java.io.File sourceFile
public TemplateOptions(Type ktype)
public void setIgnored(boolean ignore)
public boolean isIgnored()
public boolean isKTypePrimitive()
public boolean isVTypePrimitive()
public boolean isKTypeGeneric()
public boolean isVTypeGeneric()
public boolean isAllGeneric()
public boolean isAnyPrimitive()
public boolean isAnyGeneric()
public boolean hasVType()
public Type getKType()
public Type getVType()
public java.lang.String getTimeNow()
public java.lang.String getSourceFile()
public java.lang.String getGeneratedAnnotation()
Copyright © 2015 Carrot Search s.c.. All rights reserved.