org.loom.appengine.converter
Class RootKeyConverterFactory

java.lang.Object
  extended by org.loom.appengine.converter.RootKeyConverterFactory
All Implemented Interfaces:
org.loom.converter.AnnotationDrivenConverterFactory<RootKey>

@Component
public class RootKeyConverterFactory
extends java.lang.Object
implements org.loom.converter.AnnotationDrivenConverterFactory<RootKey>

Create Converter for Key properties


Constructor Summary
RootKeyConverterFactory()
           
 
Method Summary
 java.lang.Class<RootKey> getAnnotationClass()
           
 org.loom.converter.Converter getConverter(org.loom.binding.AnnotationContainer propertyWrapper, RootKey annotation)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RootKeyConverterFactory

public RootKeyConverterFactory()
Method Detail

getConverter

public org.loom.converter.Converter getConverter(org.loom.binding.AnnotationContainer propertyWrapper,
                                                 RootKey annotation)
Specified by:
getConverter in interface org.loom.converter.AnnotationDrivenConverterFactory<RootKey>

getAnnotationClass

public java.lang.Class<RootKey> getAnnotationClass()
Specified by:
getAnnotationClass in interface org.loom.converter.AnnotationDrivenConverterFactory<RootKey>