@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 |
---|---|
java.lang.Class<? extends PropertyNamingStrategy> |
value |
public abstract java.lang.Class<? extends PropertyNamingStrategy> value
Copyright © 2013. All Rights Reserved.