Class FieldMapper.FieldData

  • Enclosing class:
    FieldMapper<T>

    private static class FieldMapper.FieldData
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) java.lang.reflect.Field field  
      (package private) boolean isPrimitive  
      (package private) RowMapper<?> mapper  
      (package private) boolean propagateNull  
    • Constructor Summary

      Constructors 
      Constructor Description
      FieldData​(java.lang.reflect.Field field, RowMapper<?> mapper)  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • field

        final java.lang.reflect.Field field
      • propagateNull

        final boolean propagateNull
      • isPrimitive

        final boolean isPrimitive
    • Constructor Detail

      • FieldData

        FieldData​(java.lang.reflect.Field field,
                  RowMapper<?> mapper)