public final class Configuration extends Object
| Modifier and Type | Method and Description |
|---|---|
static boolean |
getRuntimeTypeChecking()
Determines whether runtime type checking will be performed in places where
APIs accept
Object but the underlying model actually
uses a type union. |
void |
setRuntimeTypeChecking(boolean value)
Specifies whether runtime type checking will be performed in places where
APIs accept
Object but the underlying model actually
uses a type union. |
public static boolean getRuntimeTypeChecking()
Object but the underlying model actually
uses a type union.
Disabling this configuration allows to stop paying the runtime cost of type
checking, however it will produce degraded error messages in case of a
developer error.public void setRuntimeTypeChecking(boolean value)
Object but the underlying model actually
uses a type union.
Disabling this configuration allows to stop paying the runtime cost of type
checking, however it will produce degraded error messages in case of a
developer error.Copyright © 2022 Amazon Web Services. All rights reserved.