|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |
@Target(value={ANNOTATION_TYPE,TYPE}) @Retention(value=RUNTIME) public @interface JsonNaming
Annotation that can be used to indicate a PropertyNamingStrategy
to use for annotated class. Overrides the global (default) strategy.
Required Element Summary | |
---|---|
Class<? extends PropertyNamingStrategy> |
value
|
Element Detail |
---|
public abstract Class<? extends PropertyNamingStrategy> value
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |