Package net.officefloor.web.rest.build
Interface RestConfiguration
public interface RestConfiguration
Obtains the configuration item.
-
Method Summary
Modifier and TypeMethodDescription<T> TgetConfiguration(String itemName, Class<T> type) Obtains the configuration item.
-
Method Details
-
getConfiguration
Obtains the configuration item.- Type Parameters:
T- Type of configuration.- Parameters:
itemName- Item name.type- Type of configuration.- Returns:
- Configuration or
nullif not configured or invalid.
-