All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.arextest.web.model.dao.mongodb.entity.TransformDetailDao Maven / Gradle / Ivy

There is a newer version: 0.6.5.5
Show newest version
package com.arextest.web.model.dao.mongodb.entity;

import java.util.List;
import lombok.Data;
import lombok.experimental.FieldNameConstants;

@FieldNameConstants
@Data
public class TransformDetailDao {

  private List nodePath;

  private List transformMethods;

  @Data
  public static class TransformMethodDao {

    private String methodName;
    private String methodArgs;
  }

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy