JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
software.amazon.smithy.model.node
Interface ToNode
All Known Subinterfaces:
Trait
All Known Implementing Classes:
AbstractTrait
,
AnnotationTrait
,
ArrayNode
,
AuthDefinitionTrait
,
AuthTrait
,
BooleanNode
,
BoxTrait
,
CorsTrait
,
DeprecatedTrait
,
DocumentationTrait
,
DynamicTrait
,
EndpointTrait
,
EnumDefinition
,
EnumTrait
,
ErrorTrait
,
EventHeaderTrait
,
EventPayloadTrait
,
ExamplesTrait
,
ExamplesTrait.ErrorExample
,
ExamplesTrait.Example
,
ExternalDocumentationTrait
,
HostLabelTrait
,
HttpApiKeyAuthTrait
,
HttpBasicAuthTrait
,
HttpBearerAuthTrait
,
HttpChecksumProperty
,
HttpChecksumProperty.Location
,
HttpChecksumRequiredTrait
,
HttpChecksumTrait
,
HttpDigestAuthTrait
,
HttpErrorTrait
,
HttpHeaderTrait
,
HttpLabelTrait
,
HttpPayloadTrait
,
HttpPrefixHeadersTrait
,
HttpQueryParamsTrait
,
HttpQueryTrait
,
HttpResponseCodeTrait
,
HttpTrait
,
IdempotencyTokenTrait
,
IdempotentTrait
,
IdRefTrait
,
InternalTrait
,
JsonNameTrait
,
LengthTrait
,
MediaTypeTrait
,
Node
,
NoReplaceTrait
,
NullNode
,
NumberNode
,
ObjectNode
,
OptionalAuthTrait
,
PaginatedTrait
,
PatternTrait
,
PrivateTrait
,
ProtocolDefinitionTrait
,
RangeTrait
,
ReadonlyTrait
,
RecommendedTrait
,
ReferencesTrait
,
ReferencesTrait.Reference
,
RequiredTrait
,
RequiresLengthTrait
,
ResourceIdentifierTrait
,
RetryableTrait
,
SensitiveTrait
,
SinceTrait
,
SparseTrait
,
StreamingTrait
,
StringListTrait
,
StringNode
,
StringTrait
,
SuppressTrait
,
TagsTrait
,
TimestampFormatTrait
,
TitleTrait
,
TraitDefinition
,
UniqueItemsTrait
,
UnstableTrait
,
ValidationEvent
,
XmlAttributeTrait
,
XmlFlattenedTrait
,
XmlNamespaceTrait
,
XmlNameTrait
public interface
ToNode
A value that can be converted to a
Node
.
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method and Description
Node
toNode
()
Converts a value to a
Node
.
Method Detail
toNode
Node
toNode()
Converts a value to a
Node
.
Returns:
Returns the creates Node.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method