com.cloudcontrolled.api.annotation
Annotation Type Normalized


@Documented
@Retention(value=RUNTIME)
@Target(value=TYPE)
public @interface Normalized

The decorated Response type will be built via the defined JSONNormalizer.

Author:
Denis Neuling (denisneuling@gmail.com)

Optional Element Summary
 Class<? extends JSONNormalizer> value
          The Normalizer which prepares the mapping of the http response into the concerning AbstractModel/Response
 

value

public abstract Class<? extends JSONNormalizer> value
The Normalizer which prepares the mapping of the http response into the concerning AbstractModel/Response

Returns:
the concerning JSONNormalizer default JSONNormalizer
Default:
com.cloudcontrolled.api.response.normalize.JSONNormalizer.class


Copyright © 2012. All Rights Reserved.