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