com.reprezen.genflow.openapi3.doc.NoEscapeString Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of openapi3-doc Show documentation
Show all versions of openapi3-doc Show documentation
RepreZen Documentation GenTemplate for OpenAPI v3 Models
The newest version!
package com.reprezen.genflow.openapi3.doc;
@SuppressWarnings("all")
class NoEscapeString {
private final String value;
public NoEscapeString(final String value) {
this.value = value;
}
public String get() {
return this.value;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy