Uses of Class
oracle.pgx.config.PgNosqlGraphConfig
-
Packages that use PgNosqlGraphConfig Package Description oracle.pgx.config This package contains all configuration-related classes of PGX. -
-
Uses of PgNosqlGraphConfig in oracle.pgx.config
Methods in oracle.pgx.config that return PgNosqlGraphConfig Modifier and Type Method Description PgNosqlGraphConfigPgNosqlGraphConfigFactory. fromProperties(java.util.Properties props)static PgNosqlGraphConfigPgNosqlGraphConfig. parse(java.io.InputStream is, boolean strict, java.lang.String parentPath)Parses an input stream.static PgNosqlGraphConfigPgNosqlGraphConfig. parse(java.util.Map<java.lang.String,java.lang.Object> raw, boolean strict, java.lang.String parentPath)Parses a raw key/value mapping.static PgNosqlGraphConfigPgNosqlGraphConfig. parse(java.util.Properties props, boolean strict)Parses a properties file.Methods in oracle.pgx.config with parameters of type PgNosqlGraphConfig Modifier and Type Method Description PgNosqlGraphConfigBuilderPgNosqlGraphConfigBuilder. copyFrom(PgNosqlGraphConfig graphConfig)
-