org.solovyev.android.db.properties
Class APropertyMapper

java.lang.Object
  extended by org.solovyev.android.db.properties.APropertyMapper
All Implemented Interfaces:
org.solovyev.common.Converter<android.database.Cursor,AProperty>

public class APropertyMapper
extends Object
implements org.solovyev.common.Converter<android.database.Cursor,AProperty>

User: serso Date: 5/30/12 Time: 7:26 PM


Method Summary
 AProperty convert(android.database.Cursor cursor)
           
static APropertyMapper getInstance()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getInstance

@Nonnull
public static APropertyMapper getInstance()

convert

@Nonnull
public AProperty convert(@Nonnull
                                 android.database.Cursor cursor)
Specified by:
convert in interface org.solovyev.common.Converter<android.database.Cursor,AProperty>


Copyright © 2013. All Rights Reserved.