Package org.geotools.util.factory
Class Hints.ConfigurationMetadataKey
Object
RenderingHints.Key
Hints.Key
ConfigurationMetadataKey
- Enclosing class:
 - Hints
 
Keys for extra configuration options that are passed from the overhead application into queries. In GeoServer,
 this is used to pass configuration metadata in the FeatureTypeInfo into queries.
- Since:
 - 2.6
 - Author:
 - Sampo Savolainen
 
- 
Method Summary
Modifier and TypeMethodDescriptionCreates a singleton instance per keybooleanisCompatibleValue(Object value) Configuration metadata can be of any class, but it should be non-null.Methods inherited from class Hints.Key
getValueClass, toStringMethods inherited from class RenderingHints.Key
equals, hashCode, intKey 
- 
Method Details
- 
get
Creates a singleton instance per key- Parameters:
 key- String key which identifies the metadata in question.- Returns:
 - Key object for the requested key
 
 - 
isCompatibleValue
Configuration metadata can be of any class, but it should be non-null.- Overrides:
 isCompatibleValuein classHints.Key- Parameters:
 value- The object to test for validity.- Returns:
 trueif the value is valid;falseotherwise.- See Also:
 
 
 -