Uses of Class
oracle.pgx.config.RealmConfig.Field
-
Packages that use RealmConfig.Field Package Description oracle.pgx.config This package contains all configuration-related classes of PGX. -
-
Uses of RealmConfig.Field in oracle.pgx.config
Methods in oracle.pgx.config that return RealmConfig.Field Modifier and Type Method Description static RealmConfig.Field[]
RealmConfig. getConfigFields()
static RealmConfig.Field
RealmConfig.Field. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static RealmConfig.Field[]
RealmConfig.Field. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in oracle.pgx.config that return types with arguments of type RealmConfig.Field Modifier and Type Method Description java.util.Map<RealmConfig.Field,java.lang.Object>
RealmConfig. getValues()
Gets the parsed values.java.util.Map<RealmConfig.Field,java.lang.Object>
RealmConfigBuilder. getValues()
java.util.Map<RealmConfig.Field,java.lang.Object>
RealmConfig. getValuesWithoutDefaults()
Gets the values without defaults.Methods in oracle.pgx.config with parameters of type RealmConfig.Field Modifier and Type Method Description boolean
RealmConfig. hasDefaultValue(RealmConfig.Field field)
Checks for default value.Method parameters in oracle.pgx.config with type arguments of type RealmConfig.Field Modifier and Type Method Description RealmConfigBuilder
RealmConfigBuilder. putAll(java.util.Map<RealmConfig.Field,java.lang.Object> values)
Puts all values from the given map into this builder.Constructor parameters in oracle.pgx.config with type arguments of type RealmConfig.Field Constructor Description RealmConfigBuilder(java.util.Map<RealmConfig.Field,java.lang.Object> values)
Constructs a RealmConfigBuilder initialized with the values from the given map
-