public class MappingContext<S> extends Object implements org.simpleflatmapper.converter.Context
| Modifier and Type | Field and Description |
|---|---|
static MappingContext |
EMPTY_CONTEXT |
static MappingContextFactory |
EMPTY_FACTORY |
| Constructor and Description |
|---|
MappingContext() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
broke(S source) |
<T> T |
context(int i) |
Object |
getCurrentValue(int i) |
void |
markAsBroken() |
void |
setCurrentValue(int i,
Object value) |
public static final MappingContext EMPTY_CONTEXT
public static final MappingContextFactory EMPTY_FACTORY
public boolean broke(S source)
public void markAsBroken()
public <T> T context(int i)
context in interface org.simpleflatmapper.converter.Contextpublic void setCurrentValue(int i,
Object value)
public Object getCurrentValue(int i)
Copyright © 2018. All rights reserved.