public class BreakDetectorMappingContext<S> extends MappingContext<S>
EMPTY_CONTEXT, EMPTY_FACTORY| Constructor and Description |
|---|
BreakDetectorMappingContext(KeyDefinition<S,?> rootKeyDefinition,
MappingContext<S> delegateContext,
KeyDefinition<S,?>[] keyDefinitions) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
broke(S source) |
<T> T |
context(int i) |
Object |
getCurrentValue(int i) |
BreakDetector<S> |
getRootDetector() |
void |
handleSource(S source) |
void |
markAsBroken() |
void |
setCurrentValue(int i,
Object value) |
public BreakDetectorMappingContext(KeyDefinition<S,?> rootKeyDefinition, MappingContext<S> delegateContext, KeyDefinition<S,?>[] keyDefinitions)
public boolean broke(S source)
broke in class MappingContext<S>public void handleSource(S source)
handleSource in class MappingContext<S>public void markAsBroken()
markAsBroken in class MappingContext<S>public <T> T context(int i)
context in interface org.simpleflatmapper.converter.Contextcontext in class MappingContext<S>public void setCurrentValue(int i,
Object value)
setCurrentValue in class MappingContext<S>public Object getCurrentValue(int i)
getCurrentValue in class MappingContext<S>public BreakDetector<S> getRootDetector()
Copyright © 2020. All rights reserved.