Class RedactingSearchClusterMessageBodyWriter
java.lang.Object
com.lucidworks.apollo.rest.providers.RedactingMessageBodyWriter<com.lucidworks.apollo.common.models.SearchCluster>
com.lucidworks.apollo.rest.providers.RedactingSearchClusterMessageBodyWriter
- All Implemented Interfaces:
javax.ws.rs.ext.MessageBodyWriter<com.lucidworks.apollo.common.models.SearchCluster>
@Provider
@Produces("application/json")
public class RedactingSearchClusterMessageBodyWriter
extends RedactingMessageBodyWriter<com.lucidworks.apollo.common.models.SearchCluster>
-
Constructor Summary
ConstructorsConstructorDescriptionRedactingSearchClusterMessageBodyWriter(DefaultMessageBodyRedactor.SearchClusterMessageBodyRedactor redactor, com.fasterxml.jackson.databind.ObjectMapper mapper) -
Method Summary
Methods inherited from class com.lucidworks.apollo.rest.providers.RedactingMessageBodyWriter
getSize, isWriteable, writeTo
-
Constructor Details
-
RedactingSearchClusterMessageBodyWriter
@Inject public RedactingSearchClusterMessageBodyWriter(DefaultMessageBodyRedactor.SearchClusterMessageBodyRedactor redactor, com.fasterxml.jackson.databind.ObjectMapper mapper)
-