| Package | Description |
|---|---|
| org.soulwing.prospecto.demo.jaxrs.domain |
| Modifier and Type | Method and Description |
|---|---|
TokenList |
TokenList.clone() |
TokenList |
TokenListAttributeConverter.convertToEntityAttribute(String s) |
static TokenList |
TokenList.empty()
Constructs an instance containing no tokens.
|
TokenList |
Person.getGivenNames() |
TokenList |
Parent.getGivenNames() |
TokenList |
AbstractPerson.getGivenNames() |
TokenList |
UniformInfo.getPreferredNumbers() |
static TokenList |
TokenList.valueOf(String value)
Constructs a new instance from a string.
|
| Modifier and Type | Method and Description |
|---|---|
String |
TokenListAttributeConverter.convertToDatabaseColumn(TokenList tokenlist) |
void |
Person.setGivenNames(TokenList givenNames) |
void |
Parent.setGivenNames(TokenList givenNames) |
void |
AbstractPerson.setGivenNames(TokenList givenNames) |
void |
UniformInfo.setPreferredNumbers(TokenList preferredNumbers) |
Copyright © 2014–2016. All rights reserved.