Class ReprEntityGetter

    • Field Detail

      • constr

        final java.lang.reflect.Constructor<? extends Representation> constr
        Deprecated.
    • Constructor Detail

      • ReprEntityGetter

        ReprEntityGetter​(java.lang.reflect.Constructor<?> constr)
        Deprecated.
    • Method Detail

      • create

        public static ParameterList.ParamGetter create​(java.lang.Class<?> representationType,
                                                       java.lang.reflect.Type convToGen,
                                                       java.util.logging.Logger logger)
        Deprecated.
        Creates an EntityGetter for the given values, or null, if it is not available.
        Parameters:
        representationType -
        convToGen -
        logger -
        Returns:
        the ParamGetter
      • createInstance

        abstract Representation createInstance​(Representation entity)
                                        throws java.lang.IllegalArgumentException,
                                               java.lang.InstantiationException,
                                               java.lang.IllegalAccessException,
                                               java.lang.reflect.InvocationTargetException
        Deprecated.
        Throws:
        java.lang.IllegalArgumentException
        java.lang.InstantiationException
        java.lang.IllegalAccessException
        java.lang.reflect.InvocationTargetException