Package org.mule.metadata.ast.api
Interface ObjectFieldHandler
-
- All Known Implementing Classes:
DefaultObjectFieldHandler
public interface ObjectFieldHandlerHandler for fields of anObjectType- Since:
- 1.1
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidhandle(Element element, ObjectTypeBuilder objectTypeBuilder, IntrospectionContext context, TypeVisitor<TypeBuilder<?>,IntrospectionContext> typeVisitor)Given anElement
-
-
-
Method Detail
-
handle
void handle(Element element, ObjectTypeBuilder objectTypeBuilder, IntrospectionContext context, TypeVisitor<TypeBuilder<?>,IntrospectionContext> typeVisitor)
Given anElement- Parameters:
element- Type to introspectobjectTypeBuilder- Current object that is being builtcontext- The current introspection context which contains the already processedtypeVisitor-TypeVisitorto convert aTypeMirrorto aTypeBuilder
-
-