Uses of Class
oracle.pgx.config.RealmConfigBuilder
-
Packages that use RealmConfigBuilder Package Description oracle.pgx.config This package contains all configuration-related classes of PGX. -
-
Uses of RealmConfigBuilder in oracle.pgx.config
Methods in oracle.pgx.config that return RealmConfigBuilder Modifier and Type Method Description RealmConfigBuilder
RealmConfigBuilder. clear()
Clears all values from the builderRealmConfigBuilder
RealmConfigBuilder. putAll(java.util.Map<RealmConfig.Field,java.lang.Object> values)
Puts all values from the given map into this builder.RealmConfigBuilder
RealmConfigBuilder. putAll(RealmConfig config)
Puts all values from the given config into this builderRealmConfigBuilder
RealmConfigBuilder. setImplementation(java.lang.String implementation)
class name of the realm implementation to loadRealmConfigBuilder
RealmConfigBuilder. setOptions(java.lang.Object options)
implementation dependent configuration options for the realmMethod parameters in oracle.pgx.config with type arguments of type RealmConfigBuilder Modifier and Type Method Description static RealmConfig
RealmConfigBuilder. buildRealmConfig(java.util.function.Consumer<RealmConfigBuilder> builderSetup)
Builds aRealmConfig
in-placePgxConfigBuilder
PgxConfigBuilder. setPgxRealm(java.util.function.Consumer<RealmConfigBuilder> pgxRealmBuilderSetup)
Builds a RealmConfig in-place.Constructors in oracle.pgx.config with parameters of type RealmConfigBuilder Constructor Description RealmConfigBuilder(RealmConfigBuilder builder)
Constructs a RealmConfigBuilder initialized with the values from the given builder
-