Class FieldMapping<E,T>
- java.lang.Object
-
- com.github.longdt.vertxorm.repository.base.FieldMapping<E,T>
-
public class FieldMapping<E,T> extends Object
-
-
Constructor Summary
Constructors Constructor Description FieldMapping(String fieldName, Function<? super E,T> getter, BiConsumer<? super E,T> setter)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Objectget(E entity)StringgetFieldName()voidset(E entity, Object value)
-