Uses of Class
org.springframework.extensions.webscripts.TypeDescription
Packages that use TypeDescription
-
Uses of TypeDescription in org.springframework.extensions.webscripts
Fields in org.springframework.extensions.webscripts with type parameters of type TypeDescriptionMethods in org.springframework.extensions.webscripts that return TypeDescriptionModifier and TypeMethodDescriptionDescription.getRequestTypes()Gets webscript request typesDescriptionImpl.getRequestTypes()Description.getResponseTypes()Gets webscript response typesDescriptionImpl.getResponseTypes()DeclarativeRegistry.getSchemaTypeDescriptionById(String typeId) Returns schema type description document with given idRegistry.getSchemaTypeDescriptionById(String typeId) Gets a schema type description given a schema type idSchemaDescriptionDocument.getTypeDescriptions()static TypeDescriptionTypeDescription.newInstance()Return a new instance of TypeDescriptionMethods in org.springframework.extensions.webscripts that return types with arguments of type TypeDescriptionMethods in org.springframework.extensions.webscripts with parameters of type TypeDescriptionModifier and TypeMethodDescriptionvoidSchemaDescriptionDocument.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 TypeDescriptionModifier and TypeMethodDescriptionvoidSchemaDescriptionDocument.setTypeDescriptionList(ArrayList<TypeDescription> typeDescriptionList)