Class TypeDefinition
java.lang.Object
org.apache.dubbo.metadata.definition.model.TypeDefinition
- All Implemented Interfaces:
Serializable
2015/1/27.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanstatic StringformatType(String type) Format theStringpresenting Java typestatic String[]formatTypes(String[] types) Format theStringarray presenting Java typesgetEnums()getItems()getType()inthashCode()voidvoidvoidsetProperties(Map<String, String> properties) voidtoString()
-
Constructor Details
-
TypeDefinition
public TypeDefinition() -
TypeDefinition
-
-
Method Details
-
formatTypes
Format theStringarray presenting Java types- Parameters:
types- the strings presenting Java types- Returns:
- new String array of Java types after be formatted
- Since:
- 2.7.9
-
formatType
Format theStringpresenting Java type- Parameters:
type- the String presenting type- Returns:
- new String presenting Java type after be formatted
- Since:
- 2.7.9
-
getEnums
-
getItems
-
getProperties
-
getType
-
setEnums
-
setItems
-
setProperties
-
setType
-
toString
-
equals
-
hashCode
public int hashCode()
-