| Package | Description |
|---|---|
| org.plasma.metamodel |
Package level documentation for package org.plasma.metamodel.
|
| org.plasma.metamodel.adapter |
| Modifier and Type | Field and Description |
|---|---|
protected List<Property> |
Class.properties |
| Modifier and Type | Method and Description |
|---|---|
Property |
ObjectFactory.createProperty()
Create an instance of
Property |
| Modifier and Type | Method and Description |
|---|---|
List<Property> |
Class.getProperties()
Gets the value of the properties property.
|
| Modifier and Type | Method and Description |
|---|---|
Property[] |
TypeAdapter.getAliasedPropertiesArray() |
Property |
TypeAdapter.getAliasedProperty(String key) |
Property[] |
TypeAdapter.getDeclaredPropertiesArray() |
Property |
TypeAdapter.getDeclaredProperty(String key) |
Property |
FieldAdapter.getField() |
Property[] |
TypeAdapter.getPropertiesArray() |
Property |
TypeAdapter.getProperty(String key) |
| Modifier and Type | Method and Description |
|---|---|
Collection<Property> |
TypeAdapter.getAliasedProperties() |
Collection<Property> |
TypeAdapter.getDeclaredProperties() |
Collection<Property> |
TypeAdapter.getProperties() |
| Modifier and Type | Method and Description |
|---|---|
void |
TypeAdapter.putAliasedProperty(String key,
Property property) |
void |
TypeAdapter.putDeclaredProperty(String key,
Property property) |
void |
TypeAdapter.putProperty(String key,
Property property) |
| Constructor and Description |
|---|
FieldAdapter(Package fieldPackage,
Class fieldClass,
Property field) |
Copyright © 2017. All rights reserved.