Class UUIDProvider

  • All Implemented Interfaces:
    Provider<java.lang.String>

    public class UUIDProvider
    extends AbstractProvider<java.lang.String>
    Provider, which creates UUIDs.

    Version:
    1.0.0
    Author:
    Erhan Bagdemir
    • Constructor Summary

      Constructors 
      Constructor Description
      UUIDProvider()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String name()  
      java.lang.String take()
      Instance to be fed into injection point.
      • Methods inherited from class java.lang.Object

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

      • UUIDProvider

        public UUIDProvider()
    • Method Detail

      • take

        public java.lang.String take()
        Description copied from interface: Provider
        Instance to be fed into injection point.

        Returns:
        Instance to be injected.
      • name

        public java.lang.String name()
        Specified by:
        name in interface Provider<java.lang.String>
        Specified by:
        name in class AbstractProvider<java.lang.String>