JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes
C
G
I
J
N
O
S
T
U
W
X
C
create(MediaType, T)
- Method in class org.restlet.ext.jackson.
JacksonConverter
Creates the marshaling
JacksonRepresentation
.
create(Representation, Class<T>)
- Method in class org.restlet.ext.jackson.
JacksonConverter
Creates the unmarshaling
JacksonRepresentation
.
createCsvSchema(CsvMapper)
- Method in class org.restlet.ext.jackson.
JacksonRepresentation
Creates a Jackson CSV schema based on a mapper and the current object class.
createObjectMapper()
- Method in class org.restlet.ext.jackson.
JacksonRepresentation
Creates a Jackson object mapper based on a media type.
createObjectReader()
- Method in class org.restlet.ext.jackson.
JacksonRepresentation
Creates a Jackson object reader based on a mapper.
createObjectWriter()
- Method in class org.restlet.ext.jackson.
JacksonRepresentation
Creates a Jackson object writer based on a mapper.
G
getCsvSchema()
- Method in class org.restlet.ext.jackson.
JacksonRepresentation
Returns the modifiable Jackson CSV schema.
getObject()
- Method in class org.restlet.ext.jackson.
JacksonRepresentation
Returns the wrapped object, deserializing the representation with Jackson if necessary.
getObjectClass()
- Method in class org.restlet.ext.jackson.
JacksonRepresentation
Returns the object class to instantiate.
getObjectClasses(Variant)
- Method in class org.restlet.ext.jackson.
JacksonConverter
getObjectMapper()
- Method in class org.restlet.ext.jackson.
JacksonRepresentation
Returns the modifiable Jackson object mapper.
getObjectReader()
- Method in class org.restlet.ext.jackson.
JacksonRepresentation
Returns the modifiable Jackson object reader.
getObjectWriter()
- Method in class org.restlet.ext.jackson.
JacksonRepresentation
Returns the modifiable Jackson object writer.
getVariants(Class<?>)
- Method in class org.restlet.ext.jackson.
JacksonConverter
I
inputFactoryProvider
- Static variable in class org.restlet.ext.jackson.internal.
XmlFactoryProvider
Allow to explicitly set the Stax2InputFactory instance in OSGI context.
isCompatible(Variant)
- Method in class org.restlet.ext.jackson.
JacksonConverter
Indicates if the given variant is compatible with the media types supported by this converter.
isExpandingEntityRefs()
- Method in class org.restlet.ext.jackson.
JacksonRepresentation
Indicates if the parser expands entity reference nodes.
isValidatingDtd()
- Method in class org.restlet.ext.jackson.
JacksonRepresentation
Indicates the desire for validating this type of XML representations against an XML schema if one is referenced within the contents.
J
JacksonConverter
- Class in
org.restlet.ext.jackson
Converter between the JSON, JSON Smile, CSV, XML, YAML and Representation classes based on Jackson.
JacksonConverter()
- Constructor for class org.restlet.ext.jackson.
JacksonConverter
JacksonRepresentation
<
T
> - Class in
org.restlet.ext.jackson
Representation based on the Jackson library.
JacksonRepresentation(MediaType, T)
- Constructor for class org.restlet.ext.jackson.
JacksonRepresentation
Constructor.
JacksonRepresentation(Representation, Class<T>)
- Constructor for class org.restlet.ext.jackson.
JacksonRepresentation
Constructor.
JacksonRepresentation(T)
- Constructor for class org.restlet.ext.jackson.
JacksonRepresentation
Constructor for the JSON media type.
N
newInputFactory()
- Static method in class org.restlet.ext.jackson.internal.
XmlFactoryProvider
Returns an instance of
XMLInputFactory
according to the classpath.
newOutputFactory()
- Static method in class org.restlet.ext.jackson.internal.
XmlFactoryProvider
Returns an instance of
XMLInputFactory
according to the classpath.
O
org.restlet.ext.jackson
- package org.restlet.ext.jackson
Integration with Jackson 2.10.
org.restlet.ext.jackson.internal
- package org.restlet.ext.jackson.internal
outputFactoryProvider
- Static variable in class org.restlet.ext.jackson.internal.
XmlFactoryProvider
Allow to explicitly set the Stax2OutputFactoryProvider instance in OSGI context.
S
score(Object, Variant, Resource)
- Method in class org.restlet.ext.jackson.
JacksonConverter
score(Representation, Class<T>, Resource)
- Method in class org.restlet.ext.jackson.
JacksonConverter
setCsvSchema(CsvSchema)
- Method in class org.restlet.ext.jackson.
JacksonRepresentation
Sets the Jackson CSV schema.
setExpandingEntityRefs(boolean)
- Method in class org.restlet.ext.jackson.
JacksonRepresentation
Indicates if the parser expands entity reference nodes.
setObject(T)
- Method in class org.restlet.ext.jackson.
JacksonRepresentation
Sets the object to format.
setObjectClass(Class<T>)
- Method in class org.restlet.ext.jackson.
JacksonRepresentation
Sets the object class to instantiate.
setObjectMapper(ObjectMapper)
- Method in class org.restlet.ext.jackson.
JacksonRepresentation
Sets the Jackson object mapper.
setObjectReader(ObjectReader)
- Method in class org.restlet.ext.jackson.
JacksonRepresentation
Sets the Jackson object reader.
setObjectWriter(ObjectWriter)
- Method in class org.restlet.ext.jackson.
JacksonRepresentation
Sets the Jackson object writer.
setValidatingDtd(boolean)
- Method in class org.restlet.ext.jackson.
JacksonRepresentation
Indicates the desire for validating this type of XML representations against an XML schema if one is referenced within the contents.
T
toObject(Representation, Class<T>, Resource)
- Method in class org.restlet.ext.jackson.
JacksonConverter
toRepresentation(Object, Variant, Resource)
- Method in class org.restlet.ext.jackson.
JacksonConverter
U
updatePreferences(List<Preference<MediaType>>, Class<T>)
- Method in class org.restlet.ext.jackson.
JacksonConverter
W
write(OutputStream)
- Method in class org.restlet.ext.jackson.
JacksonRepresentation
X
XML_EXPANDING_ENTITY_REFS
- Static variable in class org.restlet.ext.jackson.
JacksonRepresentation
True for expanding entity references when parsing XML representations.
XML_VALIDATING_DTD
- Static variable in class org.restlet.ext.jackson.
JacksonRepresentation
True for validating DTD documents when parsing XML representations.
XmlFactoryProvider
- Class in
org.restlet.ext.jackson.internal
Provides
XMLInputFactory
and
XMLOutputFactory
in an OSGI context.
XmlFactoryProvider()
- Constructor for class org.restlet.ext.jackson.internal.
XmlFactoryProvider
C
G
I
J
N
O
S
T
U
W
X
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes
Copyright © 2005–2024. All rights reserved.