public class KotlinProperty extends KotlinNamedItem
Modifier and Type | Class and Description |
---|---|
static class |
KotlinProperty.Builder |
static class |
KotlinProperty.Type |
KotlinNamedItem.AbstractBuilder<T extends KotlinNamedItem.AbstractBuilder<T>>
Modifier and Type | Method and Description |
---|---|
<R> R |
accept(KotlinNamedItemVisitor<R> visitor) |
Optional<String> |
getDataType() |
Optional<String> |
getInitializationString() |
KotlinProperty.Type |
getType() |
static KotlinProperty.Builder |
newVal(String name) |
static KotlinProperty.Builder |
newVar(String name) |
addAnnotation, getAnnotations, getModifiers, getName
public KotlinProperty.Type getType()
public <R> R accept(KotlinNamedItemVisitor<R> visitor)
accept
in class KotlinNamedItem
public static KotlinProperty.Builder newVal(String name)
public static KotlinProperty.Builder newVar(String name)
Copyright © 2006–2023 MyBatis.org. All rights reserved.