Uses of Interface
com.aoapps.encoding.LdJson
-
Uses of LdJson in com.aoapps.encoding
Classes in com.aoapps.encoding that implement LdJsonModifier and TypeClassDescriptionclassStreaming versions of media encoders.classStreaming versions of media encoders.final classStreaming versions of media encoders.final classStreaming versions of media encoders.final classStreaming versions of media encoders.Methods in com.aoapps.encoding that return LdJsonModifier and TypeMethodDescriptiondefault LdJsonDeprecated.Encoding of arbitrary content types is not expected since all supported types have per-type methods.default LdJsonDeprecated.Encoding of arbitrary content types is not expected since all supported types have per-type methods.default LdJsonDeprecated.Encoding of arbitrary content types is not expected since all supported types have per-type methods.LdJson.encode(MediaType contentType, MediaWritable<Ex> content) Deprecated.Encoding of arbitrary content types is not expected since all supported types have per-type methods.LdJson.encode(MediaType contentType, IOSupplierE<?, Ex> content) Deprecated.Encoding of arbitrary content types is not expected since all supported types have per-type methods.LdJson.encode(MediaType contentType, CharSequence csq) Deprecated.Encoding of arbitrary content types is not expected since all supported types have per-type methods.LdJson.encode(MediaType contentType, CharSequence csq, int start, int end) Deprecated.Encoding of arbitrary content types is not expected since all supported types have per-type methods.Deprecated.Encoding of arbitrary content types is not expected since all supported types have per-type methods.default LdJsonLdJson.ldJson(char ch) Writes the given JSON linked data with proper encoding.default LdJsonLdJson.ldJson(char[] cbuf) Writes the given JSON linked data with proper encoding.default LdJsonLdJson.ldJson(char[] cbuf, int offset, int len) Writes the given JSON linked data with proper encoding.LdJson.ldJson(LdJsonWritable<Ex> ldJson) Writes the given JSON linked data with proper encoding.LdJson.ldJson(IOSupplierE<?, Ex> ldJson) Writes the given JSON linked data with proper encoding.default LdJsonLdJson.ldJson(CharSequence csq) Writes the given JSON linked data with proper encoding.default LdJsonLdJson.ldJson(CharSequence csq, int start, int end) Writes the given JSON linked data with proper encoding.default LdJsonWrites the given JSON linked data with proper encoding.
