Class DeprecatedTrait.Provider
java.lang.Object
software.amazon.smithy.model.traits.AbstractTrait.Provider
software.amazon.smithy.model.traits.DeprecatedTrait.Provider
- All Implemented Interfaces:
- TraitService
- Enclosing class:
- DeprecatedTrait
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptioncreateTrait(ShapeId target, Node value) Creates the trait from a node value.Methods inherited from class software.amazon.smithy.model.traits.AbstractTrait.ProvidergetShapeId
- 
Constructor Details- 
Providerpublic Provider()
 
- 
- 
Method Details- 
createTraitDescription copied from interface:TraitServiceCreates the trait from a node value.- Parameters:
- target- The shape targeted by the trait.
- value- The value of the trait.
- Returns:
- Returns the created trait.
 
 
-