Yes. The order in which fields are declared in the class should match the order in which the parameters are declared in the static factory method that creates the auto-value class. That method can be annotated with the `@SerializedNames` annotation, to provide the list, in the same order than the method parameters, of the json property names. jclouds uses that to translate between java and json.
--- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds-labs/pull/275#issuecomment-227594874
