| Package | Description | 
|---|---|
| com.datastax.driver.mapping | 
| Modifier and Type | Method and Description | 
|---|---|
protected MappedProperty<?> | 
DefaultPropertyMapper.createMappedProperty(Class<?> mappedClass,
                    String propertyName,
                    String mappedName,
                    Field field,
                    Method getter,
                    Method setter,
                    Map<Class<? extends Annotation>,Annotation> annotations)
Creates a  
MappedProperty instance. | 
| Modifier and Type | Method and Description | 
|---|---|
Set<? extends MappedProperty<?>> | 
PropertyMapper.mapTable(Class<?> tableClass)
Maps the given table class. 
 | 
Set<? extends MappedProperty<?>> | 
DefaultPropertyMapper.mapTable(Class<?> tableClass)  | 
Set<? extends MappedProperty<?>> | 
PropertyMapper.mapUdt(Class<?> udtClass)
Maps the given UDT class. 
 | 
Set<? extends MappedProperty<?>> | 
DefaultPropertyMapper.mapUdt(Class<?> udtClass)  | 
Copyright © 2012–2020. All rights reserved.