|
Spring Hateoas | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.springframework.hateoas.TemplateVariables
public final class TemplateVariables
Wrapper type for a collection of TemplateVariable.
| Field Summary | |
|---|---|
static TemplateVariables |
NONE
|
| Constructor Summary | |
|---|---|
TemplateVariables(List<TemplateVariable> variables)
Creates a new TemplateVariables for the given TemplateVariables. |
|
TemplateVariables(TemplateVariable... variables)
Creates a new TemplateVariables for the given TemplateVariables. |
|
| Method Summary | |
|---|---|
List<TemplateVariable> |
asList()
Returns the contained TemplateVariables as List. |
TemplateVariables |
concat(Collection<TemplateVariable> variables)
Concatenates the given TemplateVariables to the current one. |
TemplateVariables |
concat(TemplateVariable... variables)
Concatenates the given TemplateVariables to the current one. |
TemplateVariables |
concat(TemplateVariables variables)
Concatenates the given TemplateVariables to the current one. |
boolean |
equals(Object obj)
|
int |
hashCode()
|
Iterator<TemplateVariable> |
iterator()
|
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static TemplateVariables NONE
| Constructor Detail |
|---|
public TemplateVariables(TemplateVariable... variables)
TemplateVariables for the given TemplateVariables.
variables - must not be null.public TemplateVariables(List<TemplateVariable> variables)
TemplateVariables for the given TemplateVariables.
variables - must not be null.| Method Detail |
|---|
public TemplateVariables concat(TemplateVariable... variables)
TemplateVariables to the current one.
variables - must not be null.
public TemplateVariables concat(Collection<TemplateVariable> variables)
TemplateVariables to the current one.
variables - must not be null.
public TemplateVariables concat(TemplateVariables variables)
TemplateVariables to the current one.
variables - must not be null.
public List<TemplateVariable> asList()
TemplateVariables as List.
public Iterator<TemplateVariable> iterator()
iterator in interface Iterable<TemplateVariable>public String toString()
toString in class Objectpublic boolean equals(Object obj)
equals in class Objectpublic int hashCode()
hashCode in class Object
|
Spring Hateoas | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||