com.neeve.query.index
Class IdxField.KeyMapping<T>

java.lang.Object
  extended by com.google.common.base.Converter<T,Object>
      extended by com.neeve.query.index.IdxField.KeyMapping<T>
All Implemented Interfaces:
com.google.common.base.Function<T,Object>, Serializable
Enclosing interface:
IdxField<RECORD,T>

public abstract static class IdxField.KeyMapping<T>
extends com.google.common.base.Converter<T,Object>
implements Serializable

See Also:
Serialized Form

Constructor Summary
IdxField.KeyMapping()
           
 
Method Summary
abstract  Class<?> getIndexKeyType()
           
 
Methods inherited from class com.google.common.base.Converter
andThen, apply, convert, convertAll, equals, from, identity, reverse
 
Methods inherited from class java.lang.Object
getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IdxField.KeyMapping

public IdxField.KeyMapping()
Method Detail

getIndexKeyType

public abstract Class<?> getIndexKeyType()


Copyright © 2016 Neeve Research, LLC. All Rights Reserved.