Package | Description |
---|---|
edu.uoc.myst.configuration.xml |
Modifier and Type | Method and Description |
---|---|
ErrorData |
ObjectFactory.createErrorData()
Create an instance of
ErrorData |
Modifier and Type | Method and Description |
---|---|
java.util.List<ErrorData> |
ErrorMapper.getErrors()
Gets the value of the error property.
|
java.util.Map<java.lang.String,ErrorData> |
CommandData.getErrors()
Gets the value of the errors property.
|
java.util.Map<java.lang.String,ErrorData> |
MystConfiguration.getGlobalErrors()
Gets the value of the globalErrors property.
|
java.util.Map<java.lang.String,ErrorData> |
ErrorMapperAdapter.unmarshal(ErrorMapper errorMapper) |
Modifier and Type | Method and Description |
---|---|
ErrorMapper |
ErrorMapperAdapter.marshal(java.util.Map<java.lang.String,ErrorData> errors)
The Constant LOG.
|
void |
CommandData.setErrors(java.util.Map<java.lang.String,ErrorData> value)
Sets the value of the errors property.
|
void |
MystConfiguration.setGlobalErrors(java.util.Map<java.lang.String,ErrorData> value)
Sets the value of the globalErrors property.
|