Package | Description |
---|---|
com.asakusafw.operator.dmdl |
Internal representation of Asakusa data models using DMDL.
|
com.asakusafw.operator.model |
Internal representation of Asakusa operators and data models.
|
Modifier and Type | Method and Description |
---|---|
Set<PropertyMirror> |
DmdlDataModelMirrorRepository.collect(CompileEnvironment environment,
TypeMirror targetType,
List<TypeElement> upperBounds) |
Modifier and Type | Method and Description |
---|---|
PropertyMirror |
PartialDataModelMirror.findProperty(String name) |
PropertyMirror |
ConcreteDataModelMirror.findProperty(String name) |
PropertyMirror |
DataModelMirror.findProperty(String name)
Returns a property with the specified name.
|
PropertyMirror |
KeyMirror.Group.getProperty()
Returns the target property.
|
PropertyMirror |
KeyMirror.Order.getProperty()
Returns the target property.
|
Modifier and Type | Method and Description |
---|---|
Set<PropertyMirror> |
PropertyMirrorCollector.collect(CompileEnvironment environment,
TypeMirror targetType,
List<TypeElement> upperBounds)
Creates and returns the set of properties.
|
Copyright © 2011–2019 Asakusa Framework Team. All rights reserved.