Class XmlFlattenedInterceptor

java.lang.Object
software.amazon.smithy.docgen.interceptors.XmlFlattenedInterceptor
All Implemented Interfaces:
CodeInterceptor<ProtocolSection,DocWriter>

public class XmlFlattenedInterceptor extends Object implements CodeInterceptor<ProtocolSection,DocWriter>
Adds information to the protocol section for members indicating whether they target a flat list/map or wrapped list/map depending on whether they have the xmlFlattened trait.