Uses of Class
software.amazon.awssdk.codegen.model.intermediate.MapModel
-
Packages that use MapModel Package Description software.amazon.awssdk.codegen.internal software.amazon.awssdk.codegen.model.intermediate software.amazon.awssdk.codegen.poet.model -
-
Uses of MapModel in software.amazon.awssdk.codegen.internal
Methods in software.amazon.awssdk.codegen.internal with parameters of type MapModel Modifier and Type Method Description static booleanUtils. isMapKeyWithEnumShape(MapModel mapModel)static booleanUtils. isMapValueWithEnumShape(MapModel mapModel) -
Uses of MapModel in software.amazon.awssdk.codegen.model.intermediate
Methods in software.amazon.awssdk.codegen.model.intermediate that return MapModel Modifier and Type Method Description MapModelMemberModel. getMapModel()Methods in software.amazon.awssdk.codegen.model.intermediate with parameters of type MapModel Modifier and Type Method Description voidMemberModel. setMapModel(MapModel map)MemberModelMemberModel. withMapModel(MapModel map) -
Uses of MapModel in software.amazon.awssdk.codegen.poet.model
Methods in software.amazon.awssdk.codegen.poet.model with parameters of type MapModel Modifier and Type Method Description com.squareup.javapoet.TypeNameTypeProvider. mapEntryWithConcreteTypes(MapModel mapModel)
-