Class XmlObject
java.lang.Object
software.amazon.smithy.openapi.model.Component
software.amazon.smithy.openapi.model.XmlObject
- All Implemented Interfaces:
software.amazon.smithy.model.node.ToNode,software.amazon.smithy.utils.ToSmithyBuilder<XmlObject>
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionstatic XmlObject.Builderbuilder()protected software.amazon.smithy.model.node.ObjectNode.BuildergetName()booleanbooleanMethods inherited from class software.amazon.smithy.openapi.model.Component
equals, getExtension, getExtensions, hashCode, toNode
-
Method Details
-
builder
-
getName
-
getNamespace
-
getPrefix
-
isAttribute
public boolean isAttribute() -
isWrapped
public boolean isWrapped() -
createNodeBuilder
protected software.amazon.smithy.model.node.ObjectNode.Builder createNodeBuilder()- Specified by:
createNodeBuilderin classComponent
-
toBuilder
- Specified by:
toBuilderin interfacesoftware.amazon.smithy.utils.ToSmithyBuilder<XmlObject>
-