Package-level declarations
Types
Link copied to clipboard
abstract class AbstractDataMaskerRegistry<MASKER : AggregateDynamicDocumentMasker> : DataMaskerRegistry<MASKER>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
interface DataMasker
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
class DefaultAggregateDataMasker<MASKER : DynamicDocumentMasker>(val maskers: List<MASKER>) : AggregateDataMasker<MASKER>
Link copied to clipboard
interface DynamicDocumentMasker
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Functions
Link copied to clipboard
fun <MASKER : DynamicDocumentMasker> AggregateDataMasker<MASKER>.mask(pagedList: PagedList<DynamicDocument>): PagedList<DynamicDocument>