public class Declarables
extends java.lang.Object
Declarable objects; used to declare multiple objects on the
broker using a single bean declaration for the collection.| Constructor and Description |
|---|
Declarables(java.util.Collection<Declarable> declarables) |
Declarables(Declarable... declarables) |
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<Declarable> |
getDeclarables() |
<T> java.util.List<T> |
getDeclarablesByType(java.lang.Class<T> type)
Return the elements that are instances of the provided class.
|
java.lang.String |
toString() |
public Declarables(Declarable... declarables)
public Declarables(java.util.Collection<Declarable> declarables)
public java.util.Collection<Declarable> getDeclarables()
public <T> java.util.List<T> getDeclarablesByType(java.lang.Class<T> type)
T - The type.type - the type's class.public java.lang.String toString()
toString in class java.lang.Object