Class JacksonRepresentationImpl<T>
java.lang.Object
org.restlet.representation.Variant
org.restlet.representation.RepresentationInfo
org.restlet.representation.Representation
org.restlet.representation.StreamRepresentation
org.restlet.representation.OutputRepresentation
org.restlet.ext.jackson.JacksonRepresentation<T>
net.ontopia.topicmaps.rest.converters.jackson.JacksonRepresentationImpl<T>
public class JacksonRepresentationImpl<T>
extends org.restlet.ext.jackson.JacksonRepresentation<T>
-
Field Summary
FieldsFields inherited from class org.restlet.ext.jackson.JacksonRepresentation
XML_EXPANDING_ENTITY_REFS, XML_VALIDATING_DTDFields inherited from class org.restlet.representation.Representation
UNKNOWN_SIZE -
Constructor Summary
ConstructorsConstructorDescriptionJacksonRepresentationImpl(org.restlet.data.MediaType mediaType, T object) JacksonRepresentationImpl(org.restlet.representation.Representation representation, Class<T> objectClass) JacksonRepresentationImpl(T object) -
Method Summary
Modifier and TypeMethodDescriptionprotected com.fasterxml.jackson.databind.ObjectMapperprotected com.fasterxml.jackson.databind.ObjectWriterMethods inherited from class org.restlet.ext.jackson.JacksonRepresentation
createCsvSchema, createObjectReader, getCsvSchema, getObject, getObjectClass, getObjectMapper, getObjectReader, getObjectWriter, isExpandingEntityRefs, isValidatingDtd, setCsvSchema, setExpandingEntityRefs, setObject, setObjectClass, setObjectMapper, setObjectReader, setObjectWriter, setValidatingDtd, writeMethods inherited from class org.restlet.representation.OutputRepresentation
getChannel, getStreamMethods inherited from class org.restlet.representation.StreamRepresentation
getReader, write, writeMethods inherited from class org.restlet.representation.Representation
append, exhaust, getAvailableSize, getDigest, getDisposition, getExpirationDate, getRange, getRegistration, getSize, getText, hasKnownSize, isAvailable, isEmpty, isSelectable, isTransient, release, setAvailable, setDigest, setDisposition, setExpirationDate, setListener, setRange, setSize, setTransientMethods inherited from class org.restlet.representation.RepresentationInfo
getModificationDate, getTag, setModificationDate, setTagMethods inherited from class org.restlet.representation.Variant
createClientInfo, equals, getCharacterSet, getEncodings, getLanguages, getLocationRef, getMediaType, hashCode, includes, isCompatible, setCharacterSet, setEncodings, setLanguages, setLocationRef, setLocationRef, setMediaType, toString
-
Field Details
-
ADDITIONAL_MIXINS_ATTRIBUTE
-
-
Constructor Details
-
JacksonRepresentationImpl
-
JacksonRepresentationImpl
-
JacksonRepresentationImpl
-
-
Method Details
-
createObjectMapper
protected com.fasterxml.jackson.databind.ObjectMapper createObjectMapper()- Overrides:
createObjectMapperin classorg.restlet.ext.jackson.JacksonRepresentation<T>
-
createObjectWriter
protected com.fasterxml.jackson.databind.ObjectWriter createObjectWriter()- Overrides:
createObjectWriterin classorg.restlet.ext.jackson.JacksonRepresentation<T>
-