Interface Example
- All Known Implementing Classes:
AbstractExample,ArrayExample,BigIntegerExample,BooleanExample,DecimalExample,DoubleExample,FloatExample,IntegerExample,LongExample,ObjectExample,StringExample
public interface Example
See: https://github.com/swagger-api/swagger-inflector
-
Method Summary
Modifier and TypeMethodDescriptionasString()getName()voidsetAttribute(Boolean attribute) voidvoidsetNamespace(String namespace) voidvoidsetWrapped(Boolean wrapped) voidsetWrappedName(String name)
-
Method Details
-
getName
String getName() -
setName
-
getNamespace
String getNamespace() -
setNamespace
-
getPrefix
String getPrefix() -
setPrefix
-
getAttribute
Boolean getAttribute() -
setAttribute
-
getWrapped
Boolean getWrapped() -
setWrapped
-
getWrappedName
String getWrappedName() -
setWrappedName
-
asString
String asString() -
getTypeName
String getTypeName()
-