Class PropertiesPropertyEntry
- java.lang.Object
-
- org.smallmind.nutsnbolts.spring.property.PropertiesPropertyEntry
-
- All Implemented Interfaces:
PropertyEntry
public class PropertiesPropertyEntry extends Object implements PropertyEntry
-
-
Constructor Summary
Constructors Constructor Description PropertiesPropertyEntry(Map.Entry<Object,Object> entry)
-
-
-
Method Detail
-
getKey
public String getKey()
- Specified by:
getKeyin interfacePropertyEntry
-
getValue
public Object getValue()
- Specified by:
getValuein interfacePropertyEntry
-
-