Class DefaultMessageBodyRedactor<T>
java.lang.Object
com.lucidworks.apollo.rest.providers.DefaultMessageBodyRedactor<T>
- All Implemented Interfaces:
MessageBodyRedactor<T>
- Direct Known Subclasses:
DefaultMessageBodyRedactor.SearchClusterMessageBodyRedactor
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedDefaultMessageBodyRedactor(Class<T> clazz) protectedDefaultMessageBodyRedactor(Class<T> clazz, com.lucidworks.apollo.pipeline.schema.SchemaProcessorFactory schemaProcessorFactory) -
Method Summary
Modifier and TypeMethodDescriptiongetClazz()protected com.lucidworks.apollo.pipeline.schema.SchemaProcessorvoidredactEntity(T entity)
-
Constructor Details
-
DefaultMessageBodyRedactor
-
DefaultMessageBodyRedactor
-
-
Method Details
-
getClazz
-
getRedactingProcessor
protected com.lucidworks.apollo.pipeline.schema.SchemaProcessor getRedactingProcessor() -
redactEntity
- Specified by:
redactEntityin interfaceMessageBodyRedactor<T>
-