Home
last modified time | relevance | path

Searched refs:isMapKeyWithEnumShape (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/aws-sdk-java-v2/codegen/src/main/java/software/amazon/awssdk/codegen/internal/
H A DUtils.java95 …return member.isMap() && (isMapKeyWithEnumShape(member.getMapModel()) || isMapValueWithEnumShape(m… in isMapWithEnumShape()
98 public static boolean isMapKeyWithEnumShape(MapModel mapModel) { in isMapKeyWithEnumShape() method in Utils