Uses of Class
org.restlet.client.representation.Variant
-
Packages that use Variant Package Description org.restlet.client.representation Common representation data elements.org.restlet.client.resource Client and server resource classes.org.restlet.client.util Various utility classes.org.restlet.rebind Deferred binding logic for transparent serialization. -
-
Uses of Variant in org.restlet.client.representation
Subclasses of Variant in org.restlet.client.representation Modifier and Type Class Description classCharacterRepresentationRepresentation based on a BIO character stream.classEmptyRepresentationEmpty representation with no content.classInputRepresentationTransient representation based on a BIO input stream.classObjectRepresentation<T>Representation based on a serializable Java object.classRepresentationCurrent or intended state of a resource.classRepresentationInfoInformation about a representation.classStreamRepresentationRepresentation based on a BIO stream.classStringRepresentationRepresents an Unicode string that can be converted to any character set supported by Java.Methods in org.restlet.client.representation with parameters of type Variant Modifier and Type Method Description booleanVariant. includes(Variant other)Indicates if the current variant includes the given variant.booleanVariant. isCompatible(Variant other)Indicates if the current variant is compatible with the given variant.Constructors in org.restlet.client.representation with parameters of type Variant Constructor Description Representation(Variant variant, java.util.Date modificationDate)Constructor from a variant.Representation(Variant variant, java.util.Date modificationDate, Tag tag)Constructor from a variant.Representation(Variant variant, Tag tag)Constructor from a variant.RepresentationInfo(Variant variant, java.util.Date modificationDate)Constructor from a variant.RepresentationInfo(Variant variant, java.util.Date modificationDate, Tag tag)Constructor from a variant.RepresentationInfo(Variant variant, Tag tag)Constructor from a variant. -
Uses of Variant in org.restlet.client.resource
Methods in org.restlet.client.resource with parameters of type Variant Modifier and Type Method Description RepresentationResource. toRepresentation(java.lang.Object source, Variant target)Converts an object into a representation based on client preferences. -
Uses of Variant in org.restlet.client.util
Subclasses of Variant in org.restlet.client.util Modifier and Type Class Description classWrapperRepresentationRepresentation wrapper. -
Uses of Variant in org.restlet.rebind
Methods in org.restlet.rebind that return types with arguments of type Variant Modifier and Type Method Description java.util.List<Variant>AnnotationInfo. getRequestVariants(MetadataService metadataService)Returns a list of request variants based on the annotation value.
-