Interface PojoElementAccessor<T>
-
@Incubating public interface PojoElementAccessor<T>An accessor allowing the retrieval of an element, for example a property, from a POJO.Accessors are created by
PojoModelCompositeElementinstances.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Tread(Object parentElement)Reads the element from the given parent element.
-