public class ResourceModeShadowPicker<T> extends Object implements ShadowPicker<T>
Constructor and Description |
---|
ResourceModeShadowPicker(Class<? extends T> legacyShadowClass,
Class<? extends T> binaryShadowClass,
Class<? extends T> binary9ShadowClass) |
Modifier and Type | Method and Description |
---|---|
Class<? extends T> |
pickShadowClass()
Determines the shadow class to be used depending on the configuration of the
Environment . |
public Class<? extends T> pickShadowClass()
ShadowPicker
Determines the shadow class to be used depending on the configuration of the Environment
. Must be deterministic.
pickShadowClass
in interface ShadowPicker<T>