Uses of Class
com.networknt.schema.CollectorContext.Scope
-
Packages that use CollectorContext.Scope Package Description com.networknt.schema -
-
Uses of CollectorContext.Scope in com.networknt.schema
Methods in com.networknt.schema that return CollectorContext.Scope Modifier and Type Method Description CollectorContext.ScopeCollectorContext. enterDynamicScope()Creates a new scopeCollectorContext.ScopeCollectorContext. enterDynamicScope(JsonSchema containingSchema)Creates a new scopeCollectorContext.ScopeCollectorContext. exitDynamicScope()Restores the previous, parent scopeCollectorContext.ScopeCollectorContext. getDynamicScope()Provides the currently active scopeCollectorContext.ScopeCollectorContext.Scope. mergeWith(CollectorContext.Scope scope)Merges the provided scope into this scope.Methods in com.networknt.schema with parameters of type CollectorContext.Scope Modifier and Type Method Description CollectorContext.ScopeCollectorContext.Scope. mergeWith(CollectorContext.Scope scope)Merges the provided scope into this scope.
-