|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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 | ||
---|---|---|
|
MappingUtil.getMapping(Class<T> clazz)
Return the mapping instance for the given class |
|
|
MappingCache.getMapping(Class<T> clazz)
Return a new or cached mapper |
|
|
MappingCache.getMapping(Class<T> clazz,
AnnotationSet<?,?> annotationSet)
Return a new or cached mapper |
|
static
|
Mapping.make(Class<T> clazz)
Convenience for allocation a mapping object |
|
static
|
Mapping.make(Class<T> clazz,
AnnotationSet<?,?> annotationSet)
Convenience for allocation a mapping object |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |