Package | Description |
---|---|
oracle.pgx.config |
This package contains all configuration-related classes of PGX.
|
Modifier and Type | Method and Description |
---|---|
OnMismatch |
GraphErrorHandlingConfig.getOnMissedPropKey()
what to do when missing property key is encountered
|
OnMismatch |
GraphErrorHandlingConfig.getOnPropConversion()
what to do when different property type is encountered than specified, but coercion is possible
|
OnMismatch |
GraphErrorHandlingConfig.getOnTypeMismatch()
what to do when different property type is encountered than specified, but coercion is not possible
|
static OnMismatch |
OnMismatch.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static OnMismatch[] |
OnMismatch.values()
Returns an array containing the constants of this enum type, in the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
T |
AbstractGraphConfigBuilder.setErrorHandlingOnMissedPropKey(OnMismatch action)
Sets the error handling on missed prop key.
|
T |
AbstractGraphConfigBuilder.setErrorHandlingOnPropConversion(OnMismatch action)
Sets the error handling on prop conversion.
|
T |
AbstractGraphConfigBuilder.setErrorHandlingOnTypeMismatch(OnMismatch action)
Sets the error handling on type mismatch.
|
Copyright © 2017 Oracle Corp. All Rights Reserved.