public class TemplateOptions
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
Type |
ktype |
static java.lang.String |
TEMPLATE_FILE_TOKEN |
java.nio.file.Path |
templateFile |
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 |
getTemplateFile() |
java.lang.String |
getTimeNow() |
Type |
getVType() |
boolean |
hasKType() |
boolean |
hasVType() |
boolean |
isAllGeneric() |
boolean |
isAnyGeneric() |
boolean |
isAnyPrimitive() |
boolean |
isIgnored() |
boolean |
isKTypeGeneric() |
boolean |
isKTypePrimitive() |
boolean |
isVTypeGeneric() |
boolean |
isVTypePrimitive() |
void |
setIgnored(boolean ignore) |
public static final java.lang.String TEMPLATE_FILE_TOKEN
public Type ktype
public Type vtype
public java.nio.file.Path templateFile
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 boolean hasKType()
public Type getKType()
public Type getVType()
public java.lang.String getTimeNow()
public java.lang.String getTemplateFile()
public java.lang.String getGeneratedAnnotation()
Copyright © 2022 Carrot Search s.c.. All rights reserved.