public class GeoRSSEncoder extends Encoder
GeoRSS statement generator.
Constructor and Description |
---|
GeoRSSEncoder()
The Constructor.
|
Modifier and Type | Method and Description |
---|---|
protected java.util.List<MediaType> |
createSupportedMediaTypes()
${services_rest_encoders_Encoder_method_createSupportedMediaTypes_Title}
|
Representation |
toRepresentation(MediaType mediaType, java.lang.Object resourceObj)
${services_rest_encoders_Encoder_method_toRepresentation_Title}
|
getSupportedMediaTypes, isEncodeAllow
protected java.util.List<MediaType> createSupportedMediaTypes()
Encoder
${services_rest_encoders_Encoder_method_createSupportedMediaTypes_Title}
${services_rest_encoders_Encoder_method_createSupportedMediaTypes_Description}
createSupportedMediaTypes
in class Encoder
public Representation toRepresentation(MediaType mediaType, java.lang.Object resourceObj)
Encoder
${services_rest_encoders_Encoder_method_toRepresentation_Title}
${services_rest_encoders_Encoder_method_toRepresentation_Description}
toRepresentation
in class Encoder
mediaType
- ${services_rest_encoders_Encoder_method_toRepresentation_param_mediaType}resourceObj
- ${services_rest_encoders_Encoder_method_toRepresentation_param_obj}