Package net.officefloor.web.value.load
Class PropertyKeyFactory
- java.lang.Object
-
- net.officefloor.web.value.load.PropertyKeyFactory
-
public class PropertyKeyFactory extends java.lang.Object
Factory for aPropertyKey
.- Author:
- Daniel Sagenschneider
-
-
Constructor Summary
Constructors Constructor Description PropertyKeyFactory(boolean isCaseInsensitive)
Initiate.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PropertyKey
createPropertyKey(java.lang.String propertyName)
Creates thePropertyKey
.
-
-
-
Method Detail
-
createPropertyKey
public PropertyKey createPropertyKey(java.lang.String propertyName)
Creates thePropertyKey
.- Parameters:
propertyName
- Property name.- Returns:
PropertyKey
.
-
-