Uses of Class
org.restlet.client.representation.CharacterRepresentation
-
Packages that use CharacterRepresentation Package Description org.restlet.client.representation Common representation data elements. -
-
Uses of CharacterRepresentation in org.restlet.client.representation
Subclasses of CharacterRepresentation in org.restlet.client.representation Modifier and Type Class Description class
ObjectRepresentation<T>
Representation based on a serializable Java object.class
StringRepresentation
Represents an Unicode string that can be converted to any character set supported by Java.
-