Interface PropsMetadata
-
- All Superinterfaces:
Metadata,NonNullMetadata
@ConsumerType public interface PropsMetadata extends NonNullMetadata
Metadata for ajava.util.Propertiesbased value.The
MapEntryobjects of properties are defined with keys and values of typeString.This is specified by the
propselement.- Author:
- $Id: 43b12dd13c2aa4ac8f9b9b73e54fe1300ce1faca $
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.List<MapEntry>getEntries()Return the entries for the properties.
-