public class LeftContextPreservedStrategy extends java.lang.Object implements ContextPropagationStrategy
| Constructor and Description |
|---|
LeftContextPreservedStrategy()
Deprecated.
use factory method
|
| Modifier and Type | Method and Description |
|---|---|
Position |
contextForLeftRight(Position leftContext,
Position rightContext) |
static LeftContextPreservedStrategy |
get() |
java.lang.Class<? extends ManipulationOption> |
getMarkerInterface() |
@Deprecated public LeftContextPreservedStrategy()
public static LeftContextPreservedStrategy get()
public Position contextForLeftRight(Position leftContext, Position rightContext)
contextForLeftRight in interface ContextPropagationStrategypublic java.lang.Class<? extends ManipulationOption> getMarkerInterface()
getMarkerInterface in interface Option<ManipulationOption>