Project

General

Profile

Download (703 Bytes) Statistics
| Branch: | Tag: | Revision:
1
/**
2
* Copyright (C) 2022 EDIT
3
* European Distributed Institute of Taxonomy
4
* http://www.e-taxonomy.eu
5
*
6
* The contents of this file are subject to the Mozilla Public License Version 1.1
7
* See LICENSE.TXT at the top of this package for the full license terms.
8
*/
9
package eu.etaxonomy.cdm.remote.json.processor.bean;
10

    
11
import net.sf.json.JSONObject;
12
import net.sf.json.JsonConfig;
13

    
14
/**
15
 * @author a.kohlbecker
16
 * @since Feb 11, 2022
17
 */
18
public class TimePeriodBeanProcessor extends AbstractModifiableThingBeanProcessor {
19

    
20
    @Override
21
    public JSONObject processBeanSecondStep(Object bean, JSONObject json, JsonConfig jsonConfig) {
22
        // TODO Auto-generated method stub
23
        return null;
24
    }
25
}
(29-29/31)