public static final class Hints.ConfigurationMetadataKey extends Hints.Key
| Modifier and Type | Method and Description | 
|---|---|
| static Hints.ConfigurationMetadataKey | get(String key)Creates a singleton instance per key | 
| boolean | isCompatibleValue(Object value)Configuration metadata can be of any class, but it should be non-null. | 
getValueClass, toStringequals, hashCode, intKeypublic static Hints.ConfigurationMetadataKey get(String key)
key - String key which identifies the metadata in question.public boolean isCompatibleValue(Object value)
isCompatibleValue in class Hints.Keyvalue - The object to test for validity.true if the value is valid; false otherwise.Hints.ClassKey.isCompatibleValue(java.lang.Object), 
Hints.FileKey.isCompatibleValue(java.lang.Object), 
Hints.IntegerKey.isCompatibleValue(java.lang.Object), 
Hints.OptionKey.isCompatibleValue(java.lang.Object)Copyright © 1996–2019 Geotools. All rights reserved.