org.sonar.batch.highlighting
Class SyntaxHighlightingDataValueCoder
java.lang.Object
org.sonar.batch.highlighting.SyntaxHighlightingDataValueCoder
- All Implemented Interfaces:
- com.persistit.encoding.ValueCoder
public class SyntaxHighlightingDataValueCoder
- extends Object
- implements com.persistit.encoding.ValueCoder
|
Method Summary |
Object |
get(com.persistit.Value value,
Class clazz,
com.persistit.encoding.CoderContext context)
|
void |
put(com.persistit.Value value,
Object object,
com.persistit.encoding.CoderContext context)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SyntaxHighlightingDataValueCoder
public SyntaxHighlightingDataValueCoder()
put
public void put(com.persistit.Value value,
Object object,
com.persistit.encoding.CoderContext context)
- Specified by:
put in interface com.persistit.encoding.ValueCoder
get
public Object get(com.persistit.Value value,
Class clazz,
com.persistit.encoding.CoderContext context)
- Specified by:
get in interface com.persistit.encoding.ValueCoder
Copyright © 2009–2015 SonarSource. All rights reserved.