Uses of Interface
com.netflix.astyanax.mapping.AnnotationSet

Packages that use AnnotationSet
com.netflix.astyanax.mapping   
 

Uses of AnnotationSet in com.netflix.astyanax.mapping
 

Classes in com.netflix.astyanax.mapping that implement AnnotationSet
 class DefaultAnnotationSet
          The default annotation set.
 

Methods in com.netflix.astyanax.mapping with parameters of type AnnotationSet
<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, AnnotationSet<?,?> annotationSet)
          Convenience for allocation a mapping object
 

Constructors in com.netflix.astyanax.mapping with parameters of type AnnotationSet
Mapping(Class<T> clazz, AnnotationSet<?,?> annotationSet)
           
MappingUtil(Keyspace keyspace, AnnotationSet<?,?> annotationSet)
           
MappingUtil(Keyspace keyspace, MappingCache cache, AnnotationSet<?,?> annotationSet)
           
 



Copyright © 2012. All Rights Reserved.