Class PropertyInfoName
java.lang.Object
com.github.muehmar.gradle.openapi.generator.java.model.name.PropertyInfoName
This name describes a property which is intended to be used as information within any message of
a warning or exception. It consists of the generated DTO class and the name of the property in
the specification.
-
Method Summary
Modifier and TypeMethodDescriptionasString()static PropertyInfoNamefromPojoNameAndMemberName(JavaPojoName pojoName, JavaName memberName) toString()
-
Method Details
-
fromPojoNameAndMemberName
public static PropertyInfoName fromPojoNameAndMemberName(JavaPojoName pojoName, JavaName memberName) -
asString
-
toString
-