com.fasterxml.jackson.databind.annotation

Annotation Type JsonNaming

    • Element Detail

      • value

        public abstract Class<? extends PropertyNamingStrategy> value
        Returns:
        Type of PropertyNamingStrategy to use, if any; default value of PropertyNamingStrategy.class means "no strategy specified" (and may also be used for overriding to remove otherwise applicable naming strategy)
        Default:
        com.fasterxml.jackson.databind.PropertyNamingStrategy.class

Copyright © 2014-2015 FasterXML. All Rights Reserved.