Uses of Interface
com.networknt.schema.Collector
-
Packages that use Collector Package Description com.networknt.schema -
-
Uses of Collector in com.networknt.schema
Classes in com.networknt.schema that implement Collector Modifier and Type Class Description classAbstractCollector<E>Base collector.Methods in com.networknt.schema with parameters of type Collector Modifier and Type Method Description <E> voidCollectorContext. add(String name, Collector<E> collector)Adds a collector with give name.
-