Uses of Class
oracle.pgx.config.FrontierRedactedVerticesConfig.Field
-
Packages that use FrontierRedactedVerticesConfig.Field Package Description oracle.pgx.config This package contains all configuration-related classes of PGX. -
-
Uses of FrontierRedactedVerticesConfig.Field in oracle.pgx.config
Methods in oracle.pgx.config that return FrontierRedactedVerticesConfig.Field Modifier and Type Method Description static FrontierRedactedVerticesConfig.Field[]
FrontierRedactedVerticesConfig. getConfigFields()
static FrontierRedactedVerticesConfig.Field
FrontierRedactedVerticesConfig.Field. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static FrontierRedactedVerticesConfig.Field[]
FrontierRedactedVerticesConfig.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 FrontierRedactedVerticesConfig.Field Modifier and Type Method Description java.util.Map<FrontierRedactedVerticesConfig.Field,java.lang.Object>
FrontierRedactedVerticesConfig. getValues()
Gets the parsed values.java.util.Map<FrontierRedactedVerticesConfig.Field,java.lang.Object>
FrontierRedactedVerticesConfigBuilder. getValues()
java.util.Map<FrontierRedactedVerticesConfig.Field,java.lang.Object>
FrontierRedactedVerticesConfig. getValuesWithoutDefaults()
Gets the values without defaults.Methods in oracle.pgx.config with parameters of type FrontierRedactedVerticesConfig.Field Modifier and Type Method Description boolean
FrontierRedactedVerticesConfig. hasDefaultValue(FrontierRedactedVerticesConfig.Field field)
Checks for default value.Method parameters in oracle.pgx.config with type arguments of type FrontierRedactedVerticesConfig.Field Modifier and Type Method Description FrontierRedactedVerticesConfigBuilder
FrontierRedactedVerticesConfigBuilder. putAll(java.util.Map<FrontierRedactedVerticesConfig.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 FrontierRedactedVerticesConfig.Field Constructor Description FrontierRedactedVerticesConfigBuilder(java.util.Map<FrontierRedactedVerticesConfig.Field,java.lang.Object> values)
Constructs a FrontierRedactedVerticesConfigBuilder initialized with the values from the given map
-