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

org.modelmapper.projection.example1.Address Maven / Gradle / Ivy

package org.modelmapper.projection.example1;

public class Address {
  private String street;

  public String getStreet() {
    return street;
  }

  public void setStreet(String street) {
    this.street = street;
  }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy