Class ComponentId

  • All Implemented Interfaces:
    java.io.Serializable, scala.Equals, scala.Product

    public class ComponentId
    extends java.lang.Object
    implements scala.Product, java.io.Serializable
    Represents a component based on its name and type.

    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      ComponentId​(java.lang.String name, ComponentType componentType)  
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      ComponentType componentType()  
      static play.api.libs.json.Format<ComponentId> format()  
      java.lang.String fullName()
      Represents the name and componentType
      java.lang.String name()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface scala.Equals

        canEqual, equals
      • Methods inherited from interface scala.Product

        productArity, productElement, productElementName, productElementNames, productIterator, productPrefix
    • Constructor Detail

      • ComponentId

        public ComponentId​(java.lang.String name,
                           ComponentType componentType)
    • Method Detail

      • format

        public static play.api.libs.json.Format<ComponentId> format()
      • name

        public java.lang.String name()
      • fullName

        public java.lang.String fullName()
        Represents the name and componentType
        Returns:
        (undocumented)