ReflectImpl
public interface Reflect
Modifier and Type | Method | Description |
---|---|---|
java.util.List<Property> |
properties() |
Returns the list of properties of this object.
|
default java.util.Optional<Property> |
propertyByName(java.lang.String name) |
Returns the model property specified by name.
|
java.util.List<Property> properties()
default java.util.Optional<Property> propertyByName(java.lang.String name)
name
- the model property specified by name