Class PropertyAccessor<O,P>
- java.lang.Object
-
- fr.ird.observe.validation.validator.PropertyAccessor<O,P>
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedPropertyAccessor(String propertyName, Function<O,P> getter)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description Papply(O object)StringgetPropertyName()static <O,P>
PropertyAccessor<O,P>of(String propertyName, Function<O,P> getter)
-