public class ComponentPresentationDeserializer extends com.fasterxml.jackson.databind.deser.std.StdDeserializer<ComponentPresentation>
| Constructor and Description |
|---|
ComponentPresentationDeserializer(Class<? extends ComponentPresentation> componentPresentation,
Class<? extends ComponentTemplate> componentTemplateClass,
Class<? extends Component> concreteComponentClass) |
| Modifier and Type | Method and Description |
|---|---|
ComponentPresentation |
deserialize(com.fasterxml.jackson.core.JsonParser jsonParser,
com.fasterxml.jackson.databind.DeserializationContext deserializationContext) |
_coerceIntegral, _deserializeFromEmpty, _failDoubleToIntCoercion, _hasTextualNull, _isIntNumber, _isNaN, _isNegInf, _isPosInf, _parseBoolean, _parseBooleanFromNumber, _parseBooleanPrimitive, _parseByte, _parseDate, _parseDouble, _parseDoublePrimitive, _parseFloat, _parseFloatPrimitive, _parseInteger, _parseIntPrimitive, _parseLong, _parseLongPrimitive, _parseShort, _parseShortPrimitive, _parseString, deserializeWithType, findConvertingContentDeserializer, findDeserializer, getValueClass, getValueType, handledType, handleUnknownProperty, isDefaultDeserializer, isDefaultKeyDeserializer, parseDoublepublic ComponentPresentationDeserializer(Class<? extends ComponentPresentation> componentPresentation, Class<? extends ComponentTemplate> componentTemplateClass, Class<? extends Component> concreteComponentClass)
public ComponentPresentation deserialize(com.fasterxml.jackson.core.JsonParser jsonParser, com.fasterxml.jackson.databind.DeserializationContext deserializationContext) throws IOException
deserialize in class com.fasterxml.jackson.databind.JsonDeserializer<ComponentPresentation>IOExceptionCopyright © 2017. All rights reserved.