public class ExtensionTypeHandler extends Object implements org.mule.metadata.ast.api.TypeHandler
TypeHandler implementation for Extension Types.| Constructor and Description |
|---|
ExtensionTypeHandler(ProcessingEnvironment processingEnvironment) |
| Modifier and Type | Method and Description |
|---|---|
org.mule.metadata.api.builder.TypeBuilder<?> |
handle(TypeMirror typeMirror,
TypeVisitor<org.mule.metadata.api.builder.TypeBuilder<?>,org.mule.metadata.ast.api.IntrospectionContext> typeVisitor,
org.mule.metadata.ast.api.IntrospectionContext context) |
boolean |
handles(TypeMirror typeMirror) |
boolean |
isSameType(TypeMirror typeMirror,
Class aClass) |
public ExtensionTypeHandler(ProcessingEnvironment processingEnvironment)
public boolean handles(TypeMirror typeMirror)
handles in interface org.mule.metadata.ast.api.TypeHandlerpublic org.mule.metadata.api.builder.TypeBuilder<?> handle(TypeMirror typeMirror, TypeVisitor<org.mule.metadata.api.builder.TypeBuilder<?>,org.mule.metadata.ast.api.IntrospectionContext> typeVisitor, org.mule.metadata.ast.api.IntrospectionContext context)
handle in interface org.mule.metadata.ast.api.TypeHandlerpublic boolean isSameType(TypeMirror typeMirror, Class aClass)
Copyright © 2018 MuleSoft, Inc.. All rights reserved.