TextHttpMessageConverter<T> class
- Inheritance
- Object
- HttpMessageConverter<
T> - TextHttpMessageConverter
Constructors
Properties
- hashCode → int
-
The hash code for this object. [...]
read-only, inherited
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
Methods
-
canRead(
MediaType mediaType) → bool -
override
-
canWrite(
MediaType mediaType) → bool -
override
-
getSupportedMediaTypes(
) → List< MediaType> -
override
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed. [...]
inherited
-
read(
HttpInputMessage inputMessage) → T -
override
-
toString(
) → String -
A string representation of this object. [...]
inherited
-
write(
T t, MediaType contentType, HttpOutputMessage outputMessage) → void -
override
Operators
-
operator ==(
Object other) → bool -
The equality operator. [...]
inherited