public interface ConfigFeature
MapperConfig implementations must implement.
 Necessary since enums can not be extended using normal
 inheritance, but can implement interfaces| Modifier and Type | Method and Description | 
|---|---|
boolean | 
enabledByDefault()
Accessor for checking whether this feature is enabled by default. 
 | 
int | 
getMask()
Returns bit mask for this feature instance 
 | 
Copyright © 2014 FasterXML. All Rights Reserved.