Package software.amazon.awssdk.codegen.poet.rules.bdd
package software.amazon.awssdk.codegen.poet.rules.bdd
-
ClassesClassDescriptionGenerates the BDD (binary decision diagram) based endpoint provider using a smithy-java-inspired approach: each BDD node is emitted as a
nodeP<i>method that returnsEndpointdirectly (null for no-match).BDD-only peephole optimization pass.Code generator visitor for BDD result methods that returnsEndpointdirectly and throwsSdkClientExceptionfor error results.