public interface InterfaceIntrospector
| Modifier and Type | Method and Description |
|---|---|
void |
introspect(org.fabric3.api.model.type.contract.ServiceContract contract,
java.lang.reflect.Type type,
IntrospectionContext context)
Perform the introspection.
|
void introspect(org.fabric3.api.model.type.contract.ServiceContract contract,
java.lang.reflect.Type type,
IntrospectionContext context)
contract - the service contract to updatetype - the interface to evaluatecontext - the validation context to report errors and warnings.