public class JsonProcessingUnsupportedTypeException extends JsonProcessingException
Type was
detected.| Constructor and Description |
|---|
JsonProcessingUnsupportedTypeException(Type unsupportedType)
Creates a new instance of this exception with the detected unsupported
type.
|
| Modifier and Type | Method and Description |
|---|---|
Type |
getUnsupportedType()
Gets the detected unsupported type.
|
public JsonProcessingUnsupportedTypeException(Type unsupportedType)
unsupportedType - The detected unsupported type.public Type getUnsupportedType()
Copyright © 2007-2020 Whitestein Technologies. All Rights Reserved.