Uses of Class
com.senzing.sdk.core.SzCoreEnvironment.AbstractBuilder
Packages that use SzCoreEnvironment.AbstractBuilder
Package
Description
This package provides the "core" implementation of the Senzing SDK for
Java defined in the
com.senzing.sdk
package.-
Uses of SzCoreEnvironment.AbstractBuilder in com.senzing.sdk.core
Classes in com.senzing.sdk.core with type parameters of type SzCoreEnvironment.AbstractBuilderModifier and TypeClassDescriptionstatic class
SzCoreEnvironment.AbstractBuilder<E extends SzCoreEnvironment,
B extends SzCoreEnvironment.AbstractBuilder<E, B>> Provides a base class for builder implementations ofSzCoreEnvironment
and its derived classes.Subclasses of SzCoreEnvironment.AbstractBuilder in com.senzing.sdk.coreModifier and TypeClassDescriptionstatic class
The builder class for creating an instance ofSzCoreEnvironment
.