|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use AbstractTypeMaterializer.Feature | |
|---|---|
| org.codehaus.jackson.mrbean | Package that implements "interface materializer" functionality, whereby abstract classes and interfaces can be used as-is, and framework constructs implementations as needed. |
| Uses of AbstractTypeMaterializer.Feature in org.codehaus.jackson.mrbean |
|---|
| Methods in org.codehaus.jackson.mrbean that return AbstractTypeMaterializer.Feature | |
|---|---|
static AbstractTypeMaterializer.Feature |
AbstractTypeMaterializer.Feature.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static AbstractTypeMaterializer.Feature[] |
AbstractTypeMaterializer.Feature.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods in org.codehaus.jackson.mrbean with parameters of type AbstractTypeMaterializer.Feature | |
|---|---|
void |
AbstractTypeMaterializer.disable(AbstractTypeMaterializer.Feature f)
Method for disabling specified feature. |
void |
AbstractTypeMaterializer.enable(AbstractTypeMaterializer.Feature f)
Method for enabling specified feature. |
boolean |
AbstractTypeMaterializer.isEnabled(AbstractTypeMaterializer.Feature f)
Method for checking whether given feature is enabled or not |
void |
AbstractTypeMaterializer.set(AbstractTypeMaterializer.Feature f,
boolean state)
Method for enabling or disabling specified feature. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||