org.qi4j.library.conversion.values
Class EntityToValue.EntityToValueMixin

java.lang.Object
  extended by org.qi4j.library.conversion.values.EntityToValue.EntityToValueMixin
All Implemented Interfaces:
EntityToValue
Enclosing interface:
EntityToValue

public static class EntityToValue.EntityToValueMixin
extends Object
implements EntityToValue


Nested Class Summary
 
Nested classes/interfaces inherited from interface org.qi4j.library.conversion.values.EntityToValue
EntityToValue.EntityToValueMixin
 
Constructor Summary
EntityToValue.EntityToValueMixin()
           
 
Method Summary
<T> T
convert(Class<T> valueType, Object entity)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EntityToValue.EntityToValueMixin

public EntityToValue.EntityToValueMixin()
Method Detail

convert

public <T> T convert(Class<T> valueType,
                     Object entity)
Specified by:
convert in interface EntityToValue