public interface ContextProvider
JsonFieldsFilterProvider.| Modifier and Type | Method and Description |
|---|---|
void |
clear()
Clear the context.
|
List<String> |
getContext()
Return the current list of fields.
|
void |
popContext()
Remove the last element from the field context.
|
void |
pushContext(String context)
Add the supplied field name to the end of the context.
|
@Nonnull List<String> getContext()
void pushContext(@Nonnull String context)
void popContext()
void clear()
Copyright © 2015. All rights reserved.