AeroGear Android Library 1.1.0

org.jboss.aerogear.android.impl.reflection
Class Scan

java.lang.Object
  extended by org.jboss.aerogear.android.impl.reflection.Scan

public final class Scan
extends Object

Helper to search annotations


Constructor Summary
Scan()
           
 
Method Summary
static String recordIdFieldNameIn(Class klass)
          Search field with @RecordId
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Scan

public Scan()
Method Detail

recordIdFieldNameIn

public static String recordIdFieldNameIn(Class klass)
Search field with @RecordId

Parameters:
klass - Class to search @RecordId
Returns:
Name Field name with the @RecordId

AeroGear Android Library 1.1.0

Copyright © 2013 JBoss by Red Hat. All Rights Reserved.