Package oracle.pgx.config
Class AbstractPgGraphConfigFactory<T extends AbstractPgGraphConfig>
- java.lang.Object
-
- oracle.pgx.config.AbstractConfigFactory<T>
-
- oracle.pgx.config.AbstractGraphConfigFactory<T>
-
- oracle.pgx.config.AbstractPgGraphConfigFactory<T>
-
- Type Parameters:
T
- what type of Property Graph (PG) graph configuration object this factory creates
- Direct Known Subclasses:
PgHbaseGraphConfigFactory
,PgNosqlGraphConfigFactory
,PgRdbmsGraphConfigFactory
public abstract class AbstractPgGraphConfigFactory<T extends AbstractPgGraphConfig> extends AbstractGraphConfigFactory<T>
Base factory class for creating Property Graph (PG) graph configuration objects.
-
-
Constructor Summary
Constructors Constructor Description AbstractPgGraphConfigFactory()
-
Method Summary
-
Methods inherited from class oracle.pgx.config.AbstractConfigFactory
fromFile, fromFilePath, fromInputStream, fromInputStream, fromJson, fromJson, fromPath, fromProperties, fromProperties
-
-