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
PojoModelCompositeElement
instances.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description T
read(Object parentElement)
Reads the element from the given parent element.
-