Uses of Class
org.springframework.extensions.webscripts.TypeDescription
-
Packages that use TypeDescription Package Description org.springframework.extensions.webscripts -
-
Uses of TypeDescription in org.springframework.extensions.webscripts
Fields in org.springframework.extensions.webscripts with type parameters of type TypeDescription Modifier and Type Field Description java.util.ArrayList<TypeDescription>SchemaDescriptionDocument. typeDescriptionListMethods in org.springframework.extensions.webscripts that return TypeDescription Modifier and Type Method Description TypeDescription[]Description. getRequestTypes()Gets webscript request typesTypeDescription[]DescriptionImpl. getRequestTypes()TypeDescription[]Description. getResponseTypes()Gets webscript response typesTypeDescription[]DescriptionImpl. getResponseTypes()TypeDescriptionDeclarativeRegistry. getSchemaTypeDescriptionById(java.lang.String typeId)Returns schema type description document with given idTypeDescriptionRegistry. getSchemaTypeDescriptionById(java.lang.String typeId)Gets a schema type description given a schema type idTypeDescription[]SchemaDescriptionDocument. getTypeDescriptions()static TypeDescriptionTypeDescription. newInstance()Return a new instance of TypeDescriptionMethods in org.springframework.extensions.webscripts that return types with arguments of type TypeDescription Modifier and Type Method Description java.util.ArrayList<TypeDescription>SchemaDescriptionDocument. getTypeDescriptionList()Methods in org.springframework.extensions.webscripts with parameters of type TypeDescription Modifier and Type Method Description voidSchemaDescriptionDocument. addTypeDescription(TypeDescription typeDescription)booleanTypeDescription. compare(TypeDescription newTypeDescription)Utility function for comparing this instance to another instance of TypeDescriptionvoidDescriptionImpl. setRequestTypes(TypeDescription[] requestTypes)voidDescriptionImpl. setResponseTypes(TypeDescription[] responseTypes)voidSchemaDescriptionDocument. setTypeDescriptions(TypeDescription[] typeDescriptions)Method parameters in org.springframework.extensions.webscripts with type arguments of type TypeDescription Modifier and Type Method Description voidSchemaDescriptionDocument. setTypeDescriptionList(java.util.ArrayList<TypeDescription> typeDescriptionList)
-