| Package | Description |
|---|---|
| org.n52.wps.algorithm.annotation |
| Modifier and Type | Class and Description |
|---|---|
static class |
AnnotationParser.ComplexDataOutputAnnotationParser<M extends AccessibleObject & Member,B extends AnnotationBinding.OutputBinding<M,ComplexDataOutputDescriptor>> |
static class |
AnnotationParser.LiteralDataOutputAnnotationParser<M extends AccessibleObject & Member,B extends AnnotationBinding.OutputBinding<M,LiteralDataOutputDescriptor>> |
static class |
AnnotationParser.OutputAnnotationParser<A extends Annotation,M extends AccessibleObject & Member,B extends AnnotationBinding.OutputBinding<M,? extends OutputDescriptor>> |
| Modifier and Type | Class and Description |
|---|---|
static class |
AnnotationBinding.OutputFieldBinding<D extends OutputDescriptor> |
static class |
AnnotationBinding.OutputMethodBinding<D extends OutputDescriptor> |
| Modifier and Type | Method and Description |
|---|---|
protected AnnotationBinding.OutputBinding<Field,LiteralDataOutputDescriptor> |
AnnotationParser.LiteralDataOutputFieldAnnotationParser.createBinding(Field member) |
protected AnnotationBinding.OutputBinding<Field,ComplexDataOutputDescriptor> |
AnnotationParser.ComplexDataOutputFieldAnnotationParser.createBinding(Field member) |
protected AnnotationBinding.OutputBinding<Method,LiteralDataOutputDescriptor> |
AnnotationParser.LiteralDataOutputMethodAnnotationParser.createBinding(Method member) |
protected AnnotationBinding.OutputBinding<Method,ComplexDataOutputDescriptor> |
AnnotationParser.ComplexDataOutputMethodAnnotationParser.createBinding(Method member) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,AnnotationBinding.OutputBinding<?,?>> |
AnnotatedAlgorithmIntrospector.getOutputBindingMap() |
Copyright © 2017. All Rights Reserved.