Class EntityGetter

  • All Implemented Interfaces:
    ParameterList.ParamGetter

    @Deprecated
    public class EntityGetter
    extends java.lang.Object
    implements ParameterList.ParamGetter
    Deprecated.
    Will be removed in next minor release.
    An EntityGetter converts the given entity from the request to the type requested by the resource method.
    This class is not used, if a subclass of Representation is requested, see ReprEntityGetter and its subclasses.
    • Method Summary

      All Methods Instance Methods Concrete Methods Deprecated Methods 
      Modifier and Type Method Description
      java.lang.Object getValue()
      Deprecated.
      Returns the value for this param.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • annotations

        private final java.lang.annotation.Annotation[] annotations
        Deprecated.
      • convToCl

        protected volatile java.lang.Class<?> convToCl
        Deprecated.
        The class to convert to, directly as the type in the parameter list.
      • convToGen

        private final java.lang.reflect.Type convToGen
        Deprecated.
    • Constructor Detail

      • EntityGetter

        EntityGetter​(java.lang.Class<?> convToCl,
                     java.lang.reflect.Type convToGen,
                     ThreadLocalizedContext tlContext,
                     MessageBodyReaderSet mbrs,
                     java.lang.annotation.Annotation[] annotations)
        Deprecated.