Class HttpApiKeyAuthTrait.Provider

    • Constructor Summary

      Constructors 
      Constructor Description
      Provider()  
    • Method Summary

      Modifier and Type Method Description
      Trait createTrait​(ShapeId target, Node value)
      Creates the trait from a node value.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Provider

        public Provider()
    • Method Detail

      • createTrait

        public Trait createTrait​(ShapeId target,
                                 Node value)
        Description copied from interface: TraitService
        Creates 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.