org.codehaus.enunciate.contract.json
Interface JsonType

All Known Implementing Classes:
JsonAnyTypeDefinition, JsonEnumTypeDefinition, JsonListTypeDefinition, JsonObjectTypeDefinition, JsonSimpleTypeDefinition, JsonTypeDefinition

public interface JsonType

Represents a JSON type.

Author:
Steven Cummings

Method Summary
 java.lang.String getTypeName()
           
 

Method Detail

getTypeName

java.lang.String getTypeName()
Returns:
Name of the JSON type.