T
- the type of elements held in this object. It should be the
extension of XmlFieldInstance class.public class SkippedEntitySelector<T extends XmlFieldInstance> extends Object implements Serializable
Constructor and Description |
---|
SkippedEntitySelector() |
SkippedEntitySelector(SkippedEntryChecker skippedEntryChecker) |
Modifier and Type | Method and Description |
---|---|
boolean |
isCollectionSkippable(List<String> skippableIds,
JsonBranch collection,
int i,
PathCache cache,
Object jsonFragment) |
void |
setSkippedEntryChecker(SkippedEntryChecker skippedEntryChecker) |
public SkippedEntitySelector()
public SkippedEntitySelector(SkippedEntryChecker skippedEntryChecker)
public boolean isCollectionSkippable(List<String> skippableIds, JsonBranch collection, int i, PathCache cache, Object jsonFragment)
public void setSkippedEntryChecker(SkippedEntryChecker skippedEntryChecker)
Copyright © 2020. All rights reserved.