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 class
AbstractCollector<E>
Base collector.Methods in com.networknt.schema with parameters of type Collector Modifier and Type Method Description <E> void
CollectorContext. add(java.lang.String name, Collector<E> collector)
Adds a collector with give name.
-