类 PojoInstantiator

    • 方法详细资料

      • instantiate

        public Object instantiate()
        从接口复制的说明: Instantiator
        Perform the requested instantiation.
        指定者:
        instantiate 在接口中 Instantiator
        返回:
        The instantiated data structure.
      • applyInterception

        protected Object applyInterception​(Object entity)
      • instantiate

        public Object instantiate​(Serializable id)
        从接口复制的说明: Instantiator
        Perform the requested entity instantiation.

        This form is never called for component instantiation, only entity instantiation.

        指定者:
        instantiate 在接口中 Instantiator
        参数:
        id - The id of the entity to be instantiated.
        返回:
        An appropriately instantiated entity.
      • isInstance

        public boolean isInstance​(Object object)
        从接口复制的说明: Instantiator
        Performs check to see if the given object is an instance of the entity or component which this Instantiator instantiates.
        指定者:
        isInstance 在接口中 Instantiator
        参数:
        object - The object to be checked.
        返回:
        True is the object does represent an instance of the underlying entity/component.