@Target(value={ANNOTATION_TYPE,TYPE}) @Retention(value=RUNTIME) public @interface JsonNaming
PropertyNamingStrategy
to use for annotated class. Overrides the global (default) strategy.Modifier and Type | Required Element and Description |
---|---|
Class<? extends PropertyNamingStrategy> |
value |
public abstract Class<? extends PropertyNamingStrategy> value
Copyright © 2012-2013 FasterXML. All Rights Reserved.