public final class DefaultObjectFieldHandler extends Object implements ObjectFieldHandler
ObjectFieldHandler implementation for ObjectType fields| Constructor and Description |
|---|
DefaultObjectFieldHandler(ProcessingEnvironment processingEnvironment) |
| Modifier and Type | Method and Description |
|---|---|
void |
handle(Element element,
ObjectTypeBuilder objectTypeBuilder,
IntrospectionContext context,
TypeVisitor<TypeBuilder<?>,IntrospectionContext> typeVisitor)
Given an
Element |
public DefaultObjectFieldHandler(ProcessingEnvironment processingEnvironment)
public void handle(Element element, ObjectTypeBuilder objectTypeBuilder, IntrospectionContext context, TypeVisitor<TypeBuilder<?>,IntrospectionContext> typeVisitor)
ObjectFieldHandlerElementhandle in interface ObjectFieldHandlerelement - Type to introspectobjectTypeBuilder - Current object that is being builtcontext - The current introspection context which contains the already processedtypeVisitor - TypeVisitor to convert a TypeMirror to a TypeBuilderCopyright © 2025 MuleSoft, Inc.. All rights reserved.