public interface TypeIntrospector
| Modifier and Type | Method and Description |
|---|---|
void |
introspect(org.fabric3.api.model.type.contract.DataType dataType)
Introspects a type.
|
void |
introspect(org.fabric3.api.model.type.contract.Operation operation,
java.lang.reflect.Method method,
IntrospectionContext context)
Introspects all types for an operation.
|
void introspect(org.fabric3.api.model.type.contract.Operation operation,
java.lang.reflect.Method method,
IntrospectionContext context)
operation - the operation to updatemethod - the method to evaluatecontext - the validation context to report errors and warnings.void introspect(org.fabric3.api.model.type.contract.DataType dataType)
dataType - the type