Class ModelMethodOverrides
java.lang.Object
software.amazon.awssdk.codegen.poet.model.ModelMethodOverrides
Creates the method specs for common method overrides for service models.
-
Constructor Summary
ConstructorsConstructorDescriptionModelMethodOverrides
(com.squareup.javapoet.ClassName className, PoetExtension poetExtensions) -
Method Summary
Modifier and TypeMethodDescriptioncom.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)
-
Constructor Details
-
ModelMethodOverrides
public ModelMethodOverrides(com.squareup.javapoet.ClassName className, PoetExtension poetExtensions)
-
-
Method Details
-
equalsBySdkFieldsMethod
-
equalsMethod
-
toStringMethod
-
toStringValue
-
hashCodeMethod
-
hashCodeValue
-