Package 

Class MappingConfig.PropertyAsClass

  • All Implemented Interfaces:

    
    public final class MappingConfig.PropertyAsClass<F extends Object, V extends Object>
    
                        

    This class is needed to enforce type check at compile time, as jvm is not able to infer type from a class field

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      final Unit mapAs(V value)
      final Unit mapAs(Function1<F, V> map)
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait