Package org.mule.metadata.ast.internal
Class DefaultObjectFieldHandler
- java.lang.Object
-
- org.mule.metadata.ast.internal.DefaultObjectFieldHandler
-
- All Implemented Interfaces:
ObjectFieldHandler
public final class DefaultObjectFieldHandler extends Object implements ObjectFieldHandler
DefaultObjectFieldHandlerimplementation forObjectTypefields- Since:
- 4.1
-
-
Constructor Summary
Constructors Constructor Description DefaultObjectFieldHandler(ProcessingEnvironment processingEnvironment)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidhandle(Element element, ObjectTypeBuilder objectTypeBuilder, IntrospectionContext context, TypeVisitor<TypeBuilder<?>,IntrospectionContext> typeVisitor)Given anElement
-
-
-
Constructor Detail
-
DefaultObjectFieldHandler
public DefaultObjectFieldHandler(ProcessingEnvironment processingEnvironment)
-
-
Method Detail
-
handle
public void handle(Element element, ObjectTypeBuilder objectTypeBuilder, IntrospectionContext context, TypeVisitor<TypeBuilder<?>,IntrospectionContext> typeVisitor)
Description copied from interface:ObjectFieldHandlerGiven anElement- Specified by:
handlein interfaceObjectFieldHandler- Parameters:
element- Type to introspectobjectTypeBuilder- Current object that is being builtcontext- The current introspection context which contains the already processedtypeVisitor-TypeVisitorto convert aTypeMirrorto aTypeBuilder
-
-