public final class ContainerInfo
extends java.lang.Object
implements scala.Product, scala.Serializable
param: name name of the container param: components set of components to be created inside this container
Constructor and Description |
---|
ContainerInfo(java.lang.String name,
scala.collection.immutable.Set<ComponentInfo> components) |
Modifier and Type | Method and Description |
---|---|
abstract static boolean |
canEqual(java.lang.Object that) |
scala.collection.immutable.Set<ComponentInfo> |
components() |
abstract static boolean |
equals(java.lang.Object that) |
static play.api.libs.json.OFormat<ContainerInfo> |
format() |
java.lang.String |
name() |
abstract static int |
productArity() |
abstract static java.lang.Object |
productElement(int n) |
static scala.collection.Iterator<java.lang.Object> |
productIterator() |
static java.lang.String |
productPrefix() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public ContainerInfo(java.lang.String name, scala.collection.immutable.Set<ComponentInfo> components)
public static play.api.libs.json.OFormat<ContainerInfo> format()
public abstract static boolean canEqual(java.lang.Object that)
public abstract static boolean equals(java.lang.Object that)
public abstract static java.lang.Object productElement(int n)
public abstract static int productArity()
public static scala.collection.Iterator<java.lang.Object> productIterator()
public static java.lang.String productPrefix()
public java.lang.String name()
public scala.collection.immutable.Set<ComponentInfo> components()