@FunctionalInterface public interface PropertyProvider extends Serializable
Property).| Modifier and Type | Method and Description |
|---|---|
<T> List<Property<T,?>> |
getObjectPropertyDefinitions(Class<T> type,
T instance)
Builds a list of property definitions for a given object.
|
<T> List<Property<T,?>> getObjectPropertyDefinitions(Class<T> type, T instance)
T - Generic type to enforce both type and instance are compatible.type - Type of the object.instance - An instance of the object. Can be null.null list of Propertys that can be empty.Copyright © 2023 Miki. All rights reserved.