Uses of Class
com.squareup.javapoet.TypeSpec.Kind
-
-
Uses of TypeSpec.Kind in com.squareup.javapoet
Fields in com.squareup.javapoet declared as TypeSpec.Kind Modifier and Type Field Description private TypeSpec.Kind
TypeSpec.Builder. kind
TypeSpec.Kind
TypeSpec. kind
Methods in com.squareup.javapoet that return TypeSpec.Kind Modifier and Type Method Description static TypeSpec.Kind
TypeSpec.Kind. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static TypeSpec.Kind[]
TypeSpec.Kind. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in com.squareup.javapoet with parameters of type TypeSpec.Kind Constructor Description Builder(TypeSpec.Kind kind, java.lang.String name, CodeBlock anonymousTypeArguments)
-