|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.springframework.binding.mapping.results.AbstractMappingResult
public abstract class AbstractMappingResult
Convenient base class for MappingResult
implementations.
Constructor Summary | |
---|---|
AbstractMappingResult(Mapping mapping)
Creates a new mapping result. |
Method Summary | |
---|---|
abstract String |
getCode()
The mapping result code; for example, "success" , "typeMismatch", "propertyNotFound", or "evaluationException". |
abstract Throwable |
getErrorCause()
Get the cause of the error result |
abstract Object |
getMappedValue()
The actual value that was mapped to the target object. |
Mapping |
getMapping()
The mapping that executed for which this result pertains to. |
abstract Object |
getOriginalValue()
The original value of the source object that was to be mapped. |
abstract boolean |
isError()
Indicates if this result is an error result. |
String |
toString()
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public AbstractMappingResult(Mapping mapping)
mapping
- the mapping this result is for.Method Detail |
---|
public Mapping getMapping()
MappingResult
getMapping
in interface MappingResult
public abstract String getCode()
MappingResult
getCode
in interface MappingResult
public abstract boolean isError()
MappingResult
isError
in interface MappingResult
public abstract Throwable getErrorCause()
MappingResult
getErrorCause
in interface MappingResult
public abstract Object getOriginalValue()
MappingResult
getOriginalValue
in interface MappingResult
public abstract Object getMappedValue()
MappingResult
getMappedValue
in interface MappingResult
public String toString()
toString
in class Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |