java.lang.Object
com.github.muehmar.gradle.openapi.generator.java.model.member.MemberKey

public class MemberKey extends Object
Key of a member, i.e. if two members have the same key, they represent the same property. They may not necessarily be fully interchangeable, as two members may have different constraints (this also includes necessity and nullability). The two members can be represented by the same technical member but the constraints need to be validated independently.