public class TypeAdapter extends Object
| Constructor and Description |
|---|
TypeAdapter(Type type) |
| Modifier and Type | Method and Description |
|---|---|
Collection<Property> |
getAliasedProperties() |
Property[] |
getAliasedPropertiesArray() |
Property |
getAliasedProperty(String key) |
String |
getAllDocumentation() |
Collection<Property> |
getDeclaredProperties() |
Property[] |
getDeclaredPropertiesArray() |
Property |
getDeclaredProperty(String key) |
List<Documentation> |
getDocumentation() |
String |
getKey() |
String |
getLocalName() |
String |
getName() |
String |
getPhysicalName() |
Collection<Property> |
getProperties() |
Property[] |
getPropertiesArray() |
Property |
getProperty(String key) |
Type |
getType() |
String |
getUri() |
boolean |
isClass() |
boolean |
isEnumeration() |
void |
putAliasedProperty(String key,
Property property) |
void |
putDeclaredProperty(String key,
Property property) |
void |
putProperty(String key,
Property property) |
public TypeAdapter(Type type)
public Type getType()
public boolean isClass()
public boolean isEnumeration()
public String getKey()
public String getName()
public String getLocalName()
public String getPhysicalName()
public String getUri()
public List<Documentation> getDocumentation()
public String getAllDocumentation()
public Collection<Property> getProperties()
public Property[] getPropertiesArray()
public Collection<Property> getDeclaredProperties()
public Property[] getDeclaredPropertiesArray()
public Collection<Property> getAliasedProperties()
public Property[] getAliasedPropertiesArray()
Copyright © 2019. All rights reserved.