Uses of Class
com.netflix.astyanax.mapping.Mapping

Packages that use Mapping
com.netflix.astyanax.mapping   
 

Uses of Mapping in com.netflix.astyanax.mapping
 

Methods in com.netflix.astyanax.mapping that return Mapping
<T> Mapping<T>
MappingUtil.getMapping(Class<T> clazz)
          Return the mapping instance for the given class
<T> Mapping<T>
MappingCache.getMapping(Class<T> clazz)
          Return a new or cached mapper
<T> Mapping<T>
MappingCache.getMapping(Class<T> clazz, AnnotationSet<?,?> annotationSet)
          Return a new or cached mapper
static
<T> Mapping<T>
Mapping.make(Class<T> clazz)
          Convenience for allocation a mapping object
static
<T> Mapping<T>
Mapping.make(Class<T> clazz, AnnotationSet<?,?> annotationSet)
          Convenience for allocation a mapping object
 



Copyright © 2012. All Rights Reserved.