public class BreakDetector<S> extends Object
| Constructor and Description |
|---|
BreakDetector(KeyDefinition<S,?> definition) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
broke(S source) |
Object |
getValue() |
void |
handleSource(S source) |
void |
markRootAsBroken() |
void |
setValue(Object value) |
public BreakDetector(KeyDefinition<S,?> definition)
public boolean broke(S source) throws MappingException
MappingExceptionpublic void handleSource(S source) throws MappingException
MappingExceptionpublic void setValue(Object value)
public Object getValue()
public void markRootAsBroken()
Copyright © 2018. All rights reserved.