public class ModelMethodOverrides extends Object
| Constructor and Description |
|---|
ModelMethodOverrides(com.squareup.javapoet.ClassName className,
PoetExtension poetExtensions) |
| Modifier and Type | Method and Description |
|---|---|
com.squareup.javapoet.MethodSpec |
equalsBySdkFieldsMethod(ShapeModel shapeModel) |
com.squareup.javapoet.MethodSpec |
equalsMethod(ShapeModel shapeModel) |
com.squareup.javapoet.MethodSpec |
hashCodeMethod(ShapeModel shapeModel) |
com.squareup.javapoet.CodeBlock |
hashCodeValue(MemberModel member) |
com.squareup.javapoet.MethodSpec |
toStringMethod(ShapeModel shapeModel) |
com.squareup.javapoet.CodeBlock |
toStringValue(MemberModel member) |
public ModelMethodOverrides(com.squareup.javapoet.ClassName className,
PoetExtension poetExtensions)
public com.squareup.javapoet.MethodSpec equalsBySdkFieldsMethod(ShapeModel shapeModel)
public com.squareup.javapoet.MethodSpec equalsMethod(ShapeModel shapeModel)
public com.squareup.javapoet.MethodSpec toStringMethod(ShapeModel shapeModel)
public com.squareup.javapoet.CodeBlock toStringValue(MemberModel member)
public com.squareup.javapoet.MethodSpec hashCodeMethod(ShapeModel shapeModel)
public com.squareup.javapoet.CodeBlock hashCodeValue(MemberModel member)
Copyright © 2023. All rights reserved.