- 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 will expand 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.