@Deprecated public class JibxConverter extends ConverterHelper
Constructor and Description |
---|
JibxConverter()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<java.lang.Class<?>> |
getObjectClasses(Variant source)
Deprecated.
|
java.util.List<VariantInfo> |
getVariants(java.lang.Class<?> source)
Deprecated.
|
protected boolean |
isCompatible(MediaType mediaType)
Deprecated.
Indicates if the given mediaType is compatible with the media types
supported by this converter.
|
protected boolean |
isCompatible(Variant variant)
Deprecated.
Indicates if the given variant is compatible with the media types
supported by this converter.
|
float |
score(java.lang.Object source,
Variant target,
Resource resource)
Deprecated.
|
<T> float |
score(Representation source,
java.lang.Class<T> target,
Resource resource)
Deprecated.
|
<T> T |
toObject(Representation source,
java.lang.Class<T> target,
Resource resource)
Deprecated.
|
Representation |
toRepresentation(java.lang.Object source,
Variant target,
Resource resource)
Deprecated.
|
<T> void |
updatePreferences(java.util.List<Preference<MediaType>> preferences,
java.lang.Class<T> entity)
Deprecated.
|
addObjectClass, addVariant, addVariants, getVariants, updatePreferences
public java.util.List<java.lang.Class<?>> getObjectClasses(Variant source)
getObjectClasses
in class ConverterHelper
public java.util.List<VariantInfo> getVariants(java.lang.Class<?> source)
getVariants
in class ConverterHelper
protected boolean isCompatible(MediaType mediaType)
mediaType
- The mediaType.protected boolean isCompatible(Variant variant)
variant
- The variant.public float score(java.lang.Object source, Variant target, Resource resource)
score
in class ConverterHelper
public <T> float score(Representation source, java.lang.Class<T> target, Resource resource)
score
in class ConverterHelper
public <T> T toObject(Representation source, java.lang.Class<T> target, Resource resource) throws java.io.IOException
toObject
in class ConverterHelper
java.io.IOException
public Representation toRepresentation(java.lang.Object source, Variant target, Resource resource)
toRepresentation
in class ConverterHelper
public <T> void updatePreferences(java.util.List<Preference<MediaType>> preferences, java.lang.Class<T> entity)
updatePreferences
in class ConverterHelper
Copyright © 2005-2024 Restlet.