Class TraitValidatorsTrait.Provider
- java.lang.Object
-
- software.amazon.smithy.model.traits.TraitValidatorsTrait.Provider
-
- All Implemented Interfaces:
TraitService
- Enclosing class:
- TraitValidatorsTrait
public static final class TraitValidatorsTrait.Provider extends java.lang.Object implements TraitService
-
-
Constructor Summary
Constructors Constructor Description Provider()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TraitValidatorsTrait
createTrait(ShapeId target, Node value)
Creates the trait from a node value.ShapeId
getShapeId()
-
-
-
Method Detail
-
getShapeId
public ShapeId getShapeId()
- Specified by:
getShapeId
in interfaceTraitService
- Returns:
- Gets the shape ID of the trait that this provider created.
-
createTrait
public TraitValidatorsTrait createTrait(ShapeId target, Node value)
Description copied from interface:TraitService
Creates the trait from a node value.- Specified by:
createTrait
in interfaceTraitService
- Parameters:
target
- The shape targeted by the trait.value
- The value of the trait.- Returns:
- Returns the created trait.
-
-