com.netflix.astyanax.model
Class CompositeParserImpl
java.lang.Object
com.netflix.astyanax.model.CompositeParserImpl
- All Implemented Interfaces:
- CompositeParser
public class CompositeParserImpl
- extends Object
- implements CompositeParser
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CompositeParserImpl
public CompositeParserImpl(ByteBuffer bb)
readString
public String readString()
- Specified by:
readString
in interface CompositeParser
readLong
public Long readLong()
- Specified by:
readLong
in interface CompositeParser
readInteger
public Integer readInteger()
- Specified by:
readInteger
in interface CompositeParser
readBoolean
public Boolean readBoolean()
- Specified by:
readBoolean
in interface CompositeParser
readUUID
public UUID readUUID()
- Specified by:
readUUID
in interface CompositeParser
read
public <T> T read(Serializer<T> serializer)
- Specified by:
read
in interface CompositeParser
Copyright © 2012. All Rights Reserved.