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

com.mangofactory.swagger.models.property.ModelProperty Maven / Gradle / Ivy

package com.mangofactory.swagger.models.property;

import com.fasterxml.classmate.ResolvedType;
import com.mangofactory.swagger.models.ModelContext;
import com.wordnik.swagger.model.AllowableValues;
import scala.Option;

public interface ModelProperty {
  String getName();

  ResolvedType getType();

  String typeName(ModelContext modelContext);

  String qualifiedTypeName();

  AllowableValues allowableValues();

  Option propertyDescription();

  boolean isRequired();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy