public interface ObjectFieldHandler
ObjectType| Modifier and Type | Method and Description |
|---|---|
void |
handle(Element element,
ObjectTypeBuilder objectTypeBuilder,
IntrospectionContext context,
TypeVisitor<TypeBuilder<?>,IntrospectionContext> typeVisitor)
Given an
Element |
void handle(Element element, ObjectTypeBuilder objectTypeBuilder, IntrospectionContext context, TypeVisitor<TypeBuilder<?>,IntrospectionContext> typeVisitor)
Elementelement - 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 © 2020 MuleSoft, Inc.. All rights reserved.