Uses of Interface
gov.nist.secauto.oscal.lib.profile.resolver.policy.IReferenceVisitor
Packages that use IReferenceVisitor
- 
Uses of IReferenceVisitor in gov.nist.secauto.oscal.lib.profile.resolver.policy
Classes in gov.nist.secauto.oscal.lib.profile.resolver.policy that implement IReferenceVisitorMethods in gov.nist.secauto.oscal.lib.profile.resolver.policy with parameters of type IReferenceVisitorModifier and TypeMethodDescriptiondefault booleanICustomReferencePolicyHandler.handleIdentifierNonMatch(ICustomReferencePolicy<TYPE> policy, TYPE reference, IReferenceVisitor<?> visitor) A callback used to handle the case where an identifier could not be parsed from the reference text.default booleanICustomReferencePolicyHandler.handleIndexHit(ICustomReferencePolicy<TYPE> policy, TYPE reference, IEntityItem item, IReferenceVisitor<?> visitor) A callback used to handle the case where an identifier could be parsed and the index contains a matching entity.abstract booleanAbstractIndexMissPolicyHandler.handleIndexMiss(ICustomReferencePolicy<TYPE> policy, TYPE type, List<IEntityItem.ItemType> itemTypes, String identifier, IReferenceVisitor<?> visitor) default booleanICustomReferencePolicyHandler.handleIndexMiss(ICustomReferencePolicy<TYPE> policy, TYPE reference, List<IEntityItem.ItemType> itemTypes, String identifier, IReferenceVisitor<?> visitor) A callback used to handle the case where an identifier could be parsed from the reference text, but the index didn't contain a matching entity.