| Package | Description |
|---|---|
| org.jasig.portlet.survey.service.dto | |
| org.jasig.portlet.survey.service.jpa |
| Modifier and Type | Method and Description |
|---|---|
ResponseAnswerDTO |
ResponseAnswerDtoDeserializer.deserialize(com.fasterxml.jackson.core.JsonParser parser,
com.fasterxml.jackson.databind.DeserializationContext context) |
| Modifier and Type | Method and Description |
|---|---|
Set<ResponseAnswerDTO> |
ResponseDTO.getAnswers() |
| Modifier and Type | Method and Description |
|---|---|
void |
ResponseDTO.addAnswer(ResponseAnswerDTO answer) |
void |
ResponseAnswerDtoSerializer.serialize(ResponseAnswerDTO value,
com.fasterxml.jackson.core.JsonGenerator generator,
com.fasterxml.jackson.databind.SerializerProvider provider) |
| Modifier and Type | Method and Description |
|---|---|
void |
ResponseDTO.setAnswers(Set<ResponseAnswerDTO> answers) |
| Modifier and Type | Method and Description |
|---|---|
ResponseAnswerDTO |
ISurveyMapper.toResponseAnswer(JpaResponseAnswer answer) |
| Modifier and Type | Method and Description |
|---|---|
JpaResponseAnswer |
ISurveyMapper.toJpaResponseAnswer(ResponseAnswerDTO answer) |
Copyright © 2016 Jasig. All rights reserved.