Uses of Interface
com.atlassian.confluence.plugins.opensearch.encoder.Encoder
-
Packages that use Encoder Package Description com.atlassian.confluence.plugins.opensearch com.atlassian.confluence.plugins.opensearch.encoder -
-
Uses of Encoder in com.atlassian.confluence.plugins.opensearch
Constructors in com.atlassian.confluence.plugins.opensearch with parameters of type Encoder Constructor Description OpenSearchSearchResult(org.opensearch.client.opensearch.core.search.Hit<?> hit, Encoder encoder) -
Uses of Encoder in com.atlassian.confluence.plugins.opensearch.encoder
Classes in com.atlassian.confluence.plugins.opensearch.encoder that implement Encoder Modifier and Type Class Description classHtmlEncoderEncoder to encode text for htmlclassNoOpEncoderEncoder that does nothing on input string.
-