public class DefaultTypeCopyHandler extends Object implements TypeCopyHandler
| Constructor and Description |
|---|
DefaultTypeCopyHandler() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
handleAnnotations(com.squareup.javapoet.TypeSpec.Builder newType,
com.squareup.javapoet.AnnotationSpec annotation) |
boolean |
handleEnumConstant(com.squareup.javapoet.TypeSpec.Builder newType,
String key,
com.squareup.javapoet.TypeSpec value) |
boolean |
handleField(com.squareup.javapoet.TypeSpec.Builder newType,
com.squareup.javapoet.FieldSpec fieldSpec) |
boolean |
handleInitializerBlock(com.squareup.javapoet.TypeSpec.Builder newType,
com.squareup.javapoet.CodeBlock initializerBlock) |
boolean |
handleJavadoc(com.squareup.javapoet.TypeSpec.Builder newType,
com.squareup.javapoet.CodeBlock javadoc) |
boolean |
handleMethod(com.squareup.javapoet.TypeSpec.Builder newType,
com.squareup.javapoet.MethodSpec methodSpec) |
boolean |
handleModifier(com.squareup.javapoet.TypeSpec.Builder newType,
Modifier modifier) |
boolean |
handleStaticBlock(com.squareup.javapoet.TypeSpec.Builder newType,
com.squareup.javapoet.CodeBlock staticBlock) |
boolean |
handleSuperclass(com.squareup.javapoet.TypeSpec.Builder newType,
com.squareup.javapoet.TypeName superclass) |
boolean |
handleSuperInterface(com.squareup.javapoet.TypeSpec.Builder newType,
com.squareup.javapoet.TypeName typeVariable) |
boolean |
handleTypeSpec(com.squareup.javapoet.TypeSpec.Builder newType,
com.squareup.javapoet.TypeSpec typeSpec) |
boolean |
handleTypeVariable(com.squareup.javapoet.TypeSpec.Builder newType,
com.squareup.javapoet.TypeVariableName typeVariable) |
com.squareup.javapoet.TypeSpec.Builder |
newType(com.squareup.javapoet.TypeSpec type) |
public com.squareup.javapoet.TypeSpec.Builder newType(com.squareup.javapoet.TypeSpec type)
newType in interface TypeCopyHandlerpublic boolean handleAnnotations(com.squareup.javapoet.TypeSpec.Builder newType,
com.squareup.javapoet.AnnotationSpec annotation)
handleAnnotations in interface TypeCopyHandlerpublic boolean handleInitializerBlock(com.squareup.javapoet.TypeSpec.Builder newType,
com.squareup.javapoet.CodeBlock initializerBlock)
handleInitializerBlock in interface TypeCopyHandlerpublic boolean handleStaticBlock(com.squareup.javapoet.TypeSpec.Builder newType,
com.squareup.javapoet.CodeBlock staticBlock)
handleStaticBlock in interface TypeCopyHandlerpublic boolean handleSuperclass(com.squareup.javapoet.TypeSpec.Builder newType,
com.squareup.javapoet.TypeName superclass)
handleSuperclass in interface TypeCopyHandlerpublic boolean handleJavadoc(com.squareup.javapoet.TypeSpec.Builder newType,
com.squareup.javapoet.CodeBlock javadoc)
handleJavadoc in interface TypeCopyHandlerpublic boolean handleEnumConstant(com.squareup.javapoet.TypeSpec.Builder newType,
String key,
com.squareup.javapoet.TypeSpec value)
handleEnumConstant in interface TypeCopyHandlerpublic boolean handleTypeSpec(com.squareup.javapoet.TypeSpec.Builder newType,
com.squareup.javapoet.TypeSpec typeSpec)
handleTypeSpec in interface TypeCopyHandlerpublic boolean handleMethod(com.squareup.javapoet.TypeSpec.Builder newType,
com.squareup.javapoet.MethodSpec methodSpec)
handleMethod in interface TypeCopyHandlerpublic boolean handleField(com.squareup.javapoet.TypeSpec.Builder newType,
com.squareup.javapoet.FieldSpec fieldSpec)
handleField in interface TypeCopyHandlerpublic boolean handleSuperInterface(com.squareup.javapoet.TypeSpec.Builder newType,
com.squareup.javapoet.TypeName typeVariable)
handleSuperInterface in interface TypeCopyHandlerpublic boolean handleTypeVariable(com.squareup.javapoet.TypeSpec.Builder newType,
com.squareup.javapoet.TypeVariableName typeVariable)
handleTypeVariable in interface TypeCopyHandlerpublic boolean handleModifier(com.squareup.javapoet.TypeSpec.Builder newType,
Modifier modifier)
handleModifier in interface TypeCopyHandlerCopyright © 2018 Mulesoft. All rights reserved.