public interface FormatterSupport
Provides runtime-information about a bean without resorting to reflection.
- Author:
- Eugen Fischer
-
Method Summary
Modifier and TypeMethodDescriptionAllow easier access to available properties.
-
Method Details
-
getAvailablePropertyValues
Allow easier access to available properties. Order of available properties and their values has no effect.- Returns:
- Map<String, Serializable> of property name -> property Value for
non
nullproperties
-
getSupportedPropertyNames
- Returns:
- list of all supported properties
-