Uses of Enum
com.squareup.javapoet.TypeSpec.Kind
-
Uses of TypeSpec.Kind in com.squareup.javapoet
Fields in com.squareup.javapoet declared as TypeSpec.KindModifier and TypeFieldDescriptionprivate final TypeSpec.Kind
TypeSpec.Builder.kind
final TypeSpec.Kind
TypeSpec.kind
Methods in com.squareup.javapoet that return TypeSpec.KindModifier and TypeMethodDescriptionstatic TypeSpec.Kind
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.KindModifierConstructorDescriptionprivate
Builder
(TypeSpec.Kind kind, String name, CodeBlock anonymousTypeArguments)